Shades of Palatinate Purple #590852
Tints of Palatinate Purple #590852
RGB
CMYK
RGB Variations
Color information
#590852 (or 0x590852) is known color: Palatinate Purple. HEX triplet: 59, 08 and 52. RGB value is (89,8,82). Sum of RGB (Red+Green+Blue) = 89+8+82=179 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.72% from 179); Green value is 8 (3.52% from 255 or 4.47% from 179); Blue value is 82 (32.42% from 255 or 45.81% from 179); Max value from RGB is 89 - color contains mainly: red. Hex color #590852 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590852 is #A6F7AD. Grayscale: #282828. Windows color (decimal): -10942382 or 5376089. OLE color: 5376089.
HSL color Cylindrical-coordinate representation of color #590852: hue angle of 305.19º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #590852 is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 8 | 82 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.65 |
| HSL | 305.19º | 0.84% | 0.19% | - |
| HSV(B) | 305.19º | 0.91% | 0.35% | - |
| XYZ | 5.73 | 2.91 | 8.24 | - |
| YUV | 40.66 | 151.34 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 8 | 82 | 0 | 0.91 | 0.08 | 0.65 | 305.19 | 0.84 | 0.19 |
| Hex | 59 | 8 | 52 | 0 | 5B | 8 | 41 | 131 | 54 | 13 |
| Octal | 131 | 10 | 122 | 0 | 133 | 10 | 101 | 461 | 124 | 23 |
| Binary | 1011001 | 1000 | 1010010 | 0 | 1011011 | 1000 | 1000001 | 100110001 | 1010100 | 10011 |
Color Harmonies of #590852
Complementary color
Monochromatic Colors of #590852
Black with #590852
Text Example
Text Example
White with #590852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590852; }
p { color: rgb(89,8,82); }
H1.HeaderClassName
{
color: #590852;
}
.AnyTagClassName
{
color: #590852;
}
</style>
background-color css
<style>
a { background-color: #590852; }
a { background-color: rgb(89,8,82); }
div.DivClassName
{
background-color: #590852;
}
.BgClassName
{
background-color: #590852;
}
</style>
border-color css
<style>
span { border-color: #590852; }
span { border-color: rgb(89,8,82); }
td.TdClassName
{
border-color: #590852;
}
.TagClassName
{
border-color: #590852;
}
</style>