Shades of Palatinate Purple #711B56
Tints of Palatinate Purple #711B56
RGB
CMYK
RGB Variations
Color information
#711B56 (or 0x711B56) is known color: Palatinate Purple. HEX triplet: 71, 1B and 56. RGB value is (113,27,86). Sum of RGB (Red+Green+Blue) = 113+27+86=226 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50% from 226); Green value is 27 (10.94% from 255 or 11.95% from 226); Blue value is 86 (33.98% from 255 or 38.05% from 226); Max value from RGB is 113 - color contains mainly: red. Hex color #711B56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711B56 is #8EE4A9. Grayscale: #3B3B3B. Windows color (decimal): -9364650 or 5643121. OLE color: 5643121.
HSL color Cylindrical-coordinate representation of color #711B56: hue angle of 318.84º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #711B56 is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 27 | 86 | - |
| CMYK | 0 | 0.76 | 0.24 | 0.56 |
| HSL | 318.84º | 0.61% | 0.27% | - |
| HSV(B) | 318.84º | 0.76% | 0.44% | - |
| XYZ | 8.88 | 4.97 | 9.29 | - |
| YUV | 59.44 | 142.99 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 27 | 86 | 0 | 0.76 | 0.24 | 0.56 | 318.84 | 0.61 | 0.27 |
| Hex | 71 | 1B | 56 | 0 | 4C | 18 | 38 | 13F | 3D | 1B |
| Octal | 161 | 33 | 126 | 0 | 114 | 30 | 70 | 477 | 75 | 33 |
| Binary | 1110001 | 11011 | 1010110 | 0 | 1001100 | 11000 | 111000 | 100111111 | 111101 | 11011 |
Color Harmonies of #711B56
Complementary color
Monochromatic Colors of #711B56
Black with #711B56
Text Example
Text Example
White with #711B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711B56; }
p { color: rgb(113,27,86); }
H1.HeaderClassName
{
color: #711B56;
}
.AnyTagClassName
{
color: #711B56;
}
</style>
background-color css
<style>
a { background-color: #711B56; }
a { background-color: rgb(113,27,86); }
div.DivClassName
{
background-color: #711B56;
}
.BgClassName
{
background-color: #711B56;
}
</style>
border-color css
<style>
span { border-color: #711B56; }
span { border-color: rgb(113,27,86); }
td.TdClassName
{
border-color: #711B56;
}
.TagClassName
{
border-color: #711B56;
}
</style>