rpi_pal_3 provides the tint colors of the Rensselaer Polytechnic Institute (RPI), Troy, NY.

rpi_pal_3

Format

An object of class character of length 12.

Source

Color definitions are based on https://scer.rpi.edu/brand-in-action/colors.

Value

A named vector of colors (HEX/HTML codes of type character).

Details

As variants of the secondary use colors of rpi_pal_2, the tint colors of rpi_pal_3 should be used in combination with the primary colors of rpi_pal_1 to add color accents to digital and print materials.

Author

unikn, 2022-12-01.

Examples

rpi_pal_3
#>   RPI dark red   dark red 75%   dark red 50%   dark red 25%  RPI dark blue 
#>      "#ab2328"      "#c35442"      "#d58570"      "#eabcad"      "#00205b" 
#>  dark blue 75%  dark blue 50%  dark blue 25% RPI light blue light blue 75% 
#>      "#2b517f"      "#667ba2"      "#a5b0cb"      "#7fa9ae"      "#94c0c6" 
#> light blue 50% light blue 25% 
#>      "#b3d3d5"      "#d4e6e8" 
seecol(rpi_pal_3, main = "Tint colors of RPI")  # view color palette

demopal(rpi_pal_3, type = 4, seed = 2, main = "Tint colors of RPI")