Shades of Palatinate Purple #580959
Tints of Palatinate Purple #580959
RGB
CMYK
RGB Variations
Color information
#580959 (or 0x580959) is known color: Palatinate Purple. HEX triplet: 58, 09 and 59. RGB value is (88,9,89). Sum of RGB (Red+Green+Blue) = 88+9+89=186 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.31% from 186); Green value is 9 (3.91% from 255 or 4.84% from 186); Blue value is 89 (35.16% from 255 or 47.85% from 186); Max value from RGB is 89 - color contains mainly: blue. Hex color #580959 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580959 is #A7F6A6. Grayscale: #292929. Windows color (decimal): -11007655 or 5835096. OLE color: 5835096.
HSL color Cylindrical-coordinate representation of color #580959: hue angle of 299.25º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #580959 is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 9 | 89 | - |
| CMYK | 0.01 | 0.90 | 0 | 0.65 |
| HSL | 299.25º | 0.82% | 0.19% | - |
| HSV(B) | 299.25º | 0.9% | 0.35% | - |
| XYZ | 5.93 | 2.99 | 9.72 | - |
| YUV | 41.74 | 154.67 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 9 | 89 | 0.01 | 0.90 | 0 | 0.65 | 299.25 | 0.82 | 0.19 |
| Hex | 58 | 9 | 59 | 1 | 5A | 0 | 41 | 12B | 52 | 13 |
| Octal | 130 | 11 | 131 | 1 | 132 | 0 | 101 | 453 | 122 | 23 |
| Binary | 1011000 | 1001 | 1011001 | 1 | 1011010 | 0 | 1000001 | 100101011 | 1010010 | 10011 |
Color Harmonies of #580959
Complementary color
Monochromatic Colors of #580959
Black with #580959
Text Example
Text Example
White with #580959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580959; }
p { color: rgb(88,9,89); }
H1.HeaderClassName
{
color: #580959;
}
.AnyTagClassName
{
color: #580959;
}
</style>
background-color css
<style>
a { background-color: #580959; }
a { background-color: rgb(88,9,89); }
div.DivClassName
{
background-color: #580959;
}
.BgClassName
{
background-color: #580959;
}
</style>
border-color css
<style>
span { border-color: #580959; }
span { border-color: rgb(88,9,89); }
td.TdClassName
{
border-color: #580959;
}
.TagClassName
{
border-color: #580959;
}
</style>