Shades of Palatinate Purple #570855
Tints of Palatinate Purple #570855
RGB
CMYK
RGB Variations
Color information
#570855 (or 0x570855) is known color: Palatinate Purple. HEX triplet: 57, 08 and 55. RGB value is (87,8,85). Sum of RGB (Red+Green+Blue) = 87+8+85=180 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.33% from 180); Green value is 8 (3.52% from 255 or 4.44% from 180); Blue value is 85 (33.59% from 255 or 47.22% from 180); Max value from RGB is 87 - color contains mainly: red. Hex color #570855 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570855 is #A8F7AA. Grayscale: #282828. Windows color (decimal): -11073451 or 5572695. OLE color: 5572695.
HSL color Cylindrical-coordinate representation of color #570855: hue angle of 301.52º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #570855 is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 8 | 85 | - |
| CMYK | 0 | 0.91 | 0.02 | 0.66 |
| HSL | 301.52º | 0.83% | 0.19% | - |
| HSV(B) | 301.52º | 0.91% | 0.34% | - |
| XYZ | 5.66 | 2.86 | 8.85 | - |
| YUV | 40.4 | 153.17 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 8 | 85 | 0 | 0.91 | 0.02 | 0.66 | 301.52 | 0.83 | 0.19 |
| Hex | 57 | 8 | 55 | 0 | 5B | 2 | 42 | 12E | 53 | 13 |
| Octal | 127 | 10 | 125 | 0 | 133 | 2 | 102 | 456 | 123 | 23 |
| Binary | 1010111 | 1000 | 1010101 | 0 | 1011011 | 10 | 1000010 | 100101110 | 1010011 | 10011 |
Color Harmonies of #570855
Complementary color
Monochromatic Colors of #570855
Black with #570855
Text Example
Text Example
White with #570855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570855; }
p { color: rgb(87,8,85); }
H1.HeaderClassName
{
color: #570855;
}
.AnyTagClassName
{
color: #570855;
}
</style>
background-color css
<style>
a { background-color: #570855; }
a { background-color: rgb(87,8,85); }
div.DivClassName
{
background-color: #570855;
}
.BgClassName
{
background-color: #570855;
}
</style>
border-color css
<style>
span { border-color: #570855; }
span { border-color: rgb(87,8,85); }
td.TdClassName
{
border-color: #570855;
}
.TagClassName
{
border-color: #570855;
}
</style>