Shades of Palatinate Purple #711A5E
Tints of Palatinate Purple #711A5E
RGB
CMYK
RGB Variations
Color information
#711A5E (or 0x711A5E) is known color: Palatinate Purple. HEX triplet: 71, 1A and 5E. RGB value is (113,26,94). Sum of RGB (Red+Green+Blue) = 113+26+94=233 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.50% from 233); Green value is 26 (10.55% from 255 or 11.16% from 233); Blue value is 94 (37.11% from 255 or 40.34% from 233); Max value from RGB is 113 - color contains mainly: red. Hex color #711A5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711A5E is #8EE5A1. Grayscale: #3B3B3B. Windows color (decimal): -9364898 or 6167153. OLE color: 6167153.
HSL color Cylindrical-coordinate representation of color #711A5E: hue angle of 313.1º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #711A5E is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 26 | 94 | - |
| CMYK | 0 | 0.77 | 0.17 | 0.56 |
| HSL | 313.1º | 0.63% | 0.27% | - |
| HSV(B) | 313.1º | 0.77% | 0.44% | - |
| XYZ | 9.2 | 5.06 | 11.08 | - |
| YUV | 59.77 | 147.32 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 26 | 94 | 0 | 0.77 | 0.17 | 0.56 | 313.1 | 0.63 | 0.27 |
| Hex | 71 | 1A | 5E | 0 | 4D | 11 | 38 | 139 | 3F | 1B |
| Octal | 161 | 32 | 136 | 0 | 115 | 21 | 70 | 471 | 77 | 33 |
| Binary | 1110001 | 11010 | 1011110 | 0 | 1001101 | 10001 | 111000 | 100111001 | 111111 | 11011 |
Color Harmonies of #711A5E
Complementary color
Monochromatic Colors of #711A5E
Black with #711A5E
Text Example
Text Example
White with #711A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711A5E; }
p { color: rgb(113,26,94); }
H1.HeaderClassName
{
color: #711A5E;
}
.AnyTagClassName
{
color: #711A5E;
}
</style>
background-color css
<style>
a { background-color: #711A5E; }
a { background-color: rgb(113,26,94); }
div.DivClassName
{
background-color: #711A5E;
}
.BgClassName
{
background-color: #711A5E;
}
</style>
border-color css
<style>
span { border-color: #711A5E; }
span { border-color: rgb(113,26,94); }
td.TdClassName
{
border-color: #711A5E;
}
.TagClassName
{
border-color: #711A5E;
}
</style>