Shades of Palatinate Purple #570852
Tints of Palatinate Purple #570852
RGB
CMYK
RGB Variations
Color information
#570852 (or 0x570852) is known color: Palatinate Purple. HEX triplet: 57, 08 and 52. RGB value is (87,8,82). Sum of RGB (Red+Green+Blue) = 87+8+82=177 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.15% from 177); Green value is 8 (3.52% from 255 or 4.52% from 177); Blue value is 82 (32.42% from 255 or 46.33% from 177); Max value from RGB is 87 - color contains mainly: red. Hex color #570852 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570852 is #A8F7AD. Grayscale: #272727. Windows color (decimal): -11073454 or 5376087. OLE color: 5376087.
HSL color Cylindrical-coordinate representation of color #570852: hue angle of 303.8º 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 #570852 is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 8 | 82 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.66 |
| HSL | 303.8º | 0.83% | 0.19% | - |
| HSV(B) | 303.8º | 0.91% | 0.34% | - |
| XYZ | 5.54 | 2.81 | 8.23 | - |
| YUV | 40.06 | 151.67 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 8 | 82 | 0 | 0.91 | 0.06 | 0.66 | 303.8 | 0.83 | 0.19 |
| Hex | 57 | 8 | 52 | 0 | 5B | 6 | 42 | 130 | 53 | 13 |
| Octal | 127 | 10 | 122 | 0 | 133 | 6 | 102 | 460 | 123 | 23 |
| Binary | 1010111 | 1000 | 1010010 | 0 | 1011011 | 110 | 1000010 | 100110000 | 1010011 | 10011 |
Color Harmonies of #570852
Complementary color
Monochromatic Colors of #570852
Black with #570852
Text Example
Text Example
White with #570852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570852; }
p { color: rgb(87,8,82); }
H1.HeaderClassName
{
color: #570852;
}
.AnyTagClassName
{
color: #570852;
}
</style>
background-color css
<style>
a { background-color: #570852; }
a { background-color: rgb(87,8,82); }
div.DivClassName
{
background-color: #570852;
}
.BgClassName
{
background-color: #570852;
}
</style>
border-color css
<style>
span { border-color: #570852; }
span { border-color: rgb(87,8,82); }
td.TdClassName
{
border-color: #570852;
}
.TagClassName
{
border-color: #570852;
}
</style>