Shades of Palatinate Purple #580E59
Tints of Palatinate Purple #580E59
RGB
CMYK
RGB Variations
Color information
#580E59 (or 0x580E59) is known color: Palatinate Purple. HEX triplet: 58, 0E and 59. RGB value is (88,14,89). Sum of RGB (Red+Green+Blue) = 88+14+89=191 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.07% from 191); Green value is 14 (5.86% from 255 or 7.33% from 191); Blue value is 89 (35.16% from 255 or 46.60% from 191); Max value from RGB is 89 - color contains mainly: blue. Hex color #580E59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580E59 is #A7F1A6. Grayscale: #2C2C2C. Windows color (decimal): -11006375 or 5836376. OLE color: 5836376.
HSL color Cylindrical-coordinate representation of color #580E59: hue angle of 299.2º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #580E59 is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 14 | 89 | - |
| CMYK | 0.01 | 0.84 | 0 | 0.65 |
| HSL | 299.2º | 0.73% | 0.2% | - |
| HSV(B) | 299.2º | 0.84% | 0.35% | - |
| XYZ | 5.98 | 3.11 | 9.74 | - |
| YUV | 44.68 | 153.02 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 14 | 89 | 0.01 | 0.84 | 0 | 0.65 | 299.2 | 0.73 | 0.2 |
| Hex | 58 | E | 59 | 1 | 54 | 0 | 41 | 12B | 49 | 14 |
| Octal | 130 | 16 | 131 | 1 | 124 | 0 | 101 | 453 | 111 | 24 |
| Binary | 1011000 | 1110 | 1011001 | 1 | 1010100 | 0 | 1000001 | 100101011 | 1001001 | 10100 |
Color Harmonies of #580E59
Complementary color
Monochromatic Colors of #580E59
Black with #580E59
Text Example
Text Example
White with #580E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580E59; }
p { color: rgb(88,14,89); }
H1.HeaderClassName
{
color: #580E59;
}
.AnyTagClassName
{
color: #580E59;
}
</style>
background-color css
<style>
a { background-color: #580E59; }
a { background-color: rgb(88,14,89); }
div.DivClassName
{
background-color: #580E59;
}
.BgClassName
{
background-color: #580E59;
}
</style>
border-color css
<style>
span { border-color: #580E59; }
span { border-color: rgb(88,14,89); }
td.TdClassName
{
border-color: #580E59;
}
.TagClassName
{
border-color: #580E59;
}
</style>