Skip to contents

northwestern_1 provides the 20 primary colors of the Northwestern University, USA.

Usage

northwestern_1

Format

An object of class character of length 22.

Source

Color definitions are based on the Color manual.

Value

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

Details

The visual branding relies almost exclusively on a proprietary Northwestern Purple (Purple 100) and its tints and shades. By using a range of tones, we add flexibility without sacrificing the recognition and equity of our heritage color. The range of tones runs from Northwestern Purple 160 (darkest) to Northwestern Purple 10 (lightest). Anything darker or lighter loses its connection to Northwestern Purple.

Primary colors are "northwestern_Purple" (defined as RGB 78/42/132, HEX #4E2A84), "purple_160" (defined as RGB 29/2/53), "purple_150" (defined as RGB 38/8/65), "purple_140" (defined as RGB 48/16/78), "purple_130" (defined as RGB 56/23/90), "purple_120" (defined as RGB 64/31/104, HEX #401F68), "purple_110" (defined as RGB 72/36/118), "purple_90" (defined as RGB 91/59/140), "purple_80" (defined as RGB 104/76/150), "purple_70" (defined as RGB 118/93/160), "purple_60" (defined as RGB 131/110/170, HEX #836EAA), "purple_50" (defined as RGB 147/128/182), "purple_40" (defined as RGB 164/149/195), "purple_30" (defined as RGB 182/172/209, HEX #B6ACD1), "purple_20" (defined as RGB 204/196/223), "purple_10" (defined as RGB 228/224/238, HEX #E4E0EE), "rich_black" (defined as RGB 0 0 0 or HEX #000000), "rich_black_80" (defined as HEX #342F2E), "rich_black_50" (defined as HEX #716C6B), "rich_black_20" (defined as HEX #BBB8B8), and "rich_black_10" (defined as HEX #D8D6D6).

northwestern_1 uses HEX and RGB color definitions.

Author

unicol, 2023-06-14.

Examples

northwestern_1
#> northwestern_Purple          purple_160          purple_150          purple_140 
#>           "#4E2A84"           "#1D0235"           "#260841"           "#30104E" 
#>          purple_130          purple_120          purple_110 northwestern_purple 
#>           "#38175A"           "#401F68"           "#482476"           "#4E2A84" 
#>           purple_90           purple_80           purple_70           purple_60 
#>           "#5B3B8C"           "#684C96"           "#765DA0"           "#836EAA" 
#>           purple_50           purple_40           purple_30           purple_20 
#>           "#9380B6"           "#A495C3"           "#B6ACD1"           "#CCC4DF" 
#>           purple_10          rich_black        rich_black80        rich_black50 
#>           "#E4E0EE"           "#000000"           "#342F2E"           "#716C6B" 
#>        rich_black20        rich_black10 
#>           "#BBB8B8"           "#D8D6D6" 
unikn::seecol(northwestern_1, main = "Primary colors of NW") # view color palette