Shades of Palatinate Purple #5C0A52
Tints of Palatinate Purple #5C0A52
RGB
CMYK
RGB Variations
Color information
#5C0A52 (or 0x5C0A52) is known color: Palatinate Purple. HEX triplet: 5C, 0A and 52. RGB value is (92,10,82). Sum of RGB (Red+Green+Blue) = 92+10+82=184 (24% of max value = 765). Red value is 92 (36.33% from 255 or 50% from 184); Green value is 10 (4.30% from 255 or 5.43% from 184); Blue value is 82 (32.42% from 255 or 44.57% from 184); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0A52 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0A52 is #A3F5AD. Grayscale: #2A2A2A. Windows color (decimal): -10745262 or 5376604. OLE color: 5376604.
HSL color Cylindrical-coordinate representation of color #5C0A52: hue angle of 307.32º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5C0A52 is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 10 | 82 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.64 |
| HSL | 307.32º | 0.8% | 0.2% | - |
| HSV(B) | 307.32º | 0.89% | 0.36% | - |
| XYZ | 6.05 | 3.1 | 8.26 | - |
| YUV | 42.73 | 150.17 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 10 | 82 | 0 | 0.89 | 0.11 | 0.64 | 307.32 | 0.8 | 0.2 |
| Hex | 5C | A | 52 | 0 | 59 | B | 40 | 133 | 50 | 14 |
| Octal | 134 | 12 | 122 | 0 | 131 | 13 | 100 | 463 | 120 | 24 |
| Binary | 1011100 | 1010 | 1010010 | 0 | 1011001 | 1011 | 1000000 | 100110011 | 1010000 | 10100 |
Color Harmonies of #5C0A52
Complementary color
Monochromatic Colors of #5C0A52
Black with #5C0A52
Text Example
Text Example
White with #5C0A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0A52; }
p { color: rgb(92,10,82); }
H1.HeaderClassName
{
color: #5C0A52;
}
.AnyTagClassName
{
color: #5C0A52;
}
</style>
background-color css
<style>
a { background-color: #5C0A52; }
a { background-color: rgb(92,10,82); }
div.DivClassName
{
background-color: #5C0A52;
}
.BgClassName
{
background-color: #5C0A52;
}
</style>
border-color css
<style>
span { border-color: #5C0A52; }
span { border-color: rgb(92,10,82); }
td.TdClassName
{
border-color: #5C0A52;
}
.TagClassName
{
border-color: #5C0A52;
}
</style>