Shades of Palatinate Purple #570D58
Tints of Palatinate Purple #570D58
RGB
CMYK
RGB Variations
Color information
#570D58 (or 0x570D58) is known color: Palatinate Purple. HEX triplet: 57, 0D and 58. RGB value is (87,13,88). Sum of RGB (Red+Green+Blue) = 87+13+88=188 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.28% from 188); Green value is 13 (5.47% from 255 or 6.91% from 188); Blue value is 88 (34.77% from 255 or 46.81% from 188); Max value from RGB is 88 - color contains mainly: blue. Hex color #570D58 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570D58 is #A8F2A7. Grayscale: #2B2B2B. Windows color (decimal): -11072168 or 5770583. OLE color: 5770583.
HSL color Cylindrical-coordinate representation of color #570D58: hue angle of 299.2º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #570D58 is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 87 | 13 | 88 | - |
| CMYK | 0.01 | 0.85 | 0 | 0.65 |
| HSL | 299.2º | 0.74% | 0.2% | - |
| HSV(B) | 299.2º | 0.85% | 0.35% | - |
| XYZ | 5.84 | 3.02 | 9.51 | - |
| YUV | 43.68 | 153.02 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 13 | 88 | 0.01 | 0.85 | 0 | 0.65 | 299.2 | 0.74 | 0.2 |
| Hex | 57 | D | 58 | 1 | 55 | 0 | 41 | 12B | 4A | 14 |
| Octal | 127 | 15 | 130 | 1 | 125 | 0 | 101 | 453 | 112 | 24 |
| Binary | 1010111 | 1101 | 1011000 | 1 | 1010101 | 0 | 1000001 | 100101011 | 1001010 | 10100 |
Color Harmonies of #570D58
Complementary color
Monochromatic Colors of #570D58
Black with #570D58
Text Example
Text Example
White with #570D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570D58; }
p { color: rgb(87,13,88); }
H1.HeaderClassName
{
color: #570D58;
}
.AnyTagClassName
{
color: #570D58;
}
</style>
background-color css
<style>
a { background-color: #570D58; }
a { background-color: rgb(87,13,88); }
div.DivClassName
{
background-color: #570D58;
}
.BgClassName
{
background-color: #570D58;
}
</style>
border-color css
<style>
span { border-color: #570D58; }
span { border-color: rgb(87,13,88); }
td.TdClassName
{
border-color: #570D58;
}
.TagClassName
{
border-color: #570D58;
}
</style>