Shades of Palatinate Purple #581959
Tints of Palatinate Purple #581959
RGB
CMYK
RGB Variations
Color information
#581959 (or 0x581959) is known color: Palatinate Purple. HEX triplet: 58, 19 and 59. RGB value is (88,25,89). Sum of RGB (Red+Green+Blue) = 88+25+89=202 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.56% from 202); Green value is 25 (10.16% from 255 or 12.38% from 202); Blue value is 89 (35.16% from 255 or 44.06% from 202); Max value from RGB is 89 - color contains mainly: blue. Hex color #581959 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581959 is #A7E6A6. Grayscale: #323232. Windows color (decimal): -11003559 or 5839192. OLE color: 5839192.
HSL color Cylindrical-coordinate representation of color #581959: hue angle of 299.06º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #581959 is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 25 | 89 | - |
| CMYK | 0.01 | 0.72 | 0 | 0.65 |
| HSL | 299.06º | 0.56% | 0.22% | - |
| HSV(B) | 299.06º | 0.72% | 0.35% | - |
| XYZ | 6.18 | 3.49 | 9.8 | - |
| YUV | 51.13 | 149.37 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 25 | 89 | 0.01 | 0.72 | 0 | 0.65 | 299.06 | 0.56 | 0.22 |
| Hex | 58 | 19 | 59 | 1 | 48 | 0 | 41 | 12B | 38 | 16 |
| Octal | 130 | 31 | 131 | 1 | 110 | 0 | 101 | 453 | 70 | 26 |
| Binary | 1011000 | 11001 | 1011001 | 1 | 1001000 | 0 | 1000001 | 100101011 | 111000 | 10110 |
Color Harmonies of #581959
Complementary color
Monochromatic Colors of #581959
Black with #581959
Text Example
Text Example
White with #581959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581959; }
p { color: rgb(88,25,89); }
H1.HeaderClassName
{
color: #581959;
}
.AnyTagClassName
{
color: #581959;
}
</style>
background-color css
<style>
a { background-color: #581959; }
a { background-color: rgb(88,25,89); }
div.DivClassName
{
background-color: #581959;
}
.BgClassName
{
background-color: #581959;
}
</style>
border-color css
<style>
span { border-color: #581959; }
span { border-color: rgb(88,25,89); }
td.TdClassName
{
border-color: #581959;
}
.TagClassName
{
border-color: #581959;
}
</style>