Shades of Palatinate Purple #5C1759
Tints of Palatinate Purple #5C1759
RGB
CMYK
RGB Variations
Color information
#5C1759 (or 0x5C1759) is known color: Palatinate Purple. HEX triplet: 5C, 17 and 59. RGB value is (92,23,89). Sum of RGB (Red+Green+Blue) = 92+23+89=204 (27% of max value = 765). Red value is 92 (36.33% from 255 or 45.10% from 204); Green value is 23 (9.38% from 255 or 11.27% from 204); Blue value is 89 (35.16% from 255 or 43.63% from 204); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1759 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C1759 is #A3E8A6. Grayscale: #323232. Windows color (decimal): -10741927 or 5838684. OLE color: 5838684.
HSL color Cylindrical-coordinate representation of color #5C1759: hue angle of 302.61º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5C1759 is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 23 | 89 | - |
| CMYK | 0 | 0.75 | 0.03 | 0.64 |
| HSL | 302.61º | 0.6% | 0.23% | - |
| HSV(B) | 302.61º | 0.75% | 0.36% | - |
| XYZ | 6.52 | 3.61 | 9.8 | - |
| YUV | 51.16 | 149.36 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 23 | 89 | 0 | 0.75 | 0.03 | 0.64 | 302.61 | 0.6 | 0.23 |
| Hex | 5C | 17 | 59 | 0 | 4B | 3 | 40 | 12F | 3C | 17 |
| Octal | 134 | 27 | 131 | 0 | 113 | 3 | 100 | 457 | 74 | 27 |
| Binary | 1011100 | 10111 | 1011001 | 0 | 1001011 | 11 | 1000000 | 100101111 | 111100 | 10111 |
Color Harmonies of #5C1759
Complementary color
Monochromatic Colors of #5C1759
Black with #5C1759
Text Example
Text Example
White with #5C1759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1759; }
p { color: rgb(92,23,89); }
H1.HeaderClassName
{
color: #5C1759;
}
.AnyTagClassName
{
color: #5C1759;
}
</style>
background-color css
<style>
a { background-color: #5C1759; }
a { background-color: rgb(92,23,89); }
div.DivClassName
{
background-color: #5C1759;
}
.BgClassName
{
background-color: #5C1759;
}
</style>
border-color css
<style>
span { border-color: #5C1759; }
span { border-color: rgb(92,23,89); }
td.TdClassName
{
border-color: #5C1759;
}
.TagClassName
{
border-color: #5C1759;
}
</style>