Shades of Palatinate Purple #5D0559
Tints of Palatinate Purple #5D0559
RGB
CMYK
RGB Variations
Color information
#5D0559 (or 0x5D0559) is known color: Palatinate Purple. HEX triplet: 5D, 05 and 59. RGB value is (93,5,89). Sum of RGB (Red+Green+Blue) = 93+5+89=187 (24% of max value = 765). Red value is 93 (36.72% from 255 or 49.73% from 187); Green value is 5 (2.34% from 255 or 2.67% from 187); Blue value is 89 (35.16% from 255 or 47.59% from 187); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0559 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D0559 is #A2FAA6. Grayscale: #282828. Windows color (decimal): -10680999 or 5834077. OLE color: 5834077.
HSL color Cylindrical-coordinate representation of color #5D0559: hue angle of 302.73º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5D0559 is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 5 | 89 | - |
| CMYK | 0 | 0.95 | 0.04 | 0.64 |
| HSL | 302.73º | 0.9% | 0.19% | - |
| HSV(B) | 302.73º | 0.95% | 0.36% | - |
| XYZ | 6.37 | 3.16 | 9.72 | - |
| YUV | 40.89 | 155.15 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 5 | 89 | 0 | 0.95 | 0.04 | 0.64 | 302.73 | 0.9 | 0.19 |
| Hex | 5D | 5 | 59 | 0 | 5F | 4 | 40 | 12F | 5A | 13 |
| Octal | 135 | 5 | 131 | 0 | 137 | 4 | 100 | 457 | 132 | 23 |
| Binary | 1011101 | 101 | 1011001 | 0 | 1011111 | 100 | 1000000 | 100101111 | 1011010 | 10011 |
Color Harmonies of #5D0559
Complementary color
Monochromatic Colors of #5D0559
Black with #5D0559
Text Example
Text Example
White with #5D0559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0559; }
p { color: rgb(93,5,89); }
H1.HeaderClassName
{
color: #5D0559;
}
.AnyTagClassName
{
color: #5D0559;
}
</style>
background-color css
<style>
a { background-color: #5D0559; }
a { background-color: rgb(93,5,89); }
div.DivClassName
{
background-color: #5D0559;
}
.BgClassName
{
background-color: #5D0559;
}
</style>
border-color css
<style>
span { border-color: #5D0559; }
span { border-color: rgb(93,5,89); }
td.TdClassName
{
border-color: #5D0559;
}
.TagClassName
{
border-color: #5D0559;
}
</style>