rptu_pal provides the 12 colors (arranged in 6 pairs) of the RPTU Kaiserslautern-Landau, Germany.

rptu_pal

Format

An object of class character of length 12.

Source

Color definitions are based on https://www.startklar2023.de/brand-portal-rptu.

Value

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

Details

The acronym "RPTU" denotes "Rheinland-Pfälzische Technische Universität", which is co-located in Kaiserslautern and Landau, Germany (since 2023).

The two colors of a pair may be combined with each other. When using only one color pair, shades of 10 See examples and the ac and usecol functions for creating color gradients.

Author

unikn, 2023-01-01.

Examples

rptu_pal
#>    blaugrau   gruengrau  dunkelblau    hellblau dunkelgruen   hellgruen 
#>   "#507289"   "#77b6ba"   "#042c58"   "#6ab2e7"   "#006b6b"   "#26d07c" 
#>     violett        pink         rot      orange     schwarz       weiss 
#>   "#4c3575"   "#d13896"   "#e31b4c"   "#ffa252"     "black"     "white" 
seecol(rptu_pal, main = "The colors of RPTU")  # view color palette

demopal(rptu_pal, type = 1, main = "Using the colors of RPTU")


# Gradients:
rptu_10 <- usecol(c(rptu_pal[9], "white"), n = 11)[1:10]
seecol(rptu_10, main = "10 shades of a RPTU color")


rptu_21 <- usecol(c(rptu_pal[1], "white", rptu_pal[2]), n = 21)
seecol(rptu_21, main = "A gradient between a RPTU color pair")