Shades of Palatinate Purple #570E4E
Tints of Palatinate Purple #570E4E
RGB
CMYK
RGB Variations
Color information
#570E4E (or 0x570E4E) is known color: Palatinate Purple. HEX triplet: 57, 0E and 4E. RGB value is (87,14,78). Sum of RGB (Red+Green+Blue) = 87+14+78=179 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.60% from 179); Green value is 14 (5.86% from 255 or 7.82% from 179); Blue value is 78 (30.86% from 255 or 43.58% from 179); Max value from RGB is 87 - color contains mainly: red. Hex color #570E4E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570E4E is #A8F1B1. Grayscale: #2A2A2A. Windows color (decimal): -11071922 or 5115479. OLE color: 5115479.
HSL color Cylindrical-coordinate representation of color #570E4E: hue angle of 307.4º 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 #570E4E is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 14 | 78 | - |
| CMYK | 0 | 0.84 | 0.10 | 0.66 |
| HSL | 307.4º | 0.72% | 0.2% | - |
| HSV(B) | 307.4º | 0.84% | 0.34% | - |
| XYZ | 5.46 | 2.89 | 7.48 | - |
| YUV | 43.12 | 147.68 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 14 | 78 | 0 | 0.84 | 0.10 | 0.66 | 307.4 | 0.72 | 0.2 |
| Hex | 57 | E | 4E | 0 | 54 | A | 42 | 133 | 48 | 14 |
| Octal | 127 | 16 | 116 | 0 | 124 | 12 | 102 | 463 | 110 | 24 |
| Binary | 1010111 | 1110 | 1001110 | 0 | 1010100 | 1010 | 1000010 | 100110011 | 1001000 | 10100 |
Color Harmonies of #570E4E
Complementary color
Monochromatic Colors of #570E4E
Black with #570E4E
Text Example
Text Example
White with #570E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570E4E; }
p { color: rgb(87,14,78); }
H1.HeaderClassName
{
color: #570E4E;
}
.AnyTagClassName
{
color: #570E4E;
}
</style>
background-color css
<style>
a { background-color: #570E4E; }
a { background-color: rgb(87,14,78); }
div.DivClassName
{
background-color: #570E4E;
}
.BgClassName
{
background-color: #570E4E;
}
</style>
border-color css
<style>
span { border-color: #570E4E; }
span { border-color: rgb(87,14,78); }
td.TdClassName
{
border-color: #570E4E;
}
.TagClassName
{
border-color: #570E4E;
}
</style>