Shades of Palatinate Purple #5C0A64
Tints of Palatinate Purple #5C0A64
RGB
CMYK
RGB Variations
Color information
#5C0A64 (or 0x5C0A64) is known color: Palatinate Purple. HEX triplet: 5C, 0A and 64. RGB value is (92,10,100). Sum of RGB (Red+Green+Blue) = 92+10+100=202 (26% of max value = 765). Red value is 92 (36.33% from 255 or 45.54% from 202); Green value is 10 (4.30% from 255 or 4.95% from 202); Blue value is 100 (39.45% from 255 or 49.50% from 202); Max value from RGB is 100 - color contains mainly: blue. Hex color #5C0A64 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0A64 is #A3F59B. Grayscale: #2C2C2C. Windows color (decimal): -10745244 or 6556252. OLE color: 6556252.
HSL color Cylindrical-coordinate representation of color #5C0A64: hue angle of 294.67º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5C0A64 is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 92 | 10 | 100 | - |
| CMYK | 0.08 | 0.90 | 0 | 0.61 |
| HSL | 294.67º | 0.82% | 0.22% | - |
| HSV(B) | 294.67º | 0.9% | 0.39% | - |
| XYZ | 6.82 | 3.41 | 12.36 | - |
| YUV | 44.78 | 159.17 | 161.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 10 | 100 | 0.08 | 0.90 | 0 | 0.61 | 294.67 | 0.82 | 0.22 |
| Hex | 5C | A | 64 | 8 | 5A | 0 | 3D | 127 | 52 | 16 |
| Octal | 134 | 12 | 144 | 10 | 132 | 0 | 75 | 447 | 122 | 26 |
| Binary | 1011100 | 1010 | 1100100 | 1000 | 1011010 | 0 | 111101 | 100100111 | 1010010 | 10110 |
Color Harmonies of #5C0A64
Complementary color
Monochromatic Colors of #5C0A64
Black with #5C0A64
Text Example
Text Example
White with #5C0A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0A64; }
p { color: rgb(92,10,100); }
H1.HeaderClassName
{
color: #5C0A64;
}
.AnyTagClassName
{
color: #5C0A64;
}
</style>
background-color css
<style>
a { background-color: #5C0A64; }
a { background-color: rgb(92,10,100); }
div.DivClassName
{
background-color: #5C0A64;
}
.BgClassName
{
background-color: #5C0A64;
}
</style>
border-color css
<style>
span { border-color: #5C0A64; }
span { border-color: rgb(92,10,100); }
td.TdClassName
{
border-color: #5C0A64;
}
.TagClassName
{
border-color: #5C0A64;
}
</style>