Shades of Palatinate Purple #570F53
Tints of Palatinate Purple #570F53
RGB
CMYK
RGB Variations
Color information
#570F53 (or 0x570F53) is known color: Palatinate Purple. HEX triplet: 57, 0F and 53. RGB value is (87,15,83). Sum of RGB (Red+Green+Blue) = 87+15+83=185 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.03% from 185); Green value is 15 (6.25% from 255 or 8.11% from 185); Blue value is 83 (32.81% from 255 or 44.86% from 185); Max value from RGB is 87 - color contains mainly: red. Hex color #570F53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570F53 is #A8F0AC. Grayscale: #2C2C2C. Windows color (decimal): -11071661 or 5443415. OLE color: 5443415.
HSL color Cylindrical-coordinate representation of color #570F53: hue angle of 303.33º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #570F53 is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 15 | 83 | - |
| CMYK | 0 | 0.83 | 0.05 | 0.66 |
| HSL | 303.33º | 0.71% | 0.2% | - |
| HSV(B) | 303.33º | 0.83% | 0.34% | - |
| XYZ | 5.66 | 2.99 | 8.46 | - |
| YUV | 44.28 | 149.85 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 15 | 83 | 0 | 0.83 | 0.05 | 0.66 | 303.33 | 0.71 | 0.2 |
| Hex | 57 | F | 53 | 0 | 53 | 5 | 42 | 12F | 47 | 14 |
| Octal | 127 | 17 | 123 | 0 | 123 | 5 | 102 | 457 | 107 | 24 |
| Binary | 1010111 | 1111 | 1010011 | 0 | 1010011 | 101 | 1000010 | 100101111 | 1000111 | 10100 |
Color Harmonies of #570F53
Complementary color
Monochromatic Colors of #570F53
Black with #570F53
Text Example
Text Example
White with #570F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570F53; }
p { color: rgb(87,15,83); }
H1.HeaderClassName
{
color: #570F53;
}
.AnyTagClassName
{
color: #570F53;
}
</style>
background-color css
<style>
a { background-color: #570F53; }
a { background-color: rgb(87,15,83); }
div.DivClassName
{
background-color: #570F53;
}
.BgClassName
{
background-color: #570F53;
}
</style>
border-color css
<style>
span { border-color: #570F53; }
span { border-color: rgb(87,15,83); }
td.TdClassName
{
border-color: #570F53;
}
.TagClassName
{
border-color: #570F53;
}
</style>