Shades of Palatinate Purple #5A0E66
Tints of Palatinate Purple #5A0E66
RGB
CMYK
RGB Variations
Color information
#5A0E66 (or 0x5A0E66) is known color: Palatinate Purple. HEX triplet: 5A, 0E and 66. RGB value is (90,14,102). Sum of RGB (Red+Green+Blue) = 90+14+102=206 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.69% from 206); Green value is 14 (5.86% from 255 or 6.80% from 206); Blue value is 102 (40.23% from 255 or 49.51% from 206); Max value from RGB is 102 - color contains mainly: blue. Hex color #5A0E66 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0E66 is #A5F199. Grayscale: #2E2E2E. Windows color (decimal): -10875290 or 6688346. OLE color: 6688346.
HSL color Cylindrical-coordinate representation of color #5A0E66: hue angle of 291.82º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5A0E66 is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 90 | 14 | 102 | - |
| CMYK | 0.12 | 0.86 | 0 | 0.6 |
| HSL | 291.82º | 0.76% | 0.23% | - |
| HSV(B) | 291.82º | 0.86% | 0.4% | - |
| XYZ | 6.77 | 3.45 | 12.88 | - |
| YUV | 46.76 | 159.18 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 14 | 102 | 0.12 | 0.86 | 0 | 0.6 | 291.82 | 0.76 | 0.23 |
| Hex | 5A | E | 66 | C | 56 | 0 | 3C | 124 | 4C | 17 |
| Octal | 132 | 16 | 146 | 14 | 126 | 0 | 74 | 444 | 114 | 27 |
| Binary | 1011010 | 1110 | 1100110 | 1100 | 1010110 | 0 | 111100 | 100100100 | 1001100 | 10111 |
Color Harmonies of #5A0E66
Complementary color
Monochromatic Colors of #5A0E66
Black with #5A0E66
Text Example
Text Example
White with #5A0E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0E66; }
p { color: rgb(90,14,102); }
H1.HeaderClassName
{
color: #5A0E66;
}
.AnyTagClassName
{
color: #5A0E66;
}
</style>
background-color css
<style>
a { background-color: #5A0E66; }
a { background-color: rgb(90,14,102); }
div.DivClassName
{
background-color: #5A0E66;
}
.BgClassName
{
background-color: #5A0E66;
}
</style>
border-color css
<style>
span { border-color: #5A0E66; }
span { border-color: rgb(90,14,102); }
td.TdClassName
{
border-color: #5A0E66;
}
.TagClassName
{
border-color: #5A0E66;
}
</style>