Shades of Palatinate Purple #71196E
Tints of Palatinate Purple #71196E
RGB
CMYK
RGB Variations
Color information
#71196E (or 0x71196E) is known color: Palatinate Purple. HEX triplet: 71, 19 and 6E. RGB value is (113,25,110). Sum of RGB (Red+Green+Blue) = 113+25+110=248 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.56% from 248); Green value is 25 (10.16% from 255 or 10.08% from 248); Blue value is 110 (43.36% from 255 or 44.35% from 248); Max value from RGB is 113 - color contains mainly: red. Hex color #71196E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71196E is #8EE691. Grayscale: #3C3C3C. Windows color (decimal): -9365138 or 7215473. OLE color: 7215473.
HSL color Cylindrical-coordinate representation of color #71196E: hue angle of 302.05º 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 #71196E is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 25 | 110 | - |
| CMYK | 0 | 0.78 | 0.03 | 0.56 |
| HSL | 302.05º | 0.64% | 0.27% | - |
| HSV(B) | 302.05º | 0.78% | 0.44% | - |
| XYZ | 9.97 | 5.33 | 15.26 | - |
| YUV | 61 | 155.65 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 25 | 110 | 0 | 0.78 | 0.03 | 0.56 | 302.05 | 0.64 | 0.27 |
| Hex | 71 | 19 | 6E | 0 | 4E | 3 | 38 | 12E | 40 | 1B |
| Octal | 161 | 31 | 156 | 0 | 116 | 3 | 70 | 456 | 100 | 33 |
| Binary | 1110001 | 11001 | 1101110 | 0 | 1001110 | 11 | 111000 | 100101110 | 1000000 | 11011 |
Color Harmonies of #71196E
Complementary color
Monochromatic Colors of #71196E
Black with #71196E
Text Example
Text Example
White with #71196E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71196E; }
p { color: rgb(113,25,110); }
H1.HeaderClassName
{
color: #71196E;
}
.AnyTagClassName
{
color: #71196E;
}
</style>
background-color css
<style>
a { background-color: #71196E; }
a { background-color: rgb(113,25,110); }
div.DivClassName
{
background-color: #71196E;
}
.BgClassName
{
background-color: #71196E;
}
</style>
border-color css
<style>
span { border-color: #71196E; }
span { border-color: rgb(113,25,110); }
td.TdClassName
{
border-color: #71196E;
}
.TagClassName
{
border-color: #71196E;
}
</style>