Shades of Palatinate Purple #5C1555
Tints of Palatinate Purple #5C1555
RGB
CMYK
RGB Variations
Color information
#5C1555 (or 0x5C1555) is known color: Palatinate Purple. HEX triplet: 5C, 15 and 55. RGB value is (92,21,85). Sum of RGB (Red+Green+Blue) = 92+21+85=198 (26% of max value = 765). Red value is 92 (36.33% from 255 or 46.46% from 198); Green value is 21 (8.59% from 255 or 10.61% from 198); Blue value is 85 (33.59% from 255 or 42.93% from 198); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1555 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C1555 is #A3EAAA. Grayscale: #313131. Windows color (decimal): -10742443 or 5576028. OLE color: 5576028.
HSL color Cylindrical-coordinate representation of color #5C1555: hue angle of 305.92º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5C1555 is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 21 | 85 | - |
| CMYK | 0 | 0.77 | 0.08 | 0.64 |
| HSL | 305.92º | 0.63% | 0.22% | - |
| HSV(B) | 305.92º | 0.77% | 0.36% | - |
| XYZ | 6.32 | 3.47 | 8.93 | - |
| YUV | 49.53 | 148.02 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 21 | 85 | 0 | 0.77 | 0.08 | 0.64 | 305.92 | 0.63 | 0.22 |
| Hex | 5C | 15 | 55 | 0 | 4D | 8 | 40 | 132 | 3F | 16 |
| Octal | 134 | 25 | 125 | 0 | 115 | 10 | 100 | 462 | 77 | 26 |
| Binary | 1011100 | 10101 | 1010101 | 0 | 1001101 | 1000 | 1000000 | 100110010 | 111111 | 10110 |
Color Harmonies of #5C1555
Complementary color
Monochromatic Colors of #5C1555
Black with #5C1555
Text Example
Text Example
White with #5C1555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1555; }
p { color: rgb(92,21,85); }
H1.HeaderClassName
{
color: #5C1555;
}
.AnyTagClassName
{
color: #5C1555;
}
</style>
background-color css
<style>
a { background-color: #5C1555; }
a { background-color: rgb(92,21,85); }
div.DivClassName
{
background-color: #5C1555;
}
.BgClassName
{
background-color: #5C1555;
}
</style>
border-color css
<style>
span { border-color: #5C1555; }
span { border-color: rgb(92,21,85); }
td.TdClassName
{
border-color: #5C1555;
}
.TagClassName
{
border-color: #5C1555;
}
</style>