Shades of Palatinate Purple #570A56
Tints of Palatinate Purple #570A56
RGB
CMYK
RGB Variations
Color information
#570A56 (or 0x570A56) is known color: Palatinate Purple. HEX triplet: 57, 0A and 56. RGB value is (87,10,86). Sum of RGB (Red+Green+Blue) = 87+10+86=183 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.54% from 183); Green value is 10 (4.30% from 255 or 5.46% from 183); Blue value is 86 (33.98% from 255 or 46.99% from 183); Max value from RGB is 87 - color contains mainly: red. Hex color #570A56 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570A56 is #A8F5A9. Grayscale: #292929. Windows color (decimal): -11072938 or 5638743. OLE color: 5638743.
HSL color Cylindrical-coordinate representation of color #570A56: hue angle of 300.78º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #570A56 is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 10 | 86 | - |
| CMYK | 0 | 0.89 | 0.01 | 0.66 |
| HSL | 300.78º | 0.79% | 0.19% | - |
| HSV(B) | 300.78º | 0.89% | 0.34% | - |
| XYZ | 5.72 | 2.92 | 9.07 | - |
| YUV | 41.69 | 153.01 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 10 | 86 | 0 | 0.89 | 0.01 | 0.66 | 300.78 | 0.79 | 0.19 |
| Hex | 57 | A | 56 | 0 | 59 | 1 | 42 | 12D | 4F | 13 |
| Octal | 127 | 12 | 126 | 0 | 131 | 1 | 102 | 455 | 117 | 23 |
| Binary | 1010111 | 1010 | 1010110 | 0 | 1011001 | 1 | 1000010 | 100101101 | 1001111 | 10011 |
Color Harmonies of #570A56
Complementary color
Monochromatic Colors of #570A56
Black with #570A56
Text Example
Text Example
White with #570A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570A56; }
p { color: rgb(87,10,86); }
H1.HeaderClassName
{
color: #570A56;
}
.AnyTagClassName
{
color: #570A56;
}
</style>
background-color css
<style>
a { background-color: #570A56; }
a { background-color: rgb(87,10,86); }
div.DivClassName
{
background-color: #570A56;
}
.BgClassName
{
background-color: #570A56;
}
</style>
border-color css
<style>
span { border-color: #570A56; }
span { border-color: rgb(87,10,86); }
td.TdClassName
{
border-color: #570A56;
}
.TagClassName
{
border-color: #570A56;
}
</style>