Shades of Palatinate Purple #570B55
Tints of Palatinate Purple #570B55
RGB
CMYK
RGB Variations
Color information
#570B55 (or 0x570B55) is known color: Palatinate Purple. HEX triplet: 57, 0B and 55. RGB value is (87,11,85). Sum of RGB (Red+Green+Blue) = 87+11+85=183 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.54% from 183); Green value is 11 (4.69% from 255 or 6.01% from 183); Blue value is 85 (33.59% from 255 or 46.45% from 183); Max value from RGB is 87 - color contains mainly: red. Hex color #570B55 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570B55 is #A8F4AA. Grayscale: #292929. Windows color (decimal): -11072683 or 5573463. OLE color: 5573463.
HSL color Cylindrical-coordinate representation of color #570B55: hue angle of 301.58º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #570B55 is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 11 | 85 | - |
| CMYK | 0 | 0.87 | 0.02 | 0.66 |
| HSL | 301.58º | 0.78% | 0.19% | - |
| HSV(B) | 301.58º | 0.87% | 0.34% | - |
| XYZ | 5.69 | 2.92 | 8.86 | - |
| YUV | 42.16 | 152.18 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 11 | 85 | 0 | 0.87 | 0.02 | 0.66 | 301.58 | 0.78 | 0.19 |
| Hex | 57 | B | 55 | 0 | 57 | 2 | 42 | 12E | 4E | 13 |
| Octal | 127 | 13 | 125 | 0 | 127 | 2 | 102 | 456 | 116 | 23 |
| Binary | 1010111 | 1011 | 1010101 | 0 | 1010111 | 10 | 1000010 | 100101110 | 1001110 | 10011 |
Color Harmonies of #570B55
Complementary color
Monochromatic Colors of #570B55
Black with #570B55
Text Example
Text Example
White with #570B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570B55; }
p { color: rgb(87,11,85); }
H1.HeaderClassName
{
color: #570B55;
}
.AnyTagClassName
{
color: #570B55;
}
</style>
background-color css
<style>
a { background-color: #570B55; }
a { background-color: rgb(87,11,85); }
div.DivClassName
{
background-color: #570B55;
}
.BgClassName
{
background-color: #570B55;
}
</style>
border-color css
<style>
span { border-color: #570B55; }
span { border-color: rgb(87,11,85); }
td.TdClassName
{
border-color: #570B55;
}
.TagClassName
{
border-color: #570B55;
}
</style>