Shades of Palatinate Purple #5D1666
Tints of Palatinate Purple #5D1666
RGB
CMYK
RGB Variations
Color information
#5D1666 (or 0x5D1666) is known color: Palatinate Purple. HEX triplet: 5D, 16 and 66. RGB value is (93,22,102). Sum of RGB (Red+Green+Blue) = 93+22+102=217 (28% of max value = 765). Red value is 93 (36.72% from 255 or 42.86% from 217); Green value is 22 (8.98% from 255 or 10.14% from 217); Blue value is 102 (40.23% from 255 or 47.00% from 217); Max value from RGB is 102 - color contains mainly: blue. Hex color #5D1666 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D1666 is #A2E999. Grayscale: #343434. Windows color (decimal): -10676634 or 6690397. OLE color: 6690397.
HSL color Cylindrical-coordinate representation of color #5D1666: hue angle of 293.25º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5D1666 is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 93 | 22 | 102 | - |
| CMYK | 0.09 | 0.78 | 0 | 0.6 |
| HSL | 293.25º | 0.65% | 0.24% | - |
| HSV(B) | 293.25º | 0.78% | 0.4% | - |
| XYZ | 7.2 | 3.86 | 12.94 | - |
| YUV | 52.35 | 156.02 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 22 | 102 | 0.09 | 0.78 | 0 | 0.6 | 293.25 | 0.65 | 0.24 |
| Hex | 5D | 16 | 66 | 9 | 4E | 0 | 3C | 125 | 41 | 18 |
| Octal | 135 | 26 | 146 | 11 | 116 | 0 | 74 | 445 | 101 | 30 |
| Binary | 1011101 | 10110 | 1100110 | 1001 | 1001110 | 0 | 111100 | 100100101 | 1000001 | 11000 |
Color Harmonies of #5D1666
Complementary color
Monochromatic Colors of #5D1666
Black with #5D1666
Text Example
Text Example
White with #5D1666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1666; }
p { color: rgb(93,22,102); }
H1.HeaderClassName
{
color: #5D1666;
}
.AnyTagClassName
{
color: #5D1666;
}
</style>
background-color css
<style>
a { background-color: #5D1666; }
a { background-color: rgb(93,22,102); }
div.DivClassName
{
background-color: #5D1666;
}
.BgClassName
{
background-color: #5D1666;
}
</style>
border-color css
<style>
span { border-color: #5D1666; }
span { border-color: rgb(93,22,102); }
td.TdClassName
{
border-color: #5D1666;
}
.TagClassName
{
border-color: #5D1666;
}
</style>