Shades of Palatinate Purple #570F4E
Tints of Palatinate Purple #570F4E
RGB
CMYK
RGB Variations
Color information
#570F4E (or 0x570F4E) is known color: Palatinate Purple. HEX triplet: 57, 0F and 4E. RGB value is (87,15,78). Sum of RGB (Red+Green+Blue) = 87+15+78=180 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.33% from 180); Green value is 15 (6.25% from 255 or 8.33% from 180); Blue value is 78 (30.86% from 255 or 43.33% from 180); Max value from RGB is 87 - color contains mainly: red. Hex color #570F4E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570F4E is #A8F0B1. Grayscale: #2B2B2B. Windows color (decimal): -11071666 or 5115735. OLE color: 5115735.
HSL color Cylindrical-coordinate representation of color #570F4E: hue angle of 307.5º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #570F4E is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 15 | 78 | - |
| CMYK | 0 | 0.83 | 0.10 | 0.66 |
| HSL | 307.5º | 0.71% | 0.2% | - |
| HSV(B) | 307.5º | 0.83% | 0.34% | - |
| XYZ | 5.48 | 2.92 | 7.48 | - |
| YUV | 43.71 | 147.35 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 15 | 78 | 0 | 0.83 | 0.10 | 0.66 | 307.5 | 0.71 | 0.2 |
| Hex | 57 | F | 4E | 0 | 53 | A | 42 | 134 | 47 | 14 |
| Octal | 127 | 17 | 116 | 0 | 123 | 12 | 102 | 464 | 107 | 24 |
| Binary | 1010111 | 1111 | 1001110 | 0 | 1010011 | 1010 | 1000010 | 100110100 | 1000111 | 10100 |
Color Harmonies of #570F4E
Complementary color
Monochromatic Colors of #570F4E
Black with #570F4E
Text Example
Text Example
White with #570F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570F4E; }
p { color: rgb(87,15,78); }
H1.HeaderClassName
{
color: #570F4E;
}
.AnyTagClassName
{
color: #570F4E;
}
</style>
background-color css
<style>
a { background-color: #570F4E; }
a { background-color: rgb(87,15,78); }
div.DivClassName
{
background-color: #570F4E;
}
.BgClassName
{
background-color: #570F4E;
}
</style>
border-color css
<style>
span { border-color: #570F4E; }
span { border-color: rgb(87,15,78); }
td.TdClassName
{
border-color: #570F4E;
}
.TagClassName
{
border-color: #570F4E;
}
</style>