Shades of Palatinate Purple #590256
Tints of Palatinate Purple #590256
RGB
CMYK
RGB Variations
Color information
#590256 (or 0x590256) is known color: Palatinate Purple. HEX triplet: 59, 02 and 56. RGB value is (89,2,86). Sum of RGB (Red+Green+Blue) = 89+2+86=177 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.28% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 86 (33.98% from 255 or 48.59% from 177); Max value from RGB is 89 - color contains mainly: red. Hex color #590256 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590256 is #A6FDA9. Grayscale: #252525. Windows color (decimal): -10943914 or 5636697. OLE color: 5636697.
HSL color Cylindrical-coordinate representation of color #590256: hue angle of 302.07º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #590256 is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 2 | 86 | - |
| CMYK | 0 | 0.98 | 0.03 | 0.65 |
| HSL | 302.07º | 0.96% | 0.18% | - |
| HSV(B) | 302.07º | 0.98% | 0.35% | - |
| XYZ | 5.82 | 2.84 | 9.05 | - |
| YUV | 37.59 | 155.32 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 2 | 86 | 0 | 0.98 | 0.03 | 0.65 | 302.07 | 0.96 | 0.18 |
| Hex | 59 | 2 | 56 | 0 | 62 | 3 | 41 | 12E | 60 | 12 |
| Octal | 131 | 2 | 126 | 0 | 142 | 3 | 101 | 456 | 140 | 22 |
| Binary | 1011001 | 10 | 1010110 | 0 | 1100010 | 11 | 1000001 | 100101110 | 1100000 | 10010 |
Color Harmonies of #590256
Complementary color
Monochromatic Colors of #590256
Black with #590256
Text Example
Text Example
White with #590256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590256; }
p { color: rgb(89,2,86); }
H1.HeaderClassName
{
color: #590256;
}
.AnyTagClassName
{
color: #590256;
}
</style>
background-color css
<style>
a { background-color: #590256; }
a { background-color: rgb(89,2,86); }
div.DivClassName
{
background-color: #590256;
}
.BgClassName
{
background-color: #590256;
}
</style>
border-color css
<style>
span { border-color: #590256; }
span { border-color: rgb(89,2,86); }
td.TdClassName
{
border-color: #590256;
}
.TagClassName
{
border-color: #590256;
}
</style>