Shades of Palatinate Purple #590F5B
Tints of Palatinate Purple #590F5B
RGB
CMYK
RGB Variations
Color information
#590F5B (or 0x590F5B) is known color: Palatinate Purple. HEX triplet: 59, 0F and 5B. RGB value is (89,15,91). Sum of RGB (Red+Green+Blue) = 89+15+91=195 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.64% from 195); Green value is 15 (6.25% from 255 or 7.69% from 195); Blue value is 91 (35.94% from 255 or 46.67% from 195); Max value from RGB is 91 - color contains mainly: blue. Hex color #590F5B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590F5B is #A6F0A4. Grayscale: #2D2D2D. Windows color (decimal): -10940581 or 5967705. OLE color: 5967705.
HSL color Cylindrical-coordinate representation of color #590F5B: hue angle of 298.42º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #590F5B is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 15 | 91 | - |
| CMYK | 0.02 | 0.84 | 0 | 0.64 |
| HSL | 298.42º | 0.72% | 0.21% | - |
| HSV(B) | 298.42º | 0.84% | 0.36% | - |
| XYZ | 6.18 | 3.22 | 10.19 | - |
| YUV | 45.79 | 153.52 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 15 | 91 | 0.02 | 0.84 | 0 | 0.64 | 298.42 | 0.72 | 0.21 |
| Hex | 59 | F | 5B | 2 | 54 | 0 | 40 | 12A | 48 | 15 |
| Octal | 131 | 17 | 133 | 2 | 124 | 0 | 100 | 452 | 110 | 25 |
| Binary | 1011001 | 1111 | 1011011 | 10 | 1010100 | 0 | 1000000 | 100101010 | 1001000 | 10101 |
Color Harmonies of #590F5B
Complementary color
Monochromatic Colors of #590F5B
Black with #590F5B
Text Example
Text Example
White with #590F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590F5B; }
p { color: rgb(89,15,91); }
H1.HeaderClassName
{
color: #590F5B;
}
.AnyTagClassName
{
color: #590F5B;
}
</style>
background-color css
<style>
a { background-color: #590F5B; }
a { background-color: rgb(89,15,91); }
div.DivClassName
{
background-color: #590F5B;
}
.BgClassName
{
background-color: #590F5B;
}
</style>
border-color css
<style>
span { border-color: #590F5B; }
span { border-color: rgb(89,15,91); }
td.TdClassName
{
border-color: #590F5B;
}
.TagClassName
{
border-color: #590F5B;
}
</style>