Shades of Palatinate Purple #711E56
Tints of Palatinate Purple #711E56
RGB
CMYK
RGB Variations
Color information
#711E56 (or 0x711E56) is known color: Palatinate Purple. HEX triplet: 71, 1E and 56. RGB value is (113,30,86). Sum of RGB (Red+Green+Blue) = 113+30+86=229 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.34% from 229); Green value is 30 (12.11% from 255 or 13.10% from 229); Blue value is 86 (33.98% from 255 or 37.55% from 229); Max value from RGB is 113 - color contains mainly: red. Hex color #711E56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711E56 is #8EE1A9. Grayscale: #3D3D3D. Windows color (decimal): -9363882 or 5643889. OLE color: 5643889.
HSL color Cylindrical-coordinate representation of color #711E56: hue angle of 319.52º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #711E56 is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 30 | 86 | - |
| CMYK | 0 | 0.73 | 0.24 | 0.56 |
| HSL | 319.52º | 0.58% | 0.28% | - |
| HSV(B) | 319.52º | 0.73% | 0.44% | - |
| XYZ | 8.95 | 5.11 | 9.32 | - |
| YUV | 61.2 | 142 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 30 | 86 | 0 | 0.73 | 0.24 | 0.56 | 319.52 | 0.58 | 0.28 |
| Hex | 71 | 1E | 56 | 0 | 49 | 18 | 38 | 140 | 3A | 1C |
| Octal | 161 | 36 | 126 | 0 | 111 | 30 | 70 | 500 | 72 | 34 |
| Binary | 1110001 | 11110 | 1010110 | 0 | 1001001 | 11000 | 111000 | 101000000 | 111010 | 11100 |
Color Harmonies of #711E56
Complementary color
Monochromatic Colors of #711E56
Black with #711E56
Text Example
Text Example
White with #711E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711E56; }
p { color: rgb(113,30,86); }
H1.HeaderClassName
{
color: #711E56;
}
.AnyTagClassName
{
color: #711E56;
}
</style>
background-color css
<style>
a { background-color: #711E56; }
a { background-color: rgb(113,30,86); }
div.DivClassName
{
background-color: #711E56;
}
.BgClassName
{
background-color: #711E56;
}
</style>
border-color css
<style>
span { border-color: #711E56; }
span { border-color: rgb(113,30,86); }
td.TdClassName
{
border-color: #711E56;
}
.TagClassName
{
border-color: #711E56;
}
</style>