Shades of Palatinate Purple #570A58
Tints of Palatinate Purple #570A58
RGB
CMYK
RGB Variations
Color information
#570A58 (or 0x570A58) is known color: Palatinate Purple. HEX triplet: 57, 0A and 58. RGB value is (87,10,88). Sum of RGB (Red+Green+Blue) = 87+10+88=185 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.03% from 185); Green value is 10 (4.30% from 255 or 5.41% from 185); Blue value is 88 (34.77% from 255 or 47.57% from 185); Max value from RGB is 88 - color contains mainly: blue. Hex color #570A58 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570A58 is #A8F5A7. Grayscale: #292929. Windows color (decimal): -11072936 or 5769815. OLE color: 5769815.
HSL color Cylindrical-coordinate representation of color #570A58: hue angle of 299.23º 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 #570A58 is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 87 | 10 | 88 | - |
| CMYK | 0.01 | 0.89 | 0 | 0.65 |
| HSL | 299.23º | 0.8% | 0.19% | - |
| HSV(B) | 299.23º | 0.89% | 0.35% | - |
| XYZ | 5.8 | 2.95 | 9.5 | - |
| YUV | 41.92 | 154.01 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 10 | 88 | 0.01 | 0.89 | 0 | 0.65 | 299.23 | 0.8 | 0.19 |
| Hex | 57 | A | 58 | 1 | 59 | 0 | 41 | 12B | 50 | 13 |
| Octal | 127 | 12 | 130 | 1 | 131 | 0 | 101 | 453 | 120 | 23 |
| Binary | 1010111 | 1010 | 1011000 | 1 | 1011001 | 0 | 1000001 | 100101011 | 1010000 | 10011 |
Color Harmonies of #570A58
Complementary color
Monochromatic Colors of #570A58
Black with #570A58
Text Example
Text Example
White with #570A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570A58; }
p { color: rgb(87,10,88); }
H1.HeaderClassName
{
color: #570A58;
}
.AnyTagClassName
{
color: #570A58;
}
</style>
background-color css
<style>
a { background-color: #570A58; }
a { background-color: rgb(87,10,88); }
div.DivClassName
{
background-color: #570A58;
}
.BgClassName
{
background-color: #570A58;
}
</style>
border-color css
<style>
span { border-color: #570A58; }
span { border-color: rgb(87,10,88); }
td.TdClassName
{
border-color: #570A58;
}
.TagClassName
{
border-color: #570A58;
}
</style>