Shades of Palatinate Purple #570A51
Tints of Palatinate Purple #570A51
RGB
CMYK
RGB Variations
Color information
#570A51 (or 0x570A51) is known color: Palatinate Purple. HEX triplet: 57, 0A and 51. RGB value is (87,10,81). Sum of RGB (Red+Green+Blue) = 87+10+81=178 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.88% from 178); Green value is 10 (4.30% from 255 or 5.62% from 178); Blue value is 81 (32.03% from 255 or 45.51% from 178); Max value from RGB is 87 - color contains mainly: red. Hex color #570A51 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570A51 is #A8F5AE. Grayscale: #282828. Windows color (decimal): -11072943 or 5311063. OLE color: 5311063.
HSL color Cylindrical-coordinate representation of color #570A51: hue angle of 304.68º 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 #570A51 is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 10 | 81 | - |
| CMYK | 0 | 0.89 | 0.07 | 0.66 |
| HSL | 304.68º | 0.79% | 0.19% | - |
| HSV(B) | 304.68º | 0.89% | 0.34% | - |
| XYZ | 5.52 | 2.84 | 8.04 | - |
| YUV | 41.12 | 150.51 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 10 | 81 | 0 | 0.89 | 0.07 | 0.66 | 304.68 | 0.79 | 0.19 |
| Hex | 57 | A | 51 | 0 | 59 | 7 | 42 | 131 | 4F | 13 |
| Octal | 127 | 12 | 121 | 0 | 131 | 7 | 102 | 461 | 117 | 23 |
| Binary | 1010111 | 1010 | 1010001 | 0 | 1011001 | 111 | 1000010 | 100110001 | 1001111 | 10011 |
Color Harmonies of #570A51
Complementary color
Monochromatic Colors of #570A51
Black with #570A51
Text Example
Text Example
White with #570A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570A51; }
p { color: rgb(87,10,81); }
H1.HeaderClassName
{
color: #570A51;
}
.AnyTagClassName
{
color: #570A51;
}
</style>
background-color css
<style>
a { background-color: #570A51; }
a { background-color: rgb(87,10,81); }
div.DivClassName
{
background-color: #570A51;
}
.BgClassName
{
background-color: #570A51;
}
</style>
border-color css
<style>
span { border-color: #570A51; }
span { border-color: rgb(87,10,81); }
td.TdClassName
{
border-color: #570A51;
}
.TagClassName
{
border-color: #570A51;
}
</style>