Shades of Palatinate Purple #571A50
Tints of Palatinate Purple #571A50
RGB
CMYK
RGB Variations
Color information
#571A50 (or 0x571A50) is known color: Palatinate Purple. HEX triplet: 57, 1A and 50. RGB value is (87,26,80). Sum of RGB (Red+Green+Blue) = 87+26+80=193 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.08% from 193); Green value is 26 (10.55% from 255 or 13.47% from 193); Blue value is 80 (31.64% from 255 or 41.45% from 193); Max value from RGB is 87 - color contains mainly: red. Hex color #571A50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #571A50 is #A8E5AF. Grayscale: #323232. Windows color (decimal): -11068848 or 5249623. OLE color: 5249623.
HSL color Cylindrical-coordinate representation of color #571A50: hue angle of 306.89º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #571A50 is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 26 | 80 | - |
| CMYK | 0 | 0.70 | 0.08 | 0.66 |
| HSL | 306.89º | 0.54% | 0.22% | - |
| HSV(B) | 306.89º | 0.7% | 0.34% | - |
| XYZ | 5.75 | 3.34 | 7.93 | - |
| YUV | 50.4 | 144.71 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 26 | 80 | 0 | 0.70 | 0.08 | 0.66 | 306.89 | 0.54 | 0.22 |
| Hex | 57 | 1A | 50 | 0 | 46 | 8 | 42 | 133 | 36 | 16 |
| Octal | 127 | 32 | 120 | 0 | 106 | 10 | 102 | 463 | 66 | 26 |
| Binary | 1010111 | 11010 | 1010000 | 0 | 1000110 | 1000 | 1000010 | 100110011 | 110110 | 10110 |
Color Harmonies of #571A50
Complementary color
Monochromatic Colors of #571A50
Black with #571A50
Text Example
Text Example
White with #571A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571A50; }
p { color: rgb(87,26,80); }
H1.HeaderClassName
{
color: #571A50;
}
.AnyTagClassName
{
color: #571A50;
}
</style>
background-color css
<style>
a { background-color: #571A50; }
a { background-color: rgb(87,26,80); }
div.DivClassName
{
background-color: #571A50;
}
.BgClassName
{
background-color: #571A50;
}
</style>
border-color css
<style>
span { border-color: #571A50; }
span { border-color: rgb(87,26,80); }
td.TdClassName
{
border-color: #571A50;
}
.TagClassName
{
border-color: #571A50;
}
</style>