Shades of Palatinate Purple #71295E
Tints of Palatinate Purple #71295E
RGB
CMYK
RGB Variations
Color information
#71295E (or 0x71295E) is known color: Palatinate Purple. HEX triplet: 71, 29 and 5E. RGB value is (113,41,94). Sum of RGB (Red+Green+Blue) = 113+41+94=248 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.56% from 248); Green value is 41 (16.41% from 255 or 16.53% from 248); Blue value is 94 (37.11% from 255 or 37.90% from 248); Max value from RGB is 113 - color contains mainly: red. Hex color #71295E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71295E is #8ED6A1. Grayscale: #444444. Windows color (decimal): -9361058 or 6170993. OLE color: 6170993.
HSL color Cylindrical-coordinate representation of color #71295E: hue angle of 315.83º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #71295E is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 41 | 94 | - |
| CMYK | 0 | 0.64 | 0.17 | 0.56 |
| HSL | 315.83º | 0.47% | 0.3% | - |
| HSV(B) | 315.83º | 0.64% | 0.44% | - |
| XYZ | 9.62 | 5.9 | 11.22 | - |
| YUV | 68.57 | 142.35 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 41 | 94 | 0 | 0.64 | 0.17 | 0.56 | 315.83 | 0.47 | 0.3 |
| Hex | 71 | 29 | 5E | 0 | 40 | 11 | 38 | 13C | 2F | 1E |
| Octal | 161 | 51 | 136 | 0 | 100 | 21 | 70 | 474 | 57 | 36 |
| Binary | 1110001 | 101001 | 1011110 | 0 | 1000000 | 10001 | 111000 | 100111100 | 101111 | 11110 |
Color Harmonies of #71295E
Complementary color
Monochromatic Colors of #71295E
Black with #71295E
Text Example
Text Example
White with #71295E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71295E; }
p { color: rgb(113,41,94); }
H1.HeaderClassName
{
color: #71295E;
}
.AnyTagClassName
{
color: #71295E;
}
</style>
background-color css
<style>
a { background-color: #71295E; }
a { background-color: rgb(113,41,94); }
div.DivClassName
{
background-color: #71295E;
}
.BgClassName
{
background-color: #71295E;
}
</style>
border-color css
<style>
span { border-color: #71295E; }
span { border-color: rgb(113,41,94); }
td.TdClassName
{
border-color: #71295E;
}
.TagClassName
{
border-color: #71295E;
}
</style>