Shades of Palatinate Purple #5C005E
Tints of Palatinate Purple #5C005E
RGB
CMYK
RGB Variations
Color information
#5C005E (or 0x5C005E) is known color: Palatinate Purple. HEX triplet: 5C, 00 and 5E. RGB value is (92,0,94). Sum of RGB (Red+Green+Blue) = 92+0+94=186 (24% of max value = 765). Red value is 92 (36.33% from 255 or 49.46% from 186); Green value is 0 (0.39% from 255 or 0% from 186); Blue value is 94 (37.11% from 255 or 50.54% from 186); Max value from RGB is 94 - color contains mainly: blue. Hex color #5C005E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C005E is #A3FFA1. Grayscale: #252525. Windows color (decimal): -10747810 or 6160476. OLE color: 6160476.
HSL color Cylindrical-coordinate representation of color #5C005E: hue angle of 298.72º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5C005E is Cyan = 0.02, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 92 | 0 | 94 | - |
| CMYK | 0.02 | 1 | 0 | 0.63 |
| HSL | 298.72º | 1% | 0.18% | - |
| HSV(B) | 298.72º | 1% | 0.37% | - |
| XYZ | 6.43 | 3.08 | 10.85 | - |
| YUV | 38.22 | 159.48 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 0 | 94 | 0.02 | 1 | 0 | 0.63 | 298.72 | 1 | 0.18 |
| Hex | 5C | 0 | 5E | 2 | 64 | 0 | 3F | 12B | 64 | 12 |
| Octal | 134 | 0 | 136 | 2 | 144 | 0 | 77 | 453 | 144 | 22 |
| Binary | 1011100 | 0 | 1011110 | 10 | 1100100 | 0 | 111111 | 100101011 | 1100100 | 10010 |
Color Harmonies of #5C005E
Complementary color
Monochromatic Colors of #5C005E
Black with #5C005E
Text Example
Text Example
White with #5C005E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C005E; }
p { color: rgb(92,0,94); }
H1.HeaderClassName
{
color: #5C005E;
}
.AnyTagClassName
{
color: #5C005E;
}
</style>
background-color css
<style>
a { background-color: #5C005E; }
a { background-color: rgb(92,0,94); }
div.DivClassName
{
background-color: #5C005E;
}
.BgClassName
{
background-color: #5C005E;
}
</style>
border-color css
<style>
span { border-color: #5C005E; }
span { border-color: rgb(92,0,94); }
td.TdClassName
{
border-color: #5C005E;
}
.TagClassName
{
border-color: #5C005E;
}
</style>