Shades of Palatinate Purple #570D51
Tints of Palatinate Purple #570D51
RGB
CMYK
RGB Variations
Color information
#570D51 (or 0x570D51) is known color: Palatinate Purple. HEX triplet: 57, 0D and 51. RGB value is (87,13,81). Sum of RGB (Red+Green+Blue) = 87+13+81=181 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.07% from 181); Green value is 13 (5.47% from 255 or 7.18% from 181); Blue value is 81 (32.03% from 255 or 44.75% from 181); Max value from RGB is 87 - color contains mainly: red. Hex color #570D51 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570D51 is #A8F2AE. Grayscale: #2A2A2A. Windows color (decimal): -11072175 or 5311831. OLE color: 5311831.
HSL color Cylindrical-coordinate representation of color #570D51: hue angle of 304.86º 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 #570D51 is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 13 | 81 | - |
| CMYK | 0 | 0.85 | 0.07 | 0.66 |
| HSL | 304.86º | 0.74% | 0.2% | - |
| HSV(B) | 304.86º | 0.85% | 0.34% | - |
| XYZ | 5.56 | 2.91 | 8.05 | - |
| YUV | 42.88 | 149.52 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 13 | 81 | 0 | 0.85 | 0.07 | 0.66 | 304.86 | 0.74 | 0.2 |
| Hex | 57 | D | 51 | 0 | 55 | 7 | 42 | 131 | 4A | 14 |
| Octal | 127 | 15 | 121 | 0 | 125 | 7 | 102 | 461 | 112 | 24 |
| Binary | 1010111 | 1101 | 1010001 | 0 | 1010101 | 111 | 1000010 | 100110001 | 1001010 | 10100 |
Color Harmonies of #570D51
Complementary color
Monochromatic Colors of #570D51
Black with #570D51
Text Example
Text Example
White with #570D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570D51; }
p { color: rgb(87,13,81); }
H1.HeaderClassName
{
color: #570D51;
}
.AnyTagClassName
{
color: #570D51;
}
</style>
background-color css
<style>
a { background-color: #570D51; }
a { background-color: rgb(87,13,81); }
div.DivClassName
{
background-color: #570D51;
}
.BgClassName
{
background-color: #570D51;
}
</style>
border-color css
<style>
span { border-color: #570D51; }
span { border-color: rgb(87,13,81); }
td.TdClassName
{
border-color: #570D51;
}
.TagClassName
{
border-color: #570D51;
}
</style>