Shades of Palatinate Purple #581B55
Tints of Palatinate Purple #581B55
RGB
CMYK
RGB Variations
Color information
#581B55 (or 0x581B55) is known color: Palatinate Purple. HEX triplet: 58, 1B and 55. RGB value is (88,27,85). Sum of RGB (Red+Green+Blue) = 88+27+85=200 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44% from 200); Green value is 27 (10.94% from 255 or 13.5% from 200); Blue value is 85 (33.59% from 255 or 42.5% from 200); Max value from RGB is 88 - color contains mainly: red. Hex color #581B55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581B55 is #A7E4AA. Grayscale: #333333. Windows color (decimal): -11003051 or 5577560. OLE color: 5577560.
HSL color Cylindrical-coordinate representation of color #581B55: hue angle of 302.95º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #581B55 is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 27 | 85 | - |
| CMYK | 0 | 0.69 | 0.03 | 0.65 |
| HSL | 302.95º | 0.53% | 0.23% | - |
| HSV(B) | 302.95º | 0.69% | 0.35% | - |
| XYZ | 6.06 | 3.51 | 8.95 | - |
| YUV | 51.85 | 146.71 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 27 | 85 | 0 | 0.69 | 0.03 | 0.65 | 302.95 | 0.53 | 0.23 |
| Hex | 58 | 1B | 55 | 0 | 45 | 3 | 41 | 12F | 35 | 17 |
| Octal | 130 | 33 | 125 | 0 | 105 | 3 | 101 | 457 | 65 | 27 |
| Binary | 1011000 | 11011 | 1010101 | 0 | 1000101 | 11 | 1000001 | 100101111 | 110101 | 10111 |
Color Harmonies of #581B55
Complementary color
Monochromatic Colors of #581B55
Black with #581B55
Text Example
Text Example
White with #581B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581B55; }
p { color: rgb(88,27,85); }
H1.HeaderClassName
{
color: #581B55;
}
.AnyTagClassName
{
color: #581B55;
}
</style>
background-color css
<style>
a { background-color: #581B55; }
a { background-color: rgb(88,27,85); }
div.DivClassName
{
background-color: #581B55;
}
.BgClassName
{
background-color: #581B55;
}
</style>
border-color css
<style>
span { border-color: #581B55; }
span { border-color: rgb(88,27,85); }
td.TdClassName
{
border-color: #581B55;
}
.TagClassName
{
border-color: #581B55;
}
</style>