Skip to contents

rpi_1 provides the primary colors of the Rensselaer Polytechnic Institute (RPI), Troy, NY.

Usage

rpi_1

Format

An object of class character of length 5.

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

These colors represent the core colors and should provide the foundation for the palette used. Their usage should dominate the use of the secondary colors of rpi_2 and their tint variants of rpi_3.

Author

unicol, 2022-12-01.

Examples

rpi_1
#> RPI primary red  RPI light gray   RPI dark gray           black           white 
#>       "#d6001c"       "#9ea2a2"       "#54585a"         "black"         "white" 
unikn::seecol(rpi_1, main = "The primary colors of RPI")  # view color palette

unikn::demopal(rpi_1, type = 3, main = "Primary colors of RPI")