Shades of Palatinate Purple #711957
Tints of Palatinate Purple #711957
RGB
CMYK
RGB Variations
Color information
#711957 (or 0x711957) is known color: Palatinate Purple. HEX triplet: 71, 19 and 57. RGB value is (113,25,87). Sum of RGB (Red+Green+Blue) = 113+25+87=225 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.22% from 225); Green value is 25 (10.16% from 255 or 11.11% from 225); Blue value is 87 (34.38% from 255 or 38.67% from 225); Max value from RGB is 113 - color contains mainly: red. Hex color #711957 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711957 is #8EE6A8. Grayscale: #3A3A3A. Windows color (decimal): -9365161 or 5708145. OLE color: 5708145.
HSL color Cylindrical-coordinate representation of color #711957: hue angle of 317.73º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #711957 is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 25 | 87 | - |
| CMYK | 0 | 0.78 | 0.23 | 0.56 |
| HSL | 317.73º | 0.64% | 0.27% | - |
| HSV(B) | 317.73º | 0.78% | 0.44% | - |
| XYZ | 8.88 | 4.89 | 9.49 | - |
| YUV | 58.38 | 144.15 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 25 | 87 | 0 | 0.78 | 0.23 | 0.56 | 317.73 | 0.64 | 0.27 |
| Hex | 71 | 19 | 57 | 0 | 4E | 17 | 38 | 13E | 40 | 1B |
| Octal | 161 | 31 | 127 | 0 | 116 | 27 | 70 | 476 | 100 | 33 |
| Binary | 1110001 | 11001 | 1010111 | 0 | 1001110 | 10111 | 111000 | 100111110 | 1000000 | 11011 |
Color Harmonies of #711957
Complementary color
Monochromatic Colors of #711957
Black with #711957
Text Example
Text Example
White with #711957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711957; }
p { color: rgb(113,25,87); }
H1.HeaderClassName
{
color: #711957;
}
.AnyTagClassName
{
color: #711957;
}
</style>
background-color css
<style>
a { background-color: #711957; }
a { background-color: rgb(113,25,87); }
div.DivClassName
{
background-color: #711957;
}
.BgClassName
{
background-color: #711957;
}
</style>
border-color css
<style>
span { border-color: #711957; }
span { border-color: rgb(113,25,87); }
td.TdClassName
{
border-color: #711957;
}
.TagClassName
{
border-color: #711957;
}
</style>