Shades of Palatinate Purple #5E1361
Tints of Palatinate Purple #5E1361
RGB
CMYK
RGB Variations
Color information
#5E1361 (or 0x5E1361) is known color: Palatinate Purple. HEX triplet: 5E, 13 and 61. RGB value is (94,19,97). Sum of RGB (Red+Green+Blue) = 94+19+97=210 (27% of max value = 765). Red value is 94 (37.11% from 255 or 44.76% from 210); Green value is 19 (7.81% from 255 or 9.05% from 210); Blue value is 97 (38.28% from 255 or 46.19% from 210); Max value from RGB is 97 - color contains mainly: blue. Hex color #5E1361 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E1361 is #A1EC9E. Grayscale: #323232. Windows color (decimal): -10611871 or 6361950. OLE color: 6361950.
HSL color Cylindrical-coordinate representation of color #5E1361: hue angle of 297.69º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5E1361 is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
RGB | 94 | 19 | 97 | - |
CMYK | 0.03 | 0.80 | 0 | 0.62 |
HSL | 297.69º | 0.67% | 0.23% | - |
HSV(B) | 297.69º | 0.8% | 0.38% | - |
XYZ | 7.01 | 3.71 | 11.66 | - |
YUV | 50.32 | 154.35 | 159.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 19 | 97 | 0.03 | 0.80 | 0 | 0.62 | 297.69 | 0.67 | 0.23 |
Hex | 5E | 13 | 61 | 3 | 50 | 0 | 3E | 12A | 43 | 17 |
Octal | 136 | 23 | 141 | 3 | 120 | 0 | 76 | 452 | 103 | 27 |
Binary | 1011110 | 10011 | 1100001 | 11 | 1010000 | 0 | 111110 | 100101010 | 1000011 | 10111 |
Color Harmonies of #5E1361
Complementary color
Monochromatic Colors of #5E1361
Black with #5E1361
Text Example
Text Example
White with #5E1361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1361; }
p { color: rgb(94,19,97); }
H1.HeaderClassName
{
color: #5E1361;
}
.AnyTagClassName
{
color: #5E1361;
}
</style>
background-color css
<style>
a { background-color: #5E1361; }
a { background-color: rgb(94,19,97); }
div.DivClassName
{
background-color: #5E1361;
}
.BgClassName
{
background-color: #5E1361;
}
</style>
border-color css
<style>
span { border-color: #5E1361; }
span { border-color: rgb(94,19,97); }
td.TdClassName
{
border-color: #5E1361;
}
.TagClassName
{
border-color: #5E1361;
}
</style>