Shades of Palatinate Purple #59095B
Tints of Palatinate Purple #59095B
RGB
CMYK
RGB Variations
Color information
#59095B (or 0x59095B) is known color: Palatinate Purple. HEX triplet: 59, 09 and 5B. RGB value is (89,9,91). Sum of RGB (Red+Green+Blue) = 89+9+91=189 (25% of max value = 765). Red value is 89 (35.16% from 255 or 47.09% from 189); Green value is 9 (3.91% from 255 or 4.76% from 189); Blue value is 91 (35.94% from 255 or 48.15% from 189); Max value from RGB is 91 - color contains mainly: blue. Hex color #59095B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59095B is #A6F6A4. Grayscale: #2A2A2A. Windows color (decimal): -10942117 or 5966169. OLE color: 5966169.
HSL color Cylindrical-coordinate representation of color #59095B: hue angle of 298.54º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #59095B is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 9 | 91 | - |
| CMYK | 0.02 | 0.90 | 0 | 0.64 |
| HSL | 298.54º | 0.82% | 0.2% | - |
| HSV(B) | 298.54º | 0.9% | 0.36% | - |
| XYZ | 6.11 | 3.07 | 10.17 | - |
| YUV | 42.27 | 155.5 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 9 | 91 | 0.02 | 0.90 | 0 | 0.64 | 298.54 | 0.82 | 0.2 |
| Hex | 59 | 9 | 5B | 2 | 5A | 0 | 40 | 12B | 52 | 14 |
| Octal | 131 | 11 | 133 | 2 | 132 | 0 | 100 | 453 | 122 | 24 |
| Binary | 1011001 | 1001 | 1011011 | 10 | 1011010 | 0 | 1000000 | 100101011 | 1010010 | 10100 |
Color Harmonies of #59095B
Complementary color
Monochromatic Colors of #59095B
Black with #59095B
Text Example
Text Example
White with #59095B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59095B; }
p { color: rgb(89,9,91); }
H1.HeaderClassName
{
color: #59095B;
}
.AnyTagClassName
{
color: #59095B;
}
</style>
background-color css
<style>
a { background-color: #59095B; }
a { background-color: rgb(89,9,91); }
div.DivClassName
{
background-color: #59095B;
}
.BgClassName
{
background-color: #59095B;
}
</style>
border-color css
<style>
span { border-color: #59095B; }
span { border-color: rgb(89,9,91); }
td.TdClassName
{
border-color: #59095B;
}
.TagClassName
{
border-color: #59095B;
}
</style>