Shades of Palatinate Purple #570755
Tints of Palatinate Purple #570755
RGB
CMYK
RGB Variations
Color information
#570755 (or 0x570755) is known color: Palatinate Purple. HEX triplet: 57, 07 and 55. RGB value is (87,7,85). Sum of RGB (Red+Green+Blue) = 87+7+85=179 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.60% from 179); Green value is 7 (3.12% from 255 or 3.91% from 179); Blue value is 85 (33.59% from 255 or 47.49% from 179); Max value from RGB is 87 - color contains mainly: red. Hex color #570755 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570755 is #A8F8AA. Grayscale: #272727. Windows color (decimal): -11073707 or 5572439. OLE color: 5572439.
HSL color Cylindrical-coordinate representation of color #570755: hue angle of 301.5º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #570755 is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 7 | 85 | - |
| CMYK | 0 | 0.92 | 0.02 | 0.66 |
| HSL | 301.5º | 0.85% | 0.18% | - |
| HSV(B) | 301.5º | 0.92% | 0.34% | - |
| XYZ | 5.65 | 2.83 | 8.84 | - |
| YUV | 39.81 | 153.5 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 7 | 85 | 0 | 0.92 | 0.02 | 0.66 | 301.5 | 0.85 | 0.18 |
| Hex | 57 | 7 | 55 | 0 | 5C | 2 | 42 | 12E | 55 | 12 |
| Octal | 127 | 7 | 125 | 0 | 134 | 2 | 102 | 456 | 125 | 22 |
| Binary | 1010111 | 111 | 1010101 | 0 | 1011100 | 10 | 1000010 | 100101110 | 1010101 | 10010 |
Color Harmonies of #570755
Complementary color
Monochromatic Colors of #570755
Black with #570755
Text Example
Text Example
White with #570755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570755; }
p { color: rgb(87,7,85); }
H1.HeaderClassName
{
color: #570755;
}
.AnyTagClassName
{
color: #570755;
}
</style>
background-color css
<style>
a { background-color: #570755; }
a { background-color: rgb(87,7,85); }
div.DivClassName
{
background-color: #570755;
}
.BgClassName
{
background-color: #570755;
}
</style>
border-color css
<style>
span { border-color: #570755; }
span { border-color: rgb(87,7,85); }
td.TdClassName
{
border-color: #570755;
}
.TagClassName
{
border-color: #570755;
}
</style>