Shades of Palatinate Purple #581A4E
Tints of Palatinate Purple #581A4E
RGB
CMYK
RGB Variations
Color information
#581A4E (or 0x581A4E) is known color: Palatinate Purple. HEX triplet: 58, 1A and 4E. RGB value is (88,26,78). Sum of RGB (Red+Green+Blue) = 88+26+78=192 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.83% from 192); Green value is 26 (10.55% from 255 or 13.54% from 192); Blue value is 78 (30.86% from 255 or 40.62% from 192); Max value from RGB is 88 - color contains mainly: red. Hex color #581A4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581A4E is #A7E5B1. Grayscale: #323232. Windows color (decimal): -11003314 or 5118552. OLE color: 5118552.
HSL color Cylindrical-coordinate representation of color #581A4E: hue angle of 309.68º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #581A4E is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 26 | 78 | - |
| CMYK | 0 | 0.70 | 0.11 | 0.65 |
| HSL | 309.68º | 0.54% | 0.22% | - |
| HSV(B) | 309.68º | 0.7% | 0.35% | - |
| XYZ | 5.77 | 3.36 | 7.55 | - |
| YUV | 50.47 | 143.54 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 26 | 78 | 0 | 0.70 | 0.11 | 0.65 | 309.68 | 0.54 | 0.22 |
| Hex | 58 | 1A | 4E | 0 | 46 | B | 41 | 136 | 36 | 16 |
| Octal | 130 | 32 | 116 | 0 | 106 | 13 | 101 | 466 | 66 | 26 |
| Binary | 1011000 | 11010 | 1001110 | 0 | 1000110 | 1011 | 1000001 | 100110110 | 110110 | 10110 |
Color Harmonies of #581A4E
Complementary color
Monochromatic Colors of #581A4E
Black with #581A4E
Text Example
Text Example
White with #581A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581A4E; }
p { color: rgb(88,26,78); }
H1.HeaderClassName
{
color: #581A4E;
}
.AnyTagClassName
{
color: #581A4E;
}
</style>
background-color css
<style>
a { background-color: #581A4E; }
a { background-color: rgb(88,26,78); }
div.DivClassName
{
background-color: #581A4E;
}
.BgClassName
{
background-color: #581A4E;
}
</style>
border-color css
<style>
span { border-color: #581A4E; }
span { border-color: rgb(88,26,78); }
td.TdClassName
{
border-color: #581A4E;
}
.TagClassName
{
border-color: #581A4E;
}
</style>