Shades of Palatinate Purple #581E50
Tints of Palatinate Purple #581E50
RGB
CMYK
RGB Variations
Color information
#581E50 (or 0x581E50) is known color: Palatinate Purple. HEX triplet: 58, 1E and 50. RGB value is (88,30,80). Sum of RGB (Red+Green+Blue) = 88+30+80=198 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.44% from 198); Green value is 30 (12.11% from 255 or 15.15% from 198); Blue value is 80 (31.64% from 255 or 40.40% from 198); Max value from RGB is 88 - color contains mainly: red. Hex color #581E50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581E50 is #A7E1AF. Grayscale: #343434. Windows color (decimal): -11002288 or 5250648. OLE color: 5250648.
HSL color Cylindrical-coordinate representation of color #581E50: hue angle of 308.28º 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 #581E50 is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 30 | 80 | - |
| CMYK | 0 | 0.66 | 0.09 | 0.65 |
| HSL | 308.28º | 0.49% | 0.23% | - |
| HSV(B) | 308.28º | 0.66% | 0.35% | - |
| XYZ | 5.94 | 3.58 | 7.97 | - |
| YUV | 53.04 | 143.22 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 30 | 80 | 0 | 0.66 | 0.09 | 0.65 | 308.28 | 0.49 | 0.23 |
| Hex | 58 | 1E | 50 | 0 | 42 | 9 | 41 | 134 | 31 | 17 |
| Octal | 130 | 36 | 120 | 0 | 102 | 11 | 101 | 464 | 61 | 27 |
| Binary | 1011000 | 11110 | 1010000 | 0 | 1000010 | 1001 | 1000001 | 100110100 | 110001 | 10111 |
Color Harmonies of #581E50
Complementary color
Monochromatic Colors of #581E50
Black with #581E50
Text Example
Text Example
White with #581E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581E50; }
p { color: rgb(88,30,80); }
H1.HeaderClassName
{
color: #581E50;
}
.AnyTagClassName
{
color: #581E50;
}
</style>
background-color css
<style>
a { background-color: #581E50; }
a { background-color: rgb(88,30,80); }
div.DivClassName
{
background-color: #581E50;
}
.BgClassName
{
background-color: #581E50;
}
</style>
border-color css
<style>
span { border-color: #581E50; }
span { border-color: rgb(88,30,80); }
td.TdClassName
{
border-color: #581E50;
}
.TagClassName
{
border-color: #581E50;
}
</style>