Shades of Palatinate Purple #5C065A
Tints of Palatinate Purple #5C065A
RGB
CMYK
RGB Variations
Color information
#5C065A (or 0x5C065A) is known color: Palatinate Purple. HEX triplet: 5C, 06 and 5A. RGB value is (92,6,90). Sum of RGB (Red+Green+Blue) = 92+6+90=188 (24% of max value = 765). Red value is 92 (36.33% from 255 or 48.94% from 188); Green value is 6 (2.73% from 255 or 3.19% from 188); Blue value is 90 (35.55% from 255 or 47.87% from 188); Max value from RGB is 92 - color contains mainly: red. Hex color #5C065A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C065A is #A3F9A5. Grayscale: #292929. Windows color (decimal): -10746278 or 5899868. OLE color: 5899868.
HSL color Cylindrical-coordinate representation of color #5C065A: hue angle of 301.4º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5C065A is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 6 | 90 | - |
| CMYK | 0 | 0.93 | 0.02 | 0.64 |
| HSL | 301.4º | 0.88% | 0.19% | - |
| HSV(B) | 301.4º | 0.93% | 0.36% | - |
| XYZ | 6.32 | 3.14 | 9.95 | - |
| YUV | 41.29 | 155.49 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 6 | 90 | 0 | 0.93 | 0.02 | 0.64 | 301.4 | 0.88 | 0.19 |
| Hex | 5C | 6 | 5A | 0 | 5D | 2 | 40 | 12D | 58 | 13 |
| Octal | 134 | 6 | 132 | 0 | 135 | 2 | 100 | 455 | 130 | 23 |
| Binary | 1011100 | 110 | 1011010 | 0 | 1011101 | 10 | 1000000 | 100101101 | 1011000 | 10011 |
Color Harmonies of #5C065A
Complementary color
Monochromatic Colors of #5C065A
Black with #5C065A
Text Example
Text Example
White with #5C065A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C065A; }
p { color: rgb(92,6,90); }
H1.HeaderClassName
{
color: #5C065A;
}
.AnyTagClassName
{
color: #5C065A;
}
</style>
background-color css
<style>
a { background-color: #5C065A; }
a { background-color: rgb(92,6,90); }
div.DivClassName
{
background-color: #5C065A;
}
.BgClassName
{
background-color: #5C065A;
}
</style>
border-color css
<style>
span { border-color: #5C065A; }
span { border-color: rgb(92,6,90); }
td.TdClassName
{
border-color: #5C065A;
}
.TagClassName
{
border-color: #5C065A;
}
</style>