Shades of Palatinate Purple #5D0A66
Tints of Palatinate Purple #5D0A66
RGB
CMYK
RGB Variations
Color information
#5D0A66 (or 0x5D0A66) is known color: Palatinate Purple. HEX triplet: 5D, 0A and 66. RGB value is (93,10,102). Sum of RGB (Red+Green+Blue) = 93+10+102=205 (27% of max value = 765). Red value is 93 (36.72% from 255 or 45.37% from 205); Green value is 10 (4.30% from 255 or 4.88% 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 #5D0A66 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D0A66 is #A2F599. Grayscale: #2D2D2D. Windows color (decimal): -10679706 or 6687325. OLE color: 6687325.
HSL color Cylindrical-coordinate representation of color #5D0A66: hue angle of 294.13º 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 #5D0A66 is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 93 | 10 | 102 | - |
| CMYK | 0.09 | 0.90 | 0 | 0.6 |
| HSL | 294.13º | 0.82% | 0.22% | - |
| HSV(B) | 294.13º | 0.9% | 0.4% | - |
| XYZ | 7.02 | 3.5 | 12.88 | - |
| YUV | 45.31 | 160 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 10 | 102 | 0.09 | 0.90 | 0 | 0.6 | 294.13 | 0.82 | 0.22 |
| Hex | 5D | A | 66 | 9 | 5A | 0 | 3C | 126 | 52 | 16 |
| Octal | 135 | 12 | 146 | 11 | 132 | 0 | 74 | 446 | 122 | 26 |
| Binary | 1011101 | 1010 | 1100110 | 1001 | 1011010 | 0 | 111100 | 100100110 | 1010010 | 10110 |
Color Harmonies of #5D0A66
Complementary color
Monochromatic Colors of #5D0A66
Black with #5D0A66
Text Example
Text Example
White with #5D0A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0A66; }
p { color: rgb(93,10,102); }
H1.HeaderClassName
{
color: #5D0A66;
}
.AnyTagClassName
{
color: #5D0A66;
}
</style>
background-color css
<style>
a { background-color: #5D0A66; }
a { background-color: rgb(93,10,102); }
div.DivClassName
{
background-color: #5D0A66;
}
.BgClassName
{
background-color: #5D0A66;
}
</style>
border-color css
<style>
span { border-color: #5D0A66; }
span { border-color: rgb(93,10,102); }
td.TdClassName
{
border-color: #5D0A66;
}
.TagClassName
{
border-color: #5D0A66;
}
</style>