Shades of Palatinate Purple #571E51
Tints of Palatinate Purple #571E51
RGB
CMYK
RGB Variations
Color information
#571E51 (or 0x571E51) is known color: Palatinate Purple. HEX triplet: 57, 1E and 51. RGB value is (87,30,81). Sum of RGB (Red+Green+Blue) = 87+30+81=198 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.94% from 198); Green value is 30 (12.11% from 255 or 15.15% from 198); Blue value is 81 (32.03% from 255 or 40.91% from 198); Max value from RGB is 87 - color contains mainly: red. Hex color #571E51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #571E51 is #A8E1AE. Grayscale: #343434. Windows color (decimal): -11067823 or 5316183. OLE color: 5316183.
HSL color Cylindrical-coordinate representation of color #571E51: hue angle of 306.32º degrees, saturation: 0.49, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #571E51 is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 30 | 81 | - |
| CMYK | 0 | 0.66 | 0.07 | 0.66 |
| HSL | 306.32º | 0.49% | 0.23% | - |
| HSV(B) | 306.32º | 0.66% | 0.34% | - |
| XYZ | 5.88 | 3.55 | 8.16 | - |
| YUV | 52.86 | 143.88 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 30 | 81 | 0 | 0.66 | 0.07 | 0.66 | 306.32 | 0.49 | 0.23 |
| Hex | 57 | 1E | 51 | 0 | 42 | 7 | 42 | 132 | 31 | 17 |
| Octal | 127 | 36 | 121 | 0 | 102 | 7 | 102 | 462 | 61 | 27 |
| Binary | 1010111 | 11110 | 1010001 | 0 | 1000010 | 111 | 1000010 | 100110010 | 110001 | 10111 |
Color Harmonies of #571E51
Complementary color
Monochromatic Colors of #571E51
Black with #571E51
Text Example
Text Example
White with #571E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571E51; }
p { color: rgb(87,30,81); }
H1.HeaderClassName
{
color: #571E51;
}
.AnyTagClassName
{
color: #571E51;
}
</style>
background-color css
<style>
a { background-color: #571E51; }
a { background-color: rgb(87,30,81); }
div.DivClassName
{
background-color: #571E51;
}
.BgClassName
{
background-color: #571E51;
}
</style>
border-color css
<style>
span { border-color: #571E51; }
span { border-color: rgb(87,30,81); }
td.TdClassName
{
border-color: #571E51;
}
.TagClassName
{
border-color: #571E51;
}
</style>