Shades of Palatinate Purple #711967
Tints of Palatinate Purple #711967
RGB
CMYK
RGB Variations
Color information
#711967 (or 0x711967) is known color: Palatinate Purple. HEX triplet: 71, 19 and 67. RGB value is (113,25,103). Sum of RGB (Red+Green+Blue) = 113+25+103=241 (31% of max value = 765). Red value is 113 (44.53% from 255 or 46.89% from 241); Green value is 25 (10.16% from 255 or 10.37% from 241); Blue value is 103 (40.62% from 255 or 42.74% from 241); Max value from RGB is 113 - color contains mainly: red. Hex color #711967 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711967 is #8EE698. Grayscale: #3B3B3B. Windows color (decimal): -9365145 or 6756721. OLE color: 6756721.
HSL color Cylindrical-coordinate representation of color #711967: hue angle of 306.82º 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 #711967 is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 25 | 103 | - |
| CMYK | 0 | 0.78 | 0.09 | 0.56 |
| HSL | 306.82º | 0.64% | 0.27% | - |
| HSV(B) | 306.82º | 0.78% | 0.44% | - |
| XYZ | 9.61 | 5.19 | 13.33 | - |
| YUV | 60.2 | 152.15 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 25 | 103 | 0 | 0.78 | 0.09 | 0.56 | 306.82 | 0.64 | 0.27 |
| Hex | 71 | 19 | 67 | 0 | 4E | 9 | 38 | 133 | 40 | 1B |
| Octal | 161 | 31 | 147 | 0 | 116 | 11 | 70 | 463 | 100 | 33 |
| Binary | 1110001 | 11001 | 1100111 | 0 | 1001110 | 1001 | 111000 | 100110011 | 1000000 | 11011 |
Color Harmonies of #711967
Complementary color
Monochromatic Colors of #711967
Black with #711967
Text Example
Text Example
White with #711967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711967; }
p { color: rgb(113,25,103); }
H1.HeaderClassName
{
color: #711967;
}
.AnyTagClassName
{
color: #711967;
}
</style>
background-color css
<style>
a { background-color: #711967; }
a { background-color: rgb(113,25,103); }
div.DivClassName
{
background-color: #711967;
}
.BgClassName
{
background-color: #711967;
}
</style>
border-color css
<style>
span { border-color: #711967; }
span { border-color: rgb(113,25,103); }
td.TdClassName
{
border-color: #711967;
}
.TagClassName
{
border-color: #711967;
}
</style>