Skip to contents

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

Usage

rpi_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_2, the tint colors of rpi_3 should be used in combination with the primary colors of rpi_1 to add color accents to digital and print materials.

Author

unicol, 2022-12-01.

Examples

rpi_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" 
unikn::seecol(rpi_3, main = "Tint colors of RPI")  # view color palette

unikn::demopal(rpi_3, type = 4, seed = 2, main = "Tint colors of RPI")