Shades of Palatinate Purple #71195E
Tints of Palatinate Purple #71195E
RGB
CMYK
RGB Variations
Color information
#71195E (or 0x71195E) is known color: Palatinate Purple. HEX triplet: 71, 19 and 5E. RGB value is (113,25,94). Sum of RGB (Red+Green+Blue) = 113+25+94=232 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.71% from 232); Green value is 25 (10.16% from 255 or 10.78% from 232); Blue value is 94 (37.11% from 255 or 40.52% from 232); Max value from RGB is 113 - color contains mainly: red. Hex color #71195E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71195E is #8EE6A1. Grayscale: #3A3A3A. Windows color (decimal): -9365154 or 6166897. OLE color: 6166897.
HSL color Cylindrical-coordinate representation of color #71195E: hue angle of 312.95º 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 #71195E is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 25 | 94 | - |
| CMYK | 0 | 0.78 | 0.17 | 0.56 |
| HSL | 312.95º | 0.64% | 0.27% | - |
| HSV(B) | 312.95º | 0.78% | 0.44% | - |
| XYZ | 9.18 | 5.01 | 11.07 | - |
| YUV | 59.18 | 147.65 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 25 | 94 | 0 | 0.78 | 0.17 | 0.56 | 312.95 | 0.64 | 0.27 |
| Hex | 71 | 19 | 5E | 0 | 4E | 11 | 38 | 139 | 40 | 1B |
| Octal | 161 | 31 | 136 | 0 | 116 | 21 | 70 | 471 | 100 | 33 |
| Binary | 1110001 | 11001 | 1011110 | 0 | 1001110 | 10001 | 111000 | 100111001 | 1000000 | 11011 |
Color Harmonies of #71195E
Complementary color
Monochromatic Colors of #71195E
Black with #71195E
Text Example
Text Example
White with #71195E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71195E; }
p { color: rgb(113,25,94); }
H1.HeaderClassName
{
color: #71195E;
}
.AnyTagClassName
{
color: #71195E;
}
</style>
background-color css
<style>
a { background-color: #71195E; }
a { background-color: rgb(113,25,94); }
div.DivClassName
{
background-color: #71195E;
}
.BgClassName
{
background-color: #71195E;
}
</style>
border-color css
<style>
span { border-color: #71195E; }
span { border-color: rgb(113,25,94); }
td.TdClassName
{
border-color: #71195E;
}
.TagClassName
{
border-color: #71195E;
}
</style>