Shades of Palatinate Purple #570653
Tints of Palatinate Purple #570653
RGB
CMYK
RGB Variations
Color information
#570653 (or 0x570653) is known color: Palatinate Purple. HEX triplet: 57, 06 and 53. RGB value is (87,6,83). Sum of RGB (Red+Green+Blue) = 87+6+83=176 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.43% from 176); Green value is 6 (2.73% from 255 or 3.41% from 176); Blue value is 83 (32.81% from 255 or 47.16% from 176); Max value from RGB is 87 - color contains mainly: red. Hex color #570653 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570653 is #A8F9AC. Grayscale: #262626. Windows color (decimal): -11073965 or 5441111. OLE color: 5441111.
HSL color Cylindrical-coordinate representation of color #570653: hue angle of 302.96º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #570653 is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 6 | 83 | - |
| CMYK | 0 | 0.93 | 0.05 | 0.66 |
| HSL | 302.96º | 0.87% | 0.18% | - |
| HSV(B) | 302.96º | 0.93% | 0.34% | - |
| XYZ | 5.56 | 2.78 | 8.43 | - |
| YUV | 39 | 152.84 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 6 | 83 | 0 | 0.93 | 0.05 | 0.66 | 302.96 | 0.87 | 0.18 |
| Hex | 57 | 6 | 53 | 0 | 5D | 5 | 42 | 12F | 57 | 12 |
| Octal | 127 | 6 | 123 | 0 | 135 | 5 | 102 | 457 | 127 | 22 |
| Binary | 1010111 | 110 | 1010011 | 0 | 1011101 | 101 | 1000010 | 100101111 | 1010111 | 10010 |
Color Harmonies of #570653
Complementary color
Monochromatic Colors of #570653
Black with #570653
Text Example
Text Example
White with #570653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570653; }
p { color: rgb(87,6,83); }
H1.HeaderClassName
{
color: #570653;
}
.AnyTagClassName
{
color: #570653;
}
</style>
background-color css
<style>
a { background-color: #570653; }
a { background-color: rgb(87,6,83); }
div.DivClassName
{
background-color: #570653;
}
.BgClassName
{
background-color: #570653;
}
</style>
border-color css
<style>
span { border-color: #570653; }
span { border-color: rgb(87,6,83); }
td.TdClassName
{
border-color: #570653;
}
.TagClassName
{
border-color: #570653;
}
</style>