Shades of Palatinate Purple #711256
Tints of Palatinate Purple #711256
RGB
CMYK
RGB Variations
Color information
#711256 (or 0x711256) is known color: Palatinate Purple. HEX triplet: 71, 12 and 56. RGB value is (113,18,86). Sum of RGB (Red+Green+Blue) = 113+18+86=217 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.07% from 217); Green value is 18 (7.42% from 255 or 8.29% from 217); Blue value is 86 (33.98% from 255 or 39.63% from 217); Max value from RGB is 113 - color contains mainly: red. Hex color #711256 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711256 is #8EEDA9. Grayscale: #353535. Windows color (decimal): -9366954 or 5640817. OLE color: 5640817.
HSL color Cylindrical-coordinate representation of color #711256: hue angle of 317.05º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #711256 is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 18 | 86 | - |
| CMYK | 0 | 0.84 | 0.24 | 0.56 |
| HSL | 317.05º | 0.73% | 0.26% | - |
| HSV(B) | 317.05º | 0.84% | 0.44% | - |
| XYZ | 8.71 | 4.62 | 9.24 | - |
| YUV | 54.16 | 145.97 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 18 | 86 | 0 | 0.84 | 0.24 | 0.56 | 317.05 | 0.73 | 0.26 |
| Hex | 71 | 12 | 56 | 0 | 54 | 18 | 38 | 13D | 49 | 1A |
| Octal | 161 | 22 | 126 | 0 | 124 | 30 | 70 | 475 | 111 | 32 |
| Binary | 1110001 | 10010 | 1010110 | 0 | 1010100 | 11000 | 111000 | 100111101 | 1001001 | 11010 |
Color Harmonies of #711256
Complementary color
Monochromatic Colors of #711256
Black with #711256
Text Example
Text Example
White with #711256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711256; }
p { color: rgb(113,18,86); }
H1.HeaderClassName
{
color: #711256;
}
.AnyTagClassName
{
color: #711256;
}
</style>
background-color css
<style>
a { background-color: #711256; }
a { background-color: rgb(113,18,86); }
div.DivClassName
{
background-color: #711256;
}
.BgClassName
{
background-color: #711256;
}
</style>
border-color css
<style>
span { border-color: #711256; }
span { border-color: rgb(113,18,86); }
td.TdClassName
{
border-color: #711256;
}
.TagClassName
{
border-color: #711256;
}
</style>