Shades of Palatinate Purple #5A0A66
Tints of Palatinate Purple #5A0A66
RGB
CMYK
RGB Variations
Color information
#5A0A66 (or 0x5A0A66) is known color: Palatinate Purple. HEX triplet: 5A, 0A and 66. RGB value is (90,10,102). Sum of RGB (Red+Green+Blue) = 90+10+102=202 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.55% from 202); Green value is 10 (4.30% from 255 or 4.95% from 202); Blue value is 102 (40.23% from 255 or 50.50% from 202); Max value from RGB is 102 - color contains mainly: blue. Hex color #5A0A66 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0A66 is #A5F599. Grayscale: #2C2C2C. Windows color (decimal): -10876314 or 6687322. OLE color: 6687322.
HSL color Cylindrical-coordinate representation of color #5A0A66: hue angle of 292.17º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5A0A66 is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 90 | 10 | 102 | - |
| CMYK | 0.12 | 0.90 | 0 | 0.6 |
| HSL | 292.17º | 0.82% | 0.22% | - |
| HSV(B) | 292.17º | 0.9% | 0.4% | - |
| XYZ | 6.72 | 3.35 | 12.86 | - |
| YUV | 44.41 | 160.5 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 10 | 102 | 0.12 | 0.90 | 0 | 0.6 | 292.17 | 0.82 | 0.22 |
| Hex | 5A | A | 66 | C | 5A | 0 | 3C | 124 | 52 | 16 |
| Octal | 132 | 12 | 146 | 14 | 132 | 0 | 74 | 444 | 122 | 26 |
| Binary | 1011010 | 1010 | 1100110 | 1100 | 1011010 | 0 | 111100 | 100100100 | 1010010 | 10110 |
Color Harmonies of #5A0A66
Complementary color
Monochromatic Colors of #5A0A66
Black with #5A0A66
Text Example
Text Example
White with #5A0A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0A66; }
p { color: rgb(90,10,102); }
H1.HeaderClassName
{
color: #5A0A66;
}
.AnyTagClassName
{
color: #5A0A66;
}
</style>
background-color css
<style>
a { background-color: #5A0A66; }
a { background-color: rgb(90,10,102); }
div.DivClassName
{
background-color: #5A0A66;
}
.BgClassName
{
background-color: #5A0A66;
}
</style>
border-color css
<style>
span { border-color: #5A0A66; }
span { border-color: rgb(90,10,102); }
td.TdClassName
{
border-color: #5A0A66;
}
.TagClassName
{
border-color: #5A0A66;
}
</style>