Shades of Palatinate Purple #5C0E59
Tints of Palatinate Purple #5C0E59
RGB
CMYK
RGB Variations
Color information
#5C0E59 (or 0x5C0E59) is known color: Palatinate Purple. HEX triplet: 5C, 0E and 59. RGB value is (92,14,89). Sum of RGB (Red+Green+Blue) = 92+14+89=195 (25% of max value = 765). Red value is 92 (36.33% from 255 or 47.18% from 195); Green value is 14 (5.86% from 255 or 7.18% from 195); Blue value is 89 (35.16% from 255 or 45.64% from 195); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0E59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0E59 is #A3F1A6. Grayscale: #2D2D2D. Windows color (decimal): -10744231 or 5836380. OLE color: 5836380.
HSL color Cylindrical-coordinate representation of color #5C0E59: hue angle of 302.31º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5C0E59 is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 14 | 89 | - |
| CMYK | 0 | 0.85 | 0.03 | 0.64 |
| HSL | 302.31º | 0.74% | 0.21% | - |
| HSV(B) | 302.31º | 0.85% | 0.36% | - |
| XYZ | 6.37 | 3.31 | 9.75 | - |
| YUV | 45.87 | 152.34 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 14 | 89 | 0 | 0.85 | 0.03 | 0.64 | 302.31 | 0.74 | 0.21 |
| Hex | 5C | E | 59 | 0 | 55 | 3 | 40 | 12E | 4A | 15 |
| Octal | 134 | 16 | 131 | 0 | 125 | 3 | 100 | 456 | 112 | 25 |
| Binary | 1011100 | 1110 | 1011001 | 0 | 1010101 | 11 | 1000000 | 100101110 | 1001010 | 10101 |
Color Harmonies of #5C0E59
Complementary color
Monochromatic Colors of #5C0E59
Black with #5C0E59
Text Example
Text Example
White with #5C0E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0E59; }
p { color: rgb(92,14,89); }
H1.HeaderClassName
{
color: #5C0E59;
}
.AnyTagClassName
{
color: #5C0E59;
}
</style>
background-color css
<style>
a { background-color: #5C0E59; }
a { background-color: rgb(92,14,89); }
div.DivClassName
{
background-color: #5C0E59;
}
.BgClassName
{
background-color: #5C0E59;
}
</style>
border-color css
<style>
span { border-color: #5C0E59; }
span { border-color: rgb(92,14,89); }
td.TdClassName
{
border-color: #5C0E59;
}
.TagClassName
{
border-color: #5C0E59;
}
</style>