Shades of Palatinate Purple #570955
Tints of Palatinate Purple #570955
RGB
CMYK
RGB Variations
Color information
#570955 (or 0x570955) is known color: Palatinate Purple. HEX triplet: 57, 09 and 55. RGB value is (87,9,85). Sum of RGB (Red+Green+Blue) = 87+9+85=181 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.07% from 181); Green value is 9 (3.91% from 255 or 4.97% from 181); Blue value is 85 (33.59% from 255 or 46.96% from 181); Max value from RGB is 87 - color contains mainly: red. Hex color #570955 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570955 is #A8F6AA. Grayscale: #282828. Windows color (decimal): -11073195 or 5572951. OLE color: 5572951.
HSL color Cylindrical-coordinate representation of color #570955: hue angle of 301.54º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #570955 is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 9 | 85 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.66 |
| HSL | 301.54º | 0.81% | 0.19% | - |
| HSV(B) | 301.54º | 0.9% | 0.34% | - |
| XYZ | 5.67 | 2.88 | 8.85 | - |
| YUV | 40.99 | 152.84 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 9 | 85 | 0 | 0.90 | 0.02 | 0.66 | 301.54 | 0.81 | 0.19 |
| Hex | 57 | 9 | 55 | 0 | 5A | 2 | 42 | 12E | 51 | 13 |
| Octal | 127 | 11 | 125 | 0 | 132 | 2 | 102 | 456 | 121 | 23 |
| Binary | 1010111 | 1001 | 1010101 | 0 | 1011010 | 10 | 1000010 | 100101110 | 1010001 | 10011 |
Color Harmonies of #570955
Complementary color
Monochromatic Colors of #570955
Black with #570955
Text Example
Text Example
White with #570955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570955; }
p { color: rgb(87,9,85); }
H1.HeaderClassName
{
color: #570955;
}
.AnyTagClassName
{
color: #570955;
}
</style>
background-color css
<style>
a { background-color: #570955; }
a { background-color: rgb(87,9,85); }
div.DivClassName
{
background-color: #570955;
}
.BgClassName
{
background-color: #570955;
}
</style>
border-color css
<style>
span { border-color: #570955; }
span { border-color: rgb(87,9,85); }
td.TdClassName
{
border-color: #570955;
}
.TagClassName
{
border-color: #570955;
}
</style>