Shades of Palatinate Purple #581E53
Tints of Palatinate Purple #581E53
RGB
CMYK
RGB Variations
Color information
#581E53 (or 0x581E53) is known color: Palatinate Purple. HEX triplet: 58, 1E and 53. RGB value is (88,30,83). Sum of RGB (Red+Green+Blue) = 88+30+83=201 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.78% from 201); Green value is 30 (12.11% from 255 or 14.93% from 201); Blue value is 83 (32.81% from 255 or 41.29% from 201); Max value from RGB is 88 - color contains mainly: red. Hex color #581E53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581E53 is #A7E1AC. Grayscale: #353535. Windows color (decimal): -11002285 or 5447256. OLE color: 5447256.
HSL color Cylindrical-coordinate representation of color #581E53: hue angle of 305.17º degrees, saturation: 0.49, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #581E53 is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 30 | 83 | - |
| CMYK | 0 | 0.66 | 0.06 | 0.65 |
| HSL | 305.17º | 0.49% | 0.23% | - |
| HSV(B) | 305.17º | 0.66% | 0.35% | - |
| XYZ | 6.05 | 3.63 | 8.56 | - |
| YUV | 53.38 | 144.72 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 30 | 83 | 0 | 0.66 | 0.06 | 0.65 | 305.17 | 0.49 | 0.23 |
| Hex | 58 | 1E | 53 | 0 | 42 | 6 | 41 | 131 | 31 | 17 |
| Octal | 130 | 36 | 123 | 0 | 102 | 6 | 101 | 461 | 61 | 27 |
| Binary | 1011000 | 11110 | 1010011 | 0 | 1000010 | 110 | 1000001 | 100110001 | 110001 | 10111 |
Color Harmonies of #581E53
Complementary color
Monochromatic Colors of #581E53
Black with #581E53
Text Example
Text Example
White with #581E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581E53; }
p { color: rgb(88,30,83); }
H1.HeaderClassName
{
color: #581E53;
}
.AnyTagClassName
{
color: #581E53;
}
</style>
background-color css
<style>
a { background-color: #581E53; }
a { background-color: rgb(88,30,83); }
div.DivClassName
{
background-color: #581E53;
}
.BgClassName
{
background-color: #581E53;
}
</style>
border-color css
<style>
span { border-color: #581E53; }
span { border-color: rgb(88,30,83); }
td.TdClassName
{
border-color: #581E53;
}
.TagClassName
{
border-color: #581E53;
}
</style>