Shades of Palatinate Purple #570E53
Tints of Palatinate Purple #570E53
RGB
CMYK
RGB Variations
Color information
#570E53 (or 0x570E53) is known color: Palatinate Purple. HEX triplet: 57, 0E and 53. RGB value is (87,14,83). Sum of RGB (Red+Green+Blue) = 87+14+83=184 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.28% from 184); Green value is 14 (5.86% from 255 or 7.61% from 184); Blue value is 83 (32.81% from 255 or 45.11% from 184); Max value from RGB is 87 - color contains mainly: red. Hex color #570E53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570E53 is #A8F1AC. Grayscale: #2B2B2B. Windows color (decimal): -11071917 or 5443159. OLE color: 5443159.
HSL color Cylindrical-coordinate representation of color #570E53: hue angle of 303.29º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #570E53 is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 14 | 83 | - |
| CMYK | 0 | 0.84 | 0.05 | 0.66 |
| HSL | 303.29º | 0.72% | 0.2% | - |
| HSV(B) | 303.29º | 0.84% | 0.34% | - |
| XYZ | 5.65 | 2.96 | 8.46 | - |
| YUV | 43.69 | 150.18 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 14 | 83 | 0 | 0.84 | 0.05 | 0.66 | 303.29 | 0.72 | 0.2 |
| Hex | 57 | E | 53 | 0 | 54 | 5 | 42 | 12F | 48 | 14 |
| Octal | 127 | 16 | 123 | 0 | 124 | 5 | 102 | 457 | 110 | 24 |
| Binary | 1010111 | 1110 | 1010011 | 0 | 1010100 | 101 | 1000010 | 100101111 | 1001000 | 10100 |
Color Harmonies of #570E53
Complementary color
Monochromatic Colors of #570E53
Black with #570E53
Text Example
Text Example
White with #570E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570E53; }
p { color: rgb(87,14,83); }
H1.HeaderClassName
{
color: #570E53;
}
.AnyTagClassName
{
color: #570E53;
}
</style>
background-color css
<style>
a { background-color: #570E53; }
a { background-color: rgb(87,14,83); }
div.DivClassName
{
background-color: #570E53;
}
.BgClassName
{
background-color: #570E53;
}
</style>
border-color css
<style>
span { border-color: #570E53; }
span { border-color: rgb(87,14,83); }
td.TdClassName
{
border-color: #570E53;
}
.TagClassName
{
border-color: #570E53;
}
</style>