Shades of Palatinate Purple #581F51
Tints of Palatinate Purple #581F51
RGB
CMYK
RGB Variations
Color information
#581F51 (or 0x581F51) is known color: Palatinate Purple. HEX triplet: 58, 1F and 51. RGB value is (88,31,81). Sum of RGB (Red+Green+Blue) = 88+31+81=200 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44% from 200); Green value is 31 (12.5% from 255 or 15.5% from 200); Blue value is 81 (32.03% from 255 or 40.5% from 200); Max value from RGB is 88 - color contains mainly: red. Hex color #581F51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581F51 is #A7E0AE. Grayscale: #353535. Windows color (decimal): -11002031 or 5316440. OLE color: 5316440.
HSL color Cylindrical-coordinate representation of color #581F51: hue angle of 307.37º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #581F51 is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 31 | 81 | - |
| CMYK | 0 | 0.65 | 0.08 | 0.65 |
| HSL | 307.37º | 0.48% | 0.23% | - |
| HSV(B) | 307.37º | 0.65% | 0.35% | - |
| XYZ | 6 | 3.65 | 8.17 | - |
| YUV | 53.74 | 143.38 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 31 | 81 | 0 | 0.65 | 0.08 | 0.65 | 307.37 | 0.48 | 0.23 |
| Hex | 58 | 1F | 51 | 0 | 41 | 8 | 41 | 133 | 30 | 17 |
| Octal | 130 | 37 | 121 | 0 | 101 | 10 | 101 | 463 | 60 | 27 |
| Binary | 1011000 | 11111 | 1010001 | 0 | 1000001 | 1000 | 1000001 | 100110011 | 110000 | 10111 |
Color Harmonies of #581F51
Complementary color
Monochromatic Colors of #581F51
Black with #581F51
Text Example
Text Example
White with #581F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581F51; }
p { color: rgb(88,31,81); }
H1.HeaderClassName
{
color: #581F51;
}
.AnyTagClassName
{
color: #581F51;
}
</style>
background-color css
<style>
a { background-color: #581F51; }
a { background-color: rgb(88,31,81); }
div.DivClassName
{
background-color: #581F51;
}
.BgClassName
{
background-color: #581F51;
}
</style>
border-color css
<style>
span { border-color: #581F51; }
span { border-color: rgb(88,31,81); }
td.TdClassName
{
border-color: #581F51;
}
.TagClassName
{
border-color: #581F51;
}
</style>