Shades of Palatinate Purple #5D1866
Tints of Palatinate Purple #5D1866
RGB
CMYK
RGB Variations
Color information
#5D1866 (or 0x5D1866) is known color: Palatinate Purple. HEX triplet: 5D, 18 and 66. RGB value is (93,24,102). Sum of RGB (Red+Green+Blue) = 93+24+102=219 (29% of max value = 765). Red value is 93 (36.72% from 255 or 42.47% from 219); Green value is 24 (9.77% from 255 or 10.96% from 219); Blue value is 102 (40.23% from 255 or 46.58% from 219); Max value from RGB is 102 - color contains mainly: blue. Hex color #5D1866 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D1866 is #A2E799. Grayscale: #353535. Windows color (decimal): -10676122 or 6690909. OLE color: 6690909.
HSL color Cylindrical-coordinate representation of color #5D1866: hue angle of 293.08º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5D1866 is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 93 | 24 | 102 | - |
| CMYK | 0.09 | 0.76 | 0 | 0.6 |
| HSL | 293.08º | 0.62% | 0.25% | - |
| HSV(B) | 293.08º | 0.76% | 0.4% | - |
| XYZ | 7.24 | 3.94 | 12.95 | - |
| YUV | 53.52 | 155.36 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 24 | 102 | 0.09 | 0.76 | 0 | 0.6 | 293.08 | 0.62 | 0.25 |
| Hex | 5D | 18 | 66 | 9 | 4C | 0 | 3C | 125 | 3E | 19 |
| Octal | 135 | 30 | 146 | 11 | 114 | 0 | 74 | 445 | 76 | 31 |
| Binary | 1011101 | 11000 | 1100110 | 1001 | 1001100 | 0 | 111100 | 100100101 | 111110 | 11001 |
Color Harmonies of #5D1866
Complementary color
Monochromatic Colors of #5D1866
Black with #5D1866
Text Example
Text Example
White with #5D1866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1866; }
p { color: rgb(93,24,102); }
H1.HeaderClassName
{
color: #5D1866;
}
.AnyTagClassName
{
color: #5D1866;
}
</style>
background-color css
<style>
a { background-color: #5D1866; }
a { background-color: rgb(93,24,102); }
div.DivClassName
{
background-color: #5D1866;
}
.BgClassName
{
background-color: #5D1866;
}
</style>
border-color css
<style>
span { border-color: #5D1866; }
span { border-color: rgb(93,24,102); }
td.TdClassName
{
border-color: #5D1866;
}
.TagClassName
{
border-color: #5D1866;
}
</style>