Shades of Palatinate Purple #570952
Tints of Palatinate Purple #570952
RGB
CMYK
RGB Variations
Color information
#570952 (or 0x570952) is known color: Palatinate Purple. HEX triplet: 57, 09 and 52. RGB value is (87,9,82). Sum of RGB (Red+Green+Blue) = 87+9+82=178 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.88% from 178); Green value is 9 (3.91% from 255 or 5.06% from 178); Blue value is 82 (32.42% from 255 or 46.07% from 178); Max value from RGB is 87 - color contains mainly: red. Hex color #570952 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570952 is #A8F6AD. Grayscale: #282828. Windows color (decimal): -11073198 or 5376343. OLE color: 5376343.
HSL color Cylindrical-coordinate representation of color #570952: hue angle of 303.85º 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 #570952 is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 9 | 82 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.66 |
| HSL | 303.85º | 0.81% | 0.19% | - |
| HSV(B) | 303.85º | 0.9% | 0.34% | - |
| XYZ | 5.55 | 2.83 | 8.24 | - |
| YUV | 40.64 | 151.34 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 9 | 82 | 0 | 0.90 | 0.06 | 0.66 | 303.85 | 0.81 | 0.19 |
| Hex | 57 | 9 | 52 | 0 | 5A | 6 | 42 | 130 | 51 | 13 |
| Octal | 127 | 11 | 122 | 0 | 132 | 6 | 102 | 460 | 121 | 23 |
| Binary | 1010111 | 1001 | 1010010 | 0 | 1011010 | 110 | 1000010 | 100110000 | 1010001 | 10011 |
Color Harmonies of #570952
Complementary color
Monochromatic Colors of #570952
Black with #570952
Text Example
Text Example
White with #570952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570952; }
p { color: rgb(87,9,82); }
H1.HeaderClassName
{
color: #570952;
}
.AnyTagClassName
{
color: #570952;
}
</style>
background-color css
<style>
a { background-color: #570952; }
a { background-color: rgb(87,9,82); }
div.DivClassName
{
background-color: #570952;
}
.BgClassName
{
background-color: #570952;
}
</style>
border-color css
<style>
span { border-color: #570952; }
span { border-color: rgb(87,9,82); }
td.TdClassName
{
border-color: #570952;
}
.TagClassName
{
border-color: #570952;
}
</style>