Shades of Palatinate Purple #5C1859
Tints of Palatinate Purple #5C1859
RGB
CMYK
RGB Variations
Color information
#5C1859 (or 0x5C1859) is known color: Palatinate Purple. HEX triplet: 5C, 18 and 59. RGB value is (92,24,89). Sum of RGB (Red+Green+Blue) = 92+24+89=205 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.88% from 205); Green value is 24 (9.77% from 255 or 11.71% from 205); Blue value is 89 (35.16% from 255 or 43.41% from 205); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1859 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C1859 is #A3E7A6. Grayscale: #333333. Windows color (decimal): -10741671 or 5838940. OLE color: 5838940.
HSL color Cylindrical-coordinate representation of color #5C1859: hue angle of 302.65º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5C1859 is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 24 | 89 | - |
| CMYK | 0 | 0.74 | 0.03 | 0.64 |
| HSL | 302.65º | 0.59% | 0.23% | - |
| HSV(B) | 302.65º | 0.74% | 0.36% | - |
| XYZ | 6.54 | 3.65 | 9.81 | - |
| YUV | 51.74 | 149.03 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 24 | 89 | 0 | 0.74 | 0.03 | 0.64 | 302.65 | 0.59 | 0.23 |
| Hex | 5C | 18 | 59 | 0 | 4A | 3 | 40 | 12F | 3B | 17 |
| Octal | 134 | 30 | 131 | 0 | 112 | 3 | 100 | 457 | 73 | 27 |
| Binary | 1011100 | 11000 | 1011001 | 0 | 1001010 | 11 | 1000000 | 100101111 | 111011 | 10111 |
Color Harmonies of #5C1859
Complementary color
Monochromatic Colors of #5C1859
Black with #5C1859
Text Example
Text Example
White with #5C1859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1859; }
p { color: rgb(92,24,89); }
H1.HeaderClassName
{
color: #5C1859;
}
.AnyTagClassName
{
color: #5C1859;
}
</style>
background-color css
<style>
a { background-color: #5C1859; }
a { background-color: rgb(92,24,89); }
div.DivClassName
{
background-color: #5C1859;
}
.BgClassName
{
background-color: #5C1859;
}
</style>
border-color css
<style>
span { border-color: #5C1859; }
span { border-color: rgb(92,24,89); }
td.TdClassName
{
border-color: #5C1859;
}
.TagClassName
{
border-color: #5C1859;
}
</style>