Shades of Palatinate Purple #711A59
Tints of Palatinate Purple #711A59
RGB
CMYK
RGB Variations
Color information
#711A59 (or 0x711A59) is known color: Palatinate Purple. HEX triplet: 71, 1A and 59. RGB value is (113,26,89). Sum of RGB (Red+Green+Blue) = 113+26+89=228 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.56% from 228); Green value is 26 (10.55% from 255 or 11.40% from 228); Blue value is 89 (35.16% from 255 or 39.04% from 228); Max value from RGB is 113 - color contains mainly: red. Hex color #711A59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711A59 is #8EE5A6. Grayscale: #3B3B3B. Windows color (decimal): -9364903 or 5839473. OLE color: 5839473.
HSL color Cylindrical-coordinate representation of color #711A59: hue angle of 316.55º 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 #711A59 is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 26 | 89 | - |
| CMYK | 0 | 0.77 | 0.21 | 0.56 |
| HSL | 316.55º | 0.63% | 0.27% | - |
| HSV(B) | 316.55º | 0.77% | 0.44% | - |
| XYZ | 8.98 | 4.97 | 9.94 | - |
| YUV | 59.2 | 144.82 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 26 | 89 | 0 | 0.77 | 0.21 | 0.56 | 316.55 | 0.63 | 0.27 |
| Hex | 71 | 1A | 59 | 0 | 4D | 15 | 38 | 13D | 3F | 1B |
| Octal | 161 | 32 | 131 | 0 | 115 | 25 | 70 | 475 | 77 | 33 |
| Binary | 1110001 | 11010 | 1011001 | 0 | 1001101 | 10101 | 111000 | 100111101 | 111111 | 11011 |
Color Harmonies of #711A59
Complementary color
Monochromatic Colors of #711A59
Black with #711A59
Text Example
Text Example
White with #711A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711A59; }
p { color: rgb(113,26,89); }
H1.HeaderClassName
{
color: #711A59;
}
.AnyTagClassName
{
color: #711A59;
}
</style>
background-color css
<style>
a { background-color: #711A59; }
a { background-color: rgb(113,26,89); }
div.DivClassName
{
background-color: #711A59;
}
.BgClassName
{
background-color: #711A59;
}
</style>
border-color css
<style>
span { border-color: #711A59; }
span { border-color: rgb(113,26,89); }
td.TdClassName
{
border-color: #711A59;
}
.TagClassName
{
border-color: #711A59;
}
</style>