Shades of Palatinate Purple #711F58
Tints of Palatinate Purple #711F58
RGB
CMYK
RGB Variations
Color information
#711F58 (or 0x711F58) is known color: Palatinate Purple. HEX triplet: 71, 1F and 58. RGB value is (113,31,88). Sum of RGB (Red+Green+Blue) = 113+31+88=232 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.71% from 232); Green value is 31 (12.5% from 255 or 13.36% from 232); Blue value is 88 (34.77% from 255 or 37.93% from 232); Max value from RGB is 113 - color contains mainly: red. Hex color #711F58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711F58 is #8EE0A7. Grayscale: #3D3D3D. Windows color (decimal): -9363624 or 5775217. OLE color: 5775217.
HSL color Cylindrical-coordinate representation of color #711F58: hue angle of 318.29º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #711F58 is Cyan = 0, Magento = 0.73, Yellow = 0.22 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 31 | 88 | - |
| CMYK | 0 | 0.73 | 0.22 | 0.56 |
| HSL | 318.29º | 0.57% | 0.28% | - |
| HSV(B) | 318.29º | 0.73% | 0.44% | - |
| XYZ | 9.06 | 5.2 | 9.76 | - |
| YUV | 62.02 | 142.67 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 31 | 88 | 0 | 0.73 | 0.22 | 0.56 | 318.29 | 0.57 | 0.28 |
| Hex | 71 | 1F | 58 | 0 | 49 | 16 | 38 | 13E | 39 | 1C |
| Octal | 161 | 37 | 130 | 0 | 111 | 26 | 70 | 476 | 71 | 34 |
| Binary | 1110001 | 11111 | 1011000 | 0 | 1001001 | 10110 | 111000 | 100111110 | 111001 | 11100 |
Color Harmonies of #711F58
Complementary color
Monochromatic Colors of #711F58
Black with #711F58
Text Example
Text Example
White with #711F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711F58; }
p { color: rgb(113,31,88); }
H1.HeaderClassName
{
color: #711F58;
}
.AnyTagClassName
{
color: #711F58;
}
</style>
background-color css
<style>
a { background-color: #711F58; }
a { background-color: rgb(113,31,88); }
div.DivClassName
{
background-color: #711F58;
}
.BgClassName
{
background-color: #711F58;
}
</style>
border-color css
<style>
span { border-color: #711F58; }
span { border-color: rgb(113,31,88); }
td.TdClassName
{
border-color: #711F58;
}
.TagClassName
{
border-color: #711F58;
}
</style>