Shades of Palatinate Purple #580D59
Tints of Palatinate Purple #580D59
RGB
CMYK
RGB Variations
Color information
#580D59 (or 0x580D59) is known color: Palatinate Purple. HEX triplet: 58, 0D and 59. RGB value is (88,13,89). Sum of RGB (Red+Green+Blue) = 88+13+89=190 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.32% from 190); Green value is 13 (5.47% from 255 or 6.84% from 190); Blue value is 89 (35.16% from 255 or 46.84% from 190); Max value from RGB is 89 - color contains mainly: blue. Hex color #580D59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580D59 is #A7F2A6. Grayscale: #2B2B2B. Windows color (decimal): -11006631 or 5836120. OLE color: 5836120.
HSL color Cylindrical-coordinate representation of color #580D59: hue angle of 299.21º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #580D59 is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 13 | 89 | - |
| CMYK | 0.01 | 0.85 | 0 | 0.65 |
| HSL | 299.21º | 0.75% | 0.2% | - |
| HSV(B) | 299.21º | 0.85% | 0.35% | - |
| XYZ | 5.97 | 3.08 | 9.73 | - |
| YUV | 44.09 | 153.35 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 13 | 89 | 0.01 | 0.85 | 0 | 0.65 | 299.21 | 0.75 | 0.2 |
| Hex | 58 | D | 59 | 1 | 55 | 0 | 41 | 12B | 4B | 14 |
| Octal | 130 | 15 | 131 | 1 | 125 | 0 | 101 | 453 | 113 | 24 |
| Binary | 1011000 | 1101 | 1011001 | 1 | 1010101 | 0 | 1000001 | 100101011 | 1001011 | 10100 |
Color Harmonies of #580D59
Complementary color
Monochromatic Colors of #580D59
Black with #580D59
Text Example
Text Example
White with #580D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580D59; }
p { color: rgb(88,13,89); }
H1.HeaderClassName
{
color: #580D59;
}
.AnyTagClassName
{
color: #580D59;
}
</style>
background-color css
<style>
a { background-color: #580D59; }
a { background-color: rgb(88,13,89); }
div.DivClassName
{
background-color: #580D59;
}
.BgClassName
{
background-color: #580D59;
}
</style>
border-color css
<style>
span { border-color: #580D59; }
span { border-color: rgb(88,13,89); }
td.TdClassName
{
border-color: #580D59;
}
.TagClassName
{
border-color: #580D59;
}
</style>