Shades of Palatinate Purple #570C4F
Tints of Palatinate Purple #570C4F
RGB
CMYK
RGB Variations
Color information
#570C4F (or 0x570C4F) is known color: Palatinate Purple. HEX triplet: 57, 0C and 4F. RGB value is (87,12,79). Sum of RGB (Red+Green+Blue) = 87+12+79=178 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.88% from 178); Green value is 12 (5.08% from 255 or 6.74% from 178); Blue value is 79 (31.25% from 255 or 44.38% from 178); Max value from RGB is 87 - color contains mainly: red. Hex color #570C4F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570C4F is #A8F3B0. Grayscale: #292929. Windows color (decimal): -11072433 or 5180503. OLE color: 5180503.
HSL color Cylindrical-coordinate representation of color #570C4F: hue angle of 306.4º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #570C4F is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 12 | 79 | - |
| CMYK | 0 | 0.86 | 0.09 | 0.66 |
| HSL | 306.4º | 0.76% | 0.19% | - |
| HSV(B) | 306.4º | 0.86% | 0.34% | - |
| XYZ | 5.47 | 2.85 | 7.66 | - |
| YUV | 42.06 | 148.85 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 12 | 79 | 0 | 0.86 | 0.09 | 0.66 | 306.4 | 0.76 | 0.19 |
| Hex | 57 | C | 4F | 0 | 56 | 9 | 42 | 132 | 4C | 13 |
| Octal | 127 | 14 | 117 | 0 | 126 | 11 | 102 | 462 | 114 | 23 |
| Binary | 1010111 | 1100 | 1001111 | 0 | 1010110 | 1001 | 1000010 | 100110010 | 1001100 | 10011 |
Color Harmonies of #570C4F
Complementary color
Monochromatic Colors of #570C4F
Black with #570C4F
Text Example
Text Example
White with #570C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570C4F; }
p { color: rgb(87,12,79); }
H1.HeaderClassName
{
color: #570C4F;
}
.AnyTagClassName
{
color: #570C4F;
}
</style>
background-color css
<style>
a { background-color: #570C4F; }
a { background-color: rgb(87,12,79); }
div.DivClassName
{
background-color: #570C4F;
}
.BgClassName
{
background-color: #570C4F;
}
</style>
border-color css
<style>
span { border-color: #570C4F; }
span { border-color: rgb(87,12,79); }
td.TdClassName
{
border-color: #570C4F;
}
.TagClassName
{
border-color: #570C4F;
}
</style>