mpg_pal provides the default color palette
of the Max Planck Society, Germany.
mpg_palAn object of class character of length 5.
Color definitions are based on https://docplayer.org/2328711-Max-planck-institut-das-erscheinungsbild-der-max-planck-gesellschaft-4-ueberarbeitete-auflage.html.
A named vector of colors (HEX/HTML codes of type character).
The two primary colors are at the extreme positions of mpg_pal:
MPG green (at mpg_pal[1]): Defined as Pantone 328, CMYK 100/0/57/30, or RGB 17/102/86.
MPG grey (at mpg_pal[5]): Defined as Pantone 427, CMYK 0/0/6/15, or RGB 221/222/214.
At mpg_pal[3], the color "white" was added to enable symmetrical color gradients.
See examples and the ac and usecol functions
for creating color gradients.
seecol for viewing and comparing color palettes;
usecol for using color palettes;
simcol for finding similar colors;
newpal for defining new color palettes;
grepal for finding named colors.
Other contributed color palettes:
caltech_pal_1,
caltech_pal_2,
caltech_pal_3,
eth_pal_1,
eth_pal_2,
eth_pal_3,
fu_pal_0,
fu_pal_1,
fu_pal_2,
fu_pal_3,
hu_pal_1,
hu_pal_2,
lmu_pal_1,
lmu_pal_2,
lmu_pal_3,
rpi_pal_1,
rpi_pal_2,
rpi_pal_3,
rptu_pal,
uni_bonn_1,
uni_bonn_2,
uni_freiburg_0,
uni_freiburg_1,
uni_freiburg_2,
uni_freiburg_blue,
uni_freiburg_br,
uni_freiburg_grey,
uni_freiburg_info,
uni_goettingen_1,
uni_goettingen_2,
uni_goettingen_3,
uni_hamburg_1,
uni_hamburg_2,
uni_jena_1,
uni_jena_2,
uni_kiel_1,
uni_kiel_2,
uni_koeln_1,
uni_koeln_2,
uni_konstanz_1,
uni_konstanz_2,
uni_mannheim_1,
uni_mannheim_2,
uni_princeton_0,
uni_princeton_1,
uni_princeton_2,
uni_regensburg_1,
uni_regensburg_2,
uni_regensburg_3,
uni_ulm_1,
uni_ulm_2
mpg_pal
#> MPG green MPG green 50% white MPG grey 50% MPG grey
#> "#116656" "#88B2AA" "white" "#EEEEEA" "#DDDED6"
seecol(mpg_pal, main = "Colors of the Max Planck Society") # view color palette
demopal(mpg_pal, type = 1, main = "Using the MPG colors")
# Extended version:
mpg_pal_11 <- usecol(c(mpg_pal, "black"), n = 11)
demopal(mpg_pal_11, type = 4, seed = 1, main = "An extended MPG palette")