Shades of Palatinate Purple #571E53
Tints of Palatinate Purple #571E53
RGB
CMYK
RGB Variations
Color information
#571E53 (or 0x571E53) is known color: Palatinate Purple. HEX triplet: 57, 1E and 53. RGB value is (87,30,83). Sum of RGB (Red+Green+Blue) = 87+30+83=200 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.5% from 200); Green value is 30 (12.11% from 255 or 15% from 200); Blue value is 83 (32.81% from 255 or 41.5% from 200); Max value from RGB is 87 - color contains mainly: red. Hex color #571E53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #571E53 is #A8E1AC. Grayscale: #343434. Windows color (decimal): -11067821 or 5447255. OLE color: 5447255.
HSL color Cylindrical-coordinate representation of color #571E53: hue angle of 304.21º 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 #571E53 is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 30 | 83 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.66 |
| HSL | 304.21º | 0.49% | 0.23% | - |
| HSV(B) | 304.21º | 0.66% | 0.34% | - |
| XYZ | 5.96 | 3.58 | 8.56 | - |
| YUV | 53.09 | 144.88 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 30 | 83 | 0 | 0.66 | 0.05 | 0.66 | 304.21 | 0.49 | 0.23 |
| Hex | 57 | 1E | 53 | 0 | 42 | 5 | 42 | 130 | 31 | 17 |
| Octal | 127 | 36 | 123 | 0 | 102 | 5 | 102 | 460 | 61 | 27 |
| Binary | 1010111 | 11110 | 1010011 | 0 | 1000010 | 101 | 1000010 | 100110000 | 110001 | 10111 |
Color Harmonies of #571E53
Complementary color
Monochromatic Colors of #571E53
Black with #571E53
Text Example
Text Example
White with #571E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571E53; }
p { color: rgb(87,30,83); }
H1.HeaderClassName
{
color: #571E53;
}
.AnyTagClassName
{
color: #571E53;
}
</style>
background-color css
<style>
a { background-color: #571E53; }
a { background-color: rgb(87,30,83); }
div.DivClassName
{
background-color: #571E53;
}
.BgClassName
{
background-color: #571E53;
}
</style>
border-color css
<style>
span { border-color: #571E53; }
span { border-color: rgb(87,30,83); }
td.TdClassName
{
border-color: #571E53;
}
.TagClassName
{
border-color: #571E53;
}
</style>