Shades of Palatinate Purple #590B53
Tints of Palatinate Purple #590B53
RGB
CMYK
RGB Variations
Color information
#590B53 (or 0x590B53) is known color: Palatinate Purple. HEX triplet: 59, 0B and 53. RGB value is (89,11,83). Sum of RGB (Red+Green+Blue) = 89+11+83=183 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.63% from 183); Green value is 11 (4.69% from 255 or 6.01% from 183); Blue value is 83 (32.81% from 255 or 45.36% from 183); Max value from RGB is 89 - color contains mainly: red. Hex color #590B53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590B53 is #A6F4AC. Grayscale: #2A2A2A. Windows color (decimal): -10941613 or 5442393. OLE color: 5442393.
HSL color Cylindrical-coordinate representation of color #590B53: hue angle of 304.62º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #590B53 is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 11 | 83 | - |
| CMYK | 0 | 0.88 | 0.07 | 0.65 |
| HSL | 304.62º | 0.78% | 0.2% | - |
| HSV(B) | 304.62º | 0.88% | 0.35% | - |
| XYZ | 5.8 | 2.99 | 8.45 | - |
| YUV | 42.53 | 150.84 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 11 | 83 | 0 | 0.88 | 0.07 | 0.65 | 304.62 | 0.78 | 0.2 |
| Hex | 59 | B | 53 | 0 | 58 | 7 | 41 | 131 | 4E | 14 |
| Octal | 131 | 13 | 123 | 0 | 130 | 7 | 101 | 461 | 116 | 24 |
| Binary | 1011001 | 1011 | 1010011 | 0 | 1011000 | 111 | 1000001 | 100110001 | 1001110 | 10100 |
Color Harmonies of #590B53
Complementary color
Monochromatic Colors of #590B53
Black with #590B53
Text Example
Text Example
White with #590B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590B53; }
p { color: rgb(89,11,83); }
H1.HeaderClassName
{
color: #590B53;
}
.AnyTagClassName
{
color: #590B53;
}
</style>
background-color css
<style>
a { background-color: #590B53; }
a { background-color: rgb(89,11,83); }
div.DivClassName
{
background-color: #590B53;
}
.BgClassName
{
background-color: #590B53;
}
</style>
border-color css
<style>
span { border-color: #590B53; }
span { border-color: rgb(89,11,83); }
td.TdClassName
{
border-color: #590B53;
}
.TagClassName
{
border-color: #590B53;
}
</style>