Shades of Palatinate Purple #570C53
Tints of Palatinate Purple #570C53
RGB
CMYK
RGB Variations
Color information
#570C53 (or 0x570C53) is known color: Palatinate Purple. HEX triplet: 57, 0C and 53. RGB value is (87,12,83). Sum of RGB (Red+Green+Blue) = 87+12+83=182 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.80% from 182); Green value is 12 (5.08% from 255 or 6.59% from 182); Blue value is 83 (32.81% from 255 or 45.60% from 182); Max value from RGB is 87 - color contains mainly: red. Hex color #570C53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570C53 is #A8F3AC. Grayscale: #2A2A2A. Windows color (decimal): -11072429 or 5442647. OLE color: 5442647.
HSL color Cylindrical-coordinate representation of color #570C53: hue angle of 303.2º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #570C53 is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 12 | 83 | - |
| CMYK | 0 | 0.86 | 0.05 | 0.66 |
| HSL | 303.2º | 0.76% | 0.19% | - |
| HSV(B) | 303.2º | 0.86% | 0.34% | - |
| XYZ | 5.62 | 2.91 | 8.45 | - |
| YUV | 42.52 | 150.85 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 12 | 83 | 0 | 0.86 | 0.05 | 0.66 | 303.2 | 0.76 | 0.19 |
| Hex | 57 | C | 53 | 0 | 56 | 5 | 42 | 12F | 4C | 13 |
| Octal | 127 | 14 | 123 | 0 | 126 | 5 | 102 | 457 | 114 | 23 |
| Binary | 1010111 | 1100 | 1010011 | 0 | 1010110 | 101 | 1000010 | 100101111 | 1001100 | 10011 |
Color Harmonies of #570C53
Complementary color
Monochromatic Colors of #570C53
Black with #570C53
Text Example
Text Example
White with #570C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570C53; }
p { color: rgb(87,12,83); }
H1.HeaderClassName
{
color: #570C53;
}
.AnyTagClassName
{
color: #570C53;
}
</style>
background-color css
<style>
a { background-color: #570C53; }
a { background-color: rgb(87,12,83); }
div.DivClassName
{
background-color: #570C53;
}
.BgClassName
{
background-color: #570C53;
}
</style>
border-color css
<style>
span { border-color: #570C53; }
span { border-color: rgb(87,12,83); }
td.TdClassName
{
border-color: #570C53;
}
.TagClassName
{
border-color: #570C53;
}
</style>