Skip to contents

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

Usage

rptu

Format

An object of class character of length 12.

Source

Color definitions are based on RPTU's Brand portal.

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

unicol, 2023-01-01.

Examples

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

unikn::demopal(rptu, type = 1, main = "Using the colors of RPTU")


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

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