Shades of Palatinate Purple #571153
Tints of Palatinate Purple #571153
RGB
CMYK
RGB Variations
Color information
#571153 (or 0x571153) is known color: Palatinate Purple. HEX triplet: 57, 11 and 53. RGB value is (87,17,83). Sum of RGB (Red+Green+Blue) = 87+17+83=187 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.52% from 187); Green value is 17 (7.03% from 255 or 9.09% from 187); Blue value is 83 (32.81% from 255 or 44.39% from 187); Max value from RGB is 87 - color contains mainly: red. Hex color #571153 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571153 is #A8EEAC. Grayscale: #2D2D2D. Windows color (decimal): -11071149 or 5443927. OLE color: 5443927.
HSL color Cylindrical-coordinate representation of color #571153: hue angle of 303.43º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #571153 is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 17 | 83 | - |
| CMYK | 0 | 0.80 | 0.05 | 0.66 |
| HSL | 303.43º | 0.67% | 0.2% | - |
| HSV(B) | 303.43º | 0.8% | 0.34% | - |
| XYZ | 5.69 | 3.05 | 8.47 | - |
| YUV | 45.45 | 149.19 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 17 | 83 | 0 | 0.80 | 0.05 | 0.66 | 303.43 | 0.67 | 0.2 |
| Hex | 57 | 11 | 53 | 0 | 50 | 5 | 42 | 12F | 43 | 14 |
| Octal | 127 | 21 | 123 | 0 | 120 | 5 | 102 | 457 | 103 | 24 |
| Binary | 1010111 | 10001 | 1010011 | 0 | 1010000 | 101 | 1000010 | 100101111 | 1000011 | 10100 |
Color Harmonies of #571153
Complementary color
Monochromatic Colors of #571153
Black with #571153
Text Example
Text Example
White with #571153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571153; }
p { color: rgb(87,17,83); }
H1.HeaderClassName
{
color: #571153;
}
.AnyTagClassName
{
color: #571153;
}
</style>
background-color css
<style>
a { background-color: #571153; }
a { background-color: rgb(87,17,83); }
div.DivClassName
{
background-color: #571153;
}
.BgClassName
{
background-color: #571153;
}
</style>
border-color css
<style>
span { border-color: #571153; }
span { border-color: rgb(87,17,83); }
td.TdClassName
{
border-color: #571153;
}
.TagClassName
{
border-color: #571153;
}
</style>