Shades of Palatinate Purple #570A59
Tints of Palatinate Purple #570A59
RGB
CMYK
RGB Variations
Color information
#570A59 (or 0x570A59) is known color: Palatinate Purple. HEX triplet: 57, 0A and 59. RGB value is (87,10,89). Sum of RGB (Red+Green+Blue) = 87+10+89=186 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.77% from 186); Green value is 10 (4.30% from 255 or 5.38% from 186); Blue value is 89 (35.16% from 255 or 47.85% from 186); Max value from RGB is 89 - color contains mainly: blue. Hex color #570A59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570A59 is #A8F5A6. Grayscale: #292929. Windows color (decimal): -11072935 or 5835351. OLE color: 5835351.
HSL color Cylindrical-coordinate representation of color #570A59: hue angle of 298.48º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #570A59 is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 87 | 10 | 89 | - |
| CMYK | 0.02 | 0.89 | 0 | 0.65 |
| HSL | 298.48º | 0.8% | 0.19% | - |
| HSV(B) | 298.48º | 0.89% | 0.35% | - |
| XYZ | 5.84 | 2.96 | 9.72 | - |
| YUV | 42.03 | 154.51 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 10 | 89 | 0.02 | 0.89 | 0 | 0.65 | 298.48 | 0.8 | 0.19 |
| Hex | 57 | A | 59 | 2 | 59 | 0 | 41 | 12A | 50 | 13 |
| Octal | 127 | 12 | 131 | 2 | 131 | 0 | 101 | 452 | 120 | 23 |
| Binary | 1010111 | 1010 | 1011001 | 10 | 1011001 | 0 | 1000001 | 100101010 | 1010000 | 10011 |
Color Harmonies of #570A59
Complementary color
Monochromatic Colors of #570A59
Black with #570A59
Text Example
Text Example
White with #570A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570A59; }
p { color: rgb(87,10,89); }
H1.HeaderClassName
{
color: #570A59;
}
.AnyTagClassName
{
color: #570A59;
}
</style>
background-color css
<style>
a { background-color: #570A59; }
a { background-color: rgb(87,10,89); }
div.DivClassName
{
background-color: #570A59;
}
.BgClassName
{
background-color: #570A59;
}
</style>
border-color css
<style>
span { border-color: #570A59; }
span { border-color: rgb(87,10,89); }
td.TdClassName
{
border-color: #570A59;
}
.TagClassName
{
border-color: #570A59;
}
</style>