Shades of Palatinate Purple #5C1855
Tints of Palatinate Purple #5C1855
RGB
CMYK
RGB Variations
Color information
#5C1855 (or 0x5C1855) is known color: Palatinate Purple. HEX triplet: 5C, 18 and 55. RGB value is (92,24,85). Sum of RGB (Red+Green+Blue) = 92+24+85=201 (26% of max value = 765). Red value is 92 (36.33% from 255 or 45.77% from 201); Green value is 24 (9.77% from 255 or 11.94% from 201); Blue value is 85 (33.59% from 255 or 42.29% from 201); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1855 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C1855 is #A3E7AA. Grayscale: #333333. Windows color (decimal): -10741675 or 5576796. OLE color: 5576796.
HSL color Cylindrical-coordinate representation of color #5C1855: hue angle of 306.18º 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 #5C1855 is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 24 | 85 | - |
| CMYK | 0 | 0.74 | 0.08 | 0.64 |
| HSL | 306.18º | 0.59% | 0.23% | - |
| HSV(B) | 306.18º | 0.74% | 0.36% | - |
| XYZ | 6.38 | 3.58 | 8.95 | - |
| YUV | 51.29 | 147.03 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 24 | 85 | 0 | 0.74 | 0.08 | 0.64 | 306.18 | 0.59 | 0.23 |
| Hex | 5C | 18 | 55 | 0 | 4A | 8 | 40 | 132 | 3B | 17 |
| Octal | 134 | 30 | 125 | 0 | 112 | 10 | 100 | 462 | 73 | 27 |
| Binary | 1011100 | 11000 | 1010101 | 0 | 1001010 | 1000 | 1000000 | 100110010 | 111011 | 10111 |
Color Harmonies of #5C1855
Complementary color
Monochromatic Colors of #5C1855
Black with #5C1855
Text Example
Text Example
White with #5C1855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1855; }
p { color: rgb(92,24,85); }
H1.HeaderClassName
{
color: #5C1855;
}
.AnyTagClassName
{
color: #5C1855;
}
</style>
background-color css
<style>
a { background-color: #5C1855; }
a { background-color: rgb(92,24,85); }
div.DivClassName
{
background-color: #5C1855;
}
.BgClassName
{
background-color: #5C1855;
}
</style>
border-color css
<style>
span { border-color: #5C1855; }
span { border-color: rgb(92,24,85); }
td.TdClassName
{
border-color: #5C1855;
}
.TagClassName
{
border-color: #5C1855;
}
</style>