Shades of Palatinate Purple #5D0D6A
Tints of Palatinate Purple #5D0D6A
RGB
CMYK
RGB Variations
Color information
#5D0D6A (or 0x5D0D6A) is known color: Palatinate Purple. HEX triplet: 5D, 0D and 6A. RGB value is (93,13,106). Sum of RGB (Red+Green+Blue) = 93+13+106=212 (28% of max value = 765). Red value is 93 (36.72% from 255 or 43.87% from 212); Green value is 13 (5.47% from 255 or 6.13% from 212); Blue value is 106 (41.80% from 255 or 50% from 212); Max value from RGB is 106 - color contains mainly: blue. Hex color #5D0D6A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D0D6A is #A2F295. Grayscale: #2F2F2F. Windows color (decimal): -10678934 or 6950237. OLE color: 6950237.
HSL color Cylindrical-coordinate representation of color #5D0D6A: hue angle of 291.61º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5D0D6A is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 93 | 13 | 106 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.58 |
| HSL | 291.61º | 0.78% | 0.23% | - |
| HSV(B) | 291.61º | 0.88% | 0.42% | - |
| XYZ | 7.26 | 3.66 | 13.96 | - |
| YUV | 47.52 | 161 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 13 | 106 | 0.12 | 0.88 | 0 | 0.58 | 291.61 | 0.78 | 0.23 |
| Hex | 5D | D | 6A | C | 58 | 0 | 3A | 124 | 4E | 17 |
| Octal | 135 | 15 | 152 | 14 | 130 | 0 | 72 | 444 | 116 | 27 |
| Binary | 1011101 | 1101 | 1101010 | 1100 | 1011000 | 0 | 111010 | 100100100 | 1001110 | 10111 |
Color Harmonies of #5D0D6A
Complementary color
Monochromatic Colors of #5D0D6A
Black with #5D0D6A
Text Example
Text Example
White with #5D0D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0D6A; }
p { color: rgb(93,13,106); }
H1.HeaderClassName
{
color: #5D0D6A;
}
.AnyTagClassName
{
color: #5D0D6A;
}
</style>
background-color css
<style>
a { background-color: #5D0D6A; }
a { background-color: rgb(93,13,106); }
div.DivClassName
{
background-color: #5D0D6A;
}
.BgClassName
{
background-color: #5D0D6A;
}
</style>
border-color css
<style>
span { border-color: #5D0D6A; }
span { border-color: rgb(93,13,106); }
td.TdClassName
{
border-color: #5D0D6A;
}
.TagClassName
{
border-color: #5D0D6A;
}
</style>