Shades of Palatinate Purple #590F52
Tints of Palatinate Purple #590F52
RGB
CMYK
RGB Variations
Color information
#590F52 (or 0x590F52) is known color: Palatinate Purple. HEX triplet: 59, 0F and 52. RGB value is (89,15,82). Sum of RGB (Red+Green+Blue) = 89+15+82=186 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.85% from 186); Green value is 15 (6.25% from 255 or 8.06% from 186); Blue value is 82 (32.42% from 255 or 44.09% from 186); Max value from RGB is 89 - color contains mainly: red. Hex color #590F52 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590F52 is #A6F0AD. Grayscale: #2C2C2C. Windows color (decimal): -10940590 or 5377881. OLE color: 5377881.
HSL color Cylindrical-coordinate representation of color #590F52: hue angle of 305.68º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #590F52 is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 15 | 82 | - |
| CMYK | 0 | 0.83 | 0.08 | 0.65 |
| HSL | 305.68º | 0.71% | 0.2% | - |
| HSV(B) | 305.68º | 0.83% | 0.35% | - |
| XYZ | 5.81 | 3.07 | 8.27 | - |
| YUV | 44.76 | 149.02 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 15 | 82 | 0 | 0.83 | 0.08 | 0.65 | 305.68 | 0.71 | 0.2 |
| Hex | 59 | F | 52 | 0 | 53 | 8 | 41 | 132 | 47 | 14 |
| Octal | 131 | 17 | 122 | 0 | 123 | 10 | 101 | 462 | 107 | 24 |
| Binary | 1011001 | 1111 | 1010010 | 0 | 1010011 | 1000 | 1000001 | 100110010 | 1000111 | 10100 |
Color Harmonies of #590F52
Complementary color
Monochromatic Colors of #590F52
Black with #590F52
Text Example
Text Example
White with #590F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590F52; }
p { color: rgb(89,15,82); }
H1.HeaderClassName
{
color: #590F52;
}
.AnyTagClassName
{
color: #590F52;
}
</style>
background-color css
<style>
a { background-color: #590F52; }
a { background-color: rgb(89,15,82); }
div.DivClassName
{
background-color: #590F52;
}
.BgClassName
{
background-color: #590F52;
}
</style>
border-color css
<style>
span { border-color: #590F52; }
span { border-color: rgb(89,15,82); }
td.TdClassName
{
border-color: #590F52;
}
.TagClassName
{
border-color: #590F52;
}
</style>