Shades of Palatinate Purple #581659
Tints of Palatinate Purple #581659
RGB
CMYK
RGB Variations
Color information
#581659 (or 0x581659) is known color: Palatinate Purple. HEX triplet: 58, 16 and 59. RGB value is (88,22,89). Sum of RGB (Red+Green+Blue) = 88+22+89=199 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.22% from 199); Green value is 22 (8.98% from 255 or 11.06% from 199); Blue value is 89 (35.16% from 255 or 44.72% from 199); Max value from RGB is 89 - color contains mainly: blue. Hex color #581659 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581659 is #A7E9A6. Grayscale: #313131. Windows color (decimal): -11004327 or 5838424. OLE color: 5838424.
HSL color Cylindrical-coordinate representation of color #581659: hue angle of 299.1º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #581659 is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 22 | 89 | - |
| CMYK | 0.01 | 0.75 | 0 | 0.65 |
| HSL | 299.1º | 0.6% | 0.22% | - |
| HSV(B) | 299.1º | 0.75% | 0.35% | - |
| XYZ | 6.11 | 3.37 | 9.78 | - |
| YUV | 49.37 | 150.37 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 22 | 89 | 0.01 | 0.75 | 0 | 0.65 | 299.1 | 0.6 | 0.22 |
| Hex | 58 | 16 | 59 | 1 | 4B | 0 | 41 | 12B | 3C | 16 |
| Octal | 130 | 26 | 131 | 1 | 113 | 0 | 101 | 453 | 74 | 26 |
| Binary | 1011000 | 10110 | 1011001 | 1 | 1001011 | 0 | 1000001 | 100101011 | 111100 | 10110 |
Color Harmonies of #581659
Complementary color
Monochromatic Colors of #581659
Black with #581659
Text Example
Text Example
White with #581659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581659; }
p { color: rgb(88,22,89); }
H1.HeaderClassName
{
color: #581659;
}
.AnyTagClassName
{
color: #581659;
}
</style>
background-color css
<style>
a { background-color: #581659; }
a { background-color: rgb(88,22,89); }
div.DivClassName
{
background-color: #581659;
}
.BgClassName
{
background-color: #581659;
}
</style>
border-color css
<style>
span { border-color: #581659; }
span { border-color: rgb(88,22,89); }
td.TdClassName
{
border-color: #581659;
}
.TagClassName
{
border-color: #581659;
}
</style>