Shades of Palatinate Purple #5C0559
Tints of Palatinate Purple #5C0559
RGB
CMYK
RGB Variations
Color information
#5C0559 (or 0x5C0559) is known color: Palatinate Purple. HEX triplet: 5C, 05 and 59. RGB value is (92,5,89). Sum of RGB (Red+Green+Blue) = 92+5+89=186 (24% of max value = 765). Red value is 92 (36.33% from 255 or 49.46% from 186); Green value is 5 (2.34% from 255 or 2.69% from 186); Blue value is 89 (35.16% from 255 or 47.85% from 186); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0559 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0559 is #A3FAA6. Grayscale: #282828. Windows color (decimal): -10746535 or 5834076. OLE color: 5834076.
HSL color Cylindrical-coordinate representation of color #5C0559: hue angle of 302.07º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5C0559 is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 5 | 89 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.64 |
| HSL | 302.07º | 0.9% | 0.19% | - |
| HSV(B) | 302.07º | 0.95% | 0.36% | - |
| XYZ | 6.27 | 3.11 | 9.72 | - |
| YUV | 40.59 | 155.32 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 5 | 89 | 0 | 0.95 | 0.03 | 0.64 | 302.07 | 0.9 | 0.19 |
| Hex | 5C | 5 | 59 | 0 | 5F | 3 | 40 | 12E | 5A | 13 |
| Octal | 134 | 5 | 131 | 0 | 137 | 3 | 100 | 456 | 132 | 23 |
| Binary | 1011100 | 101 | 1011001 | 0 | 1011111 | 11 | 1000000 | 100101110 | 1011010 | 10011 |
Color Harmonies of #5C0559
Complementary color
Monochromatic Colors of #5C0559
Black with #5C0559
Text Example
Text Example
White with #5C0559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0559; }
p { color: rgb(92,5,89); }
H1.HeaderClassName
{
color: #5C0559;
}
.AnyTagClassName
{
color: #5C0559;
}
</style>
background-color css
<style>
a { background-color: #5C0559; }
a { background-color: rgb(92,5,89); }
div.DivClassName
{
background-color: #5C0559;
}
.BgClassName
{
background-color: #5C0559;
}
</style>
border-color css
<style>
span { border-color: #5C0559; }
span { border-color: rgb(92,5,89); }
td.TdClassName
{
border-color: #5C0559;
}
.TagClassName
{
border-color: #5C0559;
}
</style>