Shades of Palatinate Purple #570E54
Tints of Palatinate Purple #570E54
RGB
CMYK
RGB Variations
Color information
#570E54 (or 0x570E54) is known color: Palatinate Purple. HEX triplet: 57, 0E and 54. RGB value is (87,14,84). Sum of RGB (Red+Green+Blue) = 87+14+84=185 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.03% from 185); Green value is 14 (5.86% from 255 or 7.57% from 185); Blue value is 84 (33.20% from 255 or 45.41% from 185); Max value from RGB is 87 - color contains mainly: red. Hex color #570E54 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570E54 is #A8F1AB. Grayscale: #2B2B2B. Windows color (decimal): -11071916 or 5508695. OLE color: 5508695.
HSL color Cylindrical-coordinate representation of color #570E54: hue angle of 302.47º 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 #570E54 is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 14 | 84 | - |
| CMYK | 0 | 0.84 | 0.03 | 0.66 |
| HSL | 302.47º | 0.72% | 0.2% | - |
| HSV(B) | 302.47º | 0.84% | 0.34% | - |
| XYZ | 5.69 | 2.98 | 8.66 | - |
| YUV | 43.81 | 150.68 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 14 | 84 | 0 | 0.84 | 0.03 | 0.66 | 302.47 | 0.72 | 0.2 |
| Hex | 57 | E | 54 | 0 | 54 | 3 | 42 | 12E | 48 | 14 |
| Octal | 127 | 16 | 124 | 0 | 124 | 3 | 102 | 456 | 110 | 24 |
| Binary | 1010111 | 1110 | 1010100 | 0 | 1010100 | 11 | 1000010 | 100101110 | 1001000 | 10100 |
Color Harmonies of #570E54
Complementary color
Monochromatic Colors of #570E54
Black with #570E54
Text Example
Text Example
White with #570E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570E54; }
p { color: rgb(87,14,84); }
H1.HeaderClassName
{
color: #570E54;
}
.AnyTagClassName
{
color: #570E54;
}
</style>
background-color css
<style>
a { background-color: #570E54; }
a { background-color: rgb(87,14,84); }
div.DivClassName
{
background-color: #570E54;
}
.BgClassName
{
background-color: #570E54;
}
</style>
border-color css
<style>
span { border-color: #570E54; }
span { border-color: rgb(87,14,84); }
td.TdClassName
{
border-color: #570E54;
}
.TagClassName
{
border-color: #570E54;
}
</style>