Shades of Palatinate Purple #5A0D66
Tints of Palatinate Purple #5A0D66
RGB
CMYK
RGB Variations
Color information
#5A0D66 (or 0x5A0D66) is known color: Palatinate Purple. HEX triplet: 5A, 0D and 66. RGB value is (90,13,102). Sum of RGB (Red+Green+Blue) = 90+13+102=205 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.90% from 205); Green value is 13 (5.47% from 255 or 6.34% from 205); Blue value is 102 (40.23% from 255 or 49.76% from 205); Max value from RGB is 102 - color contains mainly: blue. Hex color #5A0D66 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0D66 is #A5F299. Grayscale: #2D2D2D. Windows color (decimal): -10875546 or 6688090. OLE color: 6688090.
HSL color Cylindrical-coordinate representation of color #5A0D66: hue angle of 291.91º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5A0D66 is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 90 | 13 | 102 | - |
| CMYK | 0.12 | 0.87 | 0 | 0.6 |
| HSL | 291.91º | 0.77% | 0.23% | - |
| HSV(B) | 291.91º | 0.87% | 0.4% | - |
| XYZ | 6.76 | 3.42 | 12.87 | - |
| YUV | 46.17 | 159.51 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 13 | 102 | 0.12 | 0.87 | 0 | 0.6 | 291.91 | 0.77 | 0.23 |
| Hex | 5A | D | 66 | C | 57 | 0 | 3C | 124 | 4D | 17 |
| Octal | 132 | 15 | 146 | 14 | 127 | 0 | 74 | 444 | 115 | 27 |
| Binary | 1011010 | 1101 | 1100110 | 1100 | 1010111 | 0 | 111100 | 100100100 | 1001101 | 10111 |
Color Harmonies of #5A0D66
Complementary color
Monochromatic Colors of #5A0D66
Black with #5A0D66
Text Example
Text Example
White with #5A0D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0D66; }
p { color: rgb(90,13,102); }
H1.HeaderClassName
{
color: #5A0D66;
}
.AnyTagClassName
{
color: #5A0D66;
}
</style>
background-color css
<style>
a { background-color: #5A0D66; }
a { background-color: rgb(90,13,102); }
div.DivClassName
{
background-color: #5A0D66;
}
.BgClassName
{
background-color: #5A0D66;
}
</style>
border-color css
<style>
span { border-color: #5A0D66; }
span { border-color: rgb(90,13,102); }
td.TdClassName
{
border-color: #5A0D66;
}
.TagClassName
{
border-color: #5A0D66;
}
</style>