Skip to contents

rpi_2 provides the secondary use colors of the Rensselaer Polytechnic Institute (RPI), Troy, NY.

Usage

rpi_2

Format

An object of class character of length 3.

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

The colors of rpi_2 should be used in combination with the primary colors of rpi_1 to add color accents to digital and print materials.

rpi_3 provides tint variants of these colors.

Author

unicol, 2022-12-01.

Examples

rpi_2
#>   RPI dark red  RPI dark blue RPI light blue 
#>      "#ab2328"      "#00205b"      "#7fa9ae" 
unikn::seecol(rpi_2, main = "The secondary colors of RPI")  # view color palette

unikn::demopal(rpi_2, type = 5, main = "Secondary colors of RPI")