Shades of Palatinate Purple #71295A
Tints of Palatinate Purple #71295A
RGB
CMYK
RGB Variations
Color information
#71295A (or 0x71295A) is known color: Palatinate Purple. HEX triplet: 71, 29 and 5A. RGB value is (113,41,90). Sum of RGB (Red+Green+Blue) = 113+41+90=244 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.31% from 244); Green value is 41 (16.41% from 255 or 16.80% from 244); Blue value is 90 (35.55% from 255 or 36.89% from 244); Max value from RGB is 113 - color contains mainly: red. Hex color #71295A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71295A is #8ED6A5. Grayscale: #434343. Windows color (decimal): -9361062 or 5908849. OLE color: 5908849.
HSL color Cylindrical-coordinate representation of color #71295A: hue angle of 319.17º 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 #71295A is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 41 | 90 | - |
| CMYK | 0 | 0.64 | 0.20 | 0.56 |
| HSL | 319.17º | 0.47% | 0.3% | - |
| HSV(B) | 319.17º | 0.64% | 0.44% | - |
| XYZ | 9.45 | 5.83 | 10.3 | - |
| YUV | 68.11 | 140.35 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 41 | 90 | 0 | 0.64 | 0.20 | 0.56 | 319.17 | 0.47 | 0.3 |
| Hex | 71 | 29 | 5A | 0 | 40 | 14 | 38 | 13F | 2F | 1E |
| Octal | 161 | 51 | 132 | 0 | 100 | 24 | 70 | 477 | 57 | 36 |
| Binary | 1110001 | 101001 | 1011010 | 0 | 1000000 | 10100 | 111000 | 100111111 | 101111 | 11110 |
Color Harmonies of #71295A
Complementary color
Monochromatic Colors of #71295A
Black with #71295A
Text Example
Text Example
White with #71295A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71295A; }
p { color: rgb(113,41,90); }
H1.HeaderClassName
{
color: #71295A;
}
.AnyTagClassName
{
color: #71295A;
}
</style>
background-color css
<style>
a { background-color: #71295A; }
a { background-color: rgb(113,41,90); }
div.DivClassName
{
background-color: #71295A;
}
.BgClassName
{
background-color: #71295A;
}
</style>
border-color css
<style>
span { border-color: #71295A; }
span { border-color: rgb(113,41,90); }
td.TdClassName
{
border-color: #71295A;
}
.TagClassName
{
border-color: #71295A;
}
</style>