Shades of Palatinate Purple #590C52
Tints of Palatinate Purple #590C52
RGB
CMYK
RGB Variations
Color information
#590C52 (or 0x590C52) is known color: Palatinate Purple. HEX triplet: 59, 0C and 52. RGB value is (89,12,82). Sum of RGB (Red+Green+Blue) = 89+12+82=183 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.63% from 183); Green value is 12 (5.08% from 255 or 6.56% from 183); Blue value is 82 (32.42% from 255 or 44.81% from 183); Max value from RGB is 89 - color contains mainly: red. Hex color #590C52 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590C52 is #A6F3AD. Grayscale: #2A2A2A. Windows color (decimal): -10941358 or 5377113. OLE color: 5377113.
HSL color Cylindrical-coordinate representation of color #590C52: hue angle of 305.45º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #590C52 is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 12 | 82 | - |
| CMYK | 0 | 0.87 | 0.08 | 0.65 |
| HSL | 305.45º | 0.76% | 0.2% | - |
| HSV(B) | 305.45º | 0.87% | 0.35% | - |
| XYZ | 5.77 | 3 | 8.26 | - |
| YUV | 43 | 150.01 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 12 | 82 | 0 | 0.87 | 0.08 | 0.65 | 305.45 | 0.76 | 0.2 |
| Hex | 59 | C | 52 | 0 | 57 | 8 | 41 | 131 | 4C | 14 |
| Octal | 131 | 14 | 122 | 0 | 127 | 10 | 101 | 461 | 114 | 24 |
| Binary | 1011001 | 1100 | 1010010 | 0 | 1010111 | 1000 | 1000001 | 100110001 | 1001100 | 10100 |
Color Harmonies of #590C52
Complementary color
Monochromatic Colors of #590C52
Black with #590C52
Text Example
Text Example
White with #590C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590C52; }
p { color: rgb(89,12,82); }
H1.HeaderClassName
{
color: #590C52;
}
.AnyTagClassName
{
color: #590C52;
}
</style>
background-color css
<style>
a { background-color: #590C52; }
a { background-color: rgb(89,12,82); }
div.DivClassName
{
background-color: #590C52;
}
.BgClassName
{
background-color: #590C52;
}
</style>
border-color css
<style>
span { border-color: #590C52; }
span { border-color: rgb(89,12,82); }
td.TdClassName
{
border-color: #590C52;
}
.TagClassName
{
border-color: #590C52;
}
</style>