Shades of Palatinate Purple #570D55
Tints of Palatinate Purple #570D55
RGB
CMYK
RGB Variations
Color information
#570D55 (or 0x570D55) is known color: Palatinate Purple. HEX triplet: 57, 0D and 55. RGB value is (87,13,85). Sum of RGB (Red+Green+Blue) = 87+13+85=185 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.03% from 185); Green value is 13 (5.47% from 255 or 7.03% from 185); Blue value is 85 (33.59% from 255 or 45.95% from 185); Max value from RGB is 87 - color contains mainly: red. Hex color #570D55 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570D55 is #A8F2AA. Grayscale: #2B2B2B. Windows color (decimal): -11072171 or 5573975. OLE color: 5573975.
HSL color Cylindrical-coordinate representation of color #570D55: hue angle of 301.62º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #570D55 is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 13 | 85 | - |
| CMYK | 0 | 0.85 | 0.02 | 0.66 |
| HSL | 301.62º | 0.74% | 0.2% | - |
| HSV(B) | 301.62º | 0.85% | 0.34% | - |
| XYZ | 5.71 | 2.97 | 8.87 | - |
| YUV | 43.33 | 151.52 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 13 | 85 | 0 | 0.85 | 0.02 | 0.66 | 301.62 | 0.74 | 0.2 |
| Hex | 57 | D | 55 | 0 | 55 | 2 | 42 | 12E | 4A | 14 |
| Octal | 127 | 15 | 125 | 0 | 125 | 2 | 102 | 456 | 112 | 24 |
| Binary | 1010111 | 1101 | 1010101 | 0 | 1010101 | 10 | 1000010 | 100101110 | 1001010 | 10100 |
Color Harmonies of #570D55
Complementary color
Monochromatic Colors of #570D55
Black with #570D55
Text Example
Text Example
White with #570D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570D55; }
p { color: rgb(87,13,85); }
H1.HeaderClassName
{
color: #570D55;
}
.AnyTagClassName
{
color: #570D55;
}
</style>
background-color css
<style>
a { background-color: #570D55; }
a { background-color: rgb(87,13,85); }
div.DivClassName
{
background-color: #570D55;
}
.BgClassName
{
background-color: #570D55;
}
</style>
border-color css
<style>
span { border-color: #570D55; }
span { border-color: rgb(87,13,85); }
td.TdClassName
{
border-color: #570D55;
}
.TagClassName
{
border-color: #570D55;
}
</style>