Shades of Palatinate Purple #5E1858
Tints of Palatinate Purple #5E1858
RGB
CMYK
RGB Variations
Color information
#5E1858 (or 0x5E1858) is known color: Palatinate Purple. HEX triplet: 5E, 18 and 58. RGB value is (94,24,88). Sum of RGB (Red+Green+Blue) = 94+24+88=206 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.63% from 206); Green value is 24 (9.77% from 255 or 11.65% from 206); Blue value is 88 (34.77% from 255 or 42.72% from 206); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1858 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E1858 is #A1E7A7. Grayscale: #343434. Windows color (decimal): -10610600 or 5773406. OLE color: 5773406.
HSL color Cylindrical-coordinate representation of color #5E1858: hue angle of 305.14º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5E1858 is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 24 | 88 | - |
| CMYK | 0 | 0.74 | 0.06 | 0.63 |
| HSL | 305.14º | 0.59% | 0.23% | - |
| HSV(B) | 305.14º | 0.74% | 0.37% | - |
| XYZ | 6.7 | 3.74 | 9.6 | - |
| YUV | 52.23 | 148.19 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 24 | 88 | 0 | 0.74 | 0.06 | 0.63 | 305.14 | 0.59 | 0.23 |
| Hex | 5E | 18 | 58 | 0 | 4A | 6 | 3F | 131 | 3B | 17 |
| Octal | 136 | 30 | 130 | 0 | 112 | 6 | 77 | 461 | 73 | 27 |
| Binary | 1011110 | 11000 | 1011000 | 0 | 1001010 | 110 | 111111 | 100110001 | 111011 | 10111 |
Color Harmonies of #5E1858
Complementary color
Monochromatic Colors of #5E1858
Black with #5E1858
Text Example
Text Example
White with #5E1858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1858; }
p { color: rgb(94,24,88); }
H1.HeaderClassName
{
color: #5E1858;
}
.AnyTagClassName
{
color: #5E1858;
}
</style>
background-color css
<style>
a { background-color: #5E1858; }
a { background-color: rgb(94,24,88); }
div.DivClassName
{
background-color: #5E1858;
}
.BgClassName
{
background-color: #5E1858;
}
</style>
border-color css
<style>
span { border-color: #5E1858; }
span { border-color: rgb(94,24,88); }
td.TdClassName
{
border-color: #5E1858;
}
.TagClassName
{
border-color: #5E1858;
}
</style>