Skip to contents

western_uni provides the three official colours of the Western University, Canada.

Usage

western_uni

Format

An object of class character of length 3.

Source

Color definitions are based on Western's colour toolkit (HTML).

Value

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

Details

The three primary colours are "Purple" (defined as R:79 G:38 B:131, HEX #4F2683), "Grey (Silver)" (defined as R:128 G:127 B:131, HEX #807F83), and "white" (defined as HEX #FFFFFF).

western_uni uses the HEX color definitions.

Author

unicol, 2023-06-27.

Examples

western_uni
#>        Purple Grey (silver)         White 
#>     "#4F2683"     "#807F83"     "#FFFFFF" 
unikn::seecol(western_uni, col_bg = "grey90", 
              main = "The colours of Western University, CA")  # view color palette