Shades of Palatinate Purple #581D51
Tints of Palatinate Purple #581D51
RGB
CMYK
RGB Variations
Color information
#581D51 (or 0x581D51) is known color: Palatinate Purple. HEX triplet: 58, 1D and 51. RGB value is (88,29,81). Sum of RGB (Red+Green+Blue) = 88+29+81=198 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.44% from 198); Green value is 29 (11.72% from 255 or 14.65% from 198); Blue value is 81 (32.03% from 255 or 40.91% from 198); Max value from RGB is 88 - color contains mainly: red. Hex color #581D51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581D51 is #A7E2AE. Grayscale: #343434. Windows color (decimal): -11002543 or 5315928. OLE color: 5315928.
HSL color Cylindrical-coordinate representation of color #581D51: hue angle of 307.12º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #581D51 is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 29 | 81 | - |
| CMYK | 0 | 0.67 | 0.08 | 0.65 |
| HSL | 307.12º | 0.5% | 0.23% | - |
| HSV(B) | 307.12º | 0.67% | 0.35% | - |
| XYZ | 5.95 | 3.55 | 8.16 | - |
| YUV | 52.57 | 144.05 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 29 | 81 | 0 | 0.67 | 0.08 | 0.65 | 307.12 | 0.5 | 0.23 |
| Hex | 58 | 1D | 51 | 0 | 43 | 8 | 41 | 133 | 32 | 17 |
| Octal | 130 | 35 | 121 | 0 | 103 | 10 | 101 | 463 | 62 | 27 |
| Binary | 1011000 | 11101 | 1010001 | 0 | 1000011 | 1000 | 1000001 | 100110011 | 110010 | 10111 |
Color Harmonies of #581D51
Complementary color
Monochromatic Colors of #581D51
Black with #581D51
Text Example
Text Example
White with #581D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581D51; }
p { color: rgb(88,29,81); }
H1.HeaderClassName
{
color: #581D51;
}
.AnyTagClassName
{
color: #581D51;
}
</style>
background-color css
<style>
a { background-color: #581D51; }
a { background-color: rgb(88,29,81); }
div.DivClassName
{
background-color: #581D51;
}
.BgClassName
{
background-color: #581D51;
}
</style>
border-color css
<style>
span { border-color: #581D51; }
span { border-color: rgb(88,29,81); }
td.TdClassName
{
border-color: #581D51;
}
.TagClassName
{
border-color: #581D51;
}
</style>