Shades of Palatinate Purple #590E5D
Tints of Palatinate Purple #590E5D
RGB
CMYK
RGB Variations
Color information
#590E5D (or 0x590E5D) is known color: Palatinate Purple. HEX triplet: 59, 0E and 5D. RGB value is (89,14,93). Sum of RGB (Red+Green+Blue) = 89+14+93=196 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.41% from 196); Green value is 14 (5.86% from 255 or 7.14% from 196); Blue value is 93 (36.72% from 255 or 47.45% from 196); Max value from RGB is 93 - color contains mainly: blue. Hex color #590E5D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590E5D is #A6F1A2. Grayscale: #2D2D2D. Windows color (decimal): -10940835 or 6098521. OLE color: 6098521.
HSL color Cylindrical-coordinate representation of color #590E5D: hue angle of 296.96º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #590E5D is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 14 | 93 | - |
| CMYK | 0.04 | 0.85 | 0 | 0.64 |
| HSL | 296.96º | 0.74% | 0.21% | - |
| HSV(B) | 296.96º | 0.85% | 0.36% | - |
| XYZ | 6.25 | 3.23 | 10.65 | - |
| YUV | 45.43 | 154.85 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 14 | 93 | 0.04 | 0.85 | 0 | 0.64 | 296.96 | 0.74 | 0.21 |
| Hex | 59 | E | 5D | 4 | 55 | 0 | 40 | 129 | 4A | 15 |
| Octal | 131 | 16 | 135 | 4 | 125 | 0 | 100 | 451 | 112 | 25 |
| Binary | 1011001 | 1110 | 1011101 | 100 | 1010101 | 0 | 1000000 | 100101001 | 1001010 | 10101 |
Color Harmonies of #590E5D
Complementary color
Monochromatic Colors of #590E5D
Black with #590E5D
Text Example
Text Example
White with #590E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590E5D; }
p { color: rgb(89,14,93); }
H1.HeaderClassName
{
color: #590E5D;
}
.AnyTagClassName
{
color: #590E5D;
}
</style>
background-color css
<style>
a { background-color: #590E5D; }
a { background-color: rgb(89,14,93); }
div.DivClassName
{
background-color: #590E5D;
}
.BgClassName
{
background-color: #590E5D;
}
</style>
border-color css
<style>
span { border-color: #590E5D; }
span { border-color: rgb(89,14,93); }
td.TdClassName
{
border-color: #590E5D;
}
.TagClassName
{
border-color: #590E5D;
}
</style>