Shades of Palatinate Purple #5E2059
Tints of Palatinate Purple #5E2059
RGB
CMYK
RGB Variations
Color information
#5E2059 (or 0x5E2059) is known color: Palatinate Purple. HEX triplet: 5E, 20 and 59. RGB value is (94,32,89). Sum of RGB (Red+Green+Blue) = 94+32+89=215 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.72% from 215); Green value is 32 (12.89% from 255 or 14.88% from 215); Blue value is 89 (35.16% from 255 or 41.40% from 215); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2059 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E2059 is #A1DFA6. Grayscale: #383838. Windows color (decimal): -10608551 or 5840990. OLE color: 5840990.
HSL color Cylindrical-coordinate representation of color #5E2059: hue angle of 304.84º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5E2059 is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 32 | 89 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.63 |
| HSL | 304.84º | 0.49% | 0.25% | - |
| HSV(B) | 304.84º | 0.66% | 0.37% | - |
| XYZ | 6.94 | 4.13 | 9.88 | - |
| YUV | 57.04 | 146.04 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 32 | 89 | 0 | 0.66 | 0.05 | 0.63 | 304.84 | 0.49 | 0.25 |
| Hex | 5E | 20 | 59 | 0 | 42 | 5 | 3F | 131 | 31 | 19 |
| Octal | 136 | 40 | 131 | 0 | 102 | 5 | 77 | 461 | 61 | 31 |
| Binary | 1011110 | 100000 | 1011001 | 0 | 1000010 | 101 | 111111 | 100110001 | 110001 | 11001 |
Color Harmonies of #5E2059
Complementary color
Monochromatic Colors of #5E2059
Black with #5E2059
Text Example
Text Example
White with #5E2059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2059; }
p { color: rgb(94,32,89); }
H1.HeaderClassName
{
color: #5E2059;
}
.AnyTagClassName
{
color: #5E2059;
}
</style>
background-color css
<style>
a { background-color: #5E2059; }
a { background-color: rgb(94,32,89); }
div.DivClassName
{
background-color: #5E2059;
}
.BgClassName
{
background-color: #5E2059;
}
</style>
border-color css
<style>
span { border-color: #5E2059; }
span { border-color: rgb(94,32,89); }
td.TdClassName
{
border-color: #5E2059;
}
.TagClassName
{
border-color: #5E2059;
}
</style>