Shades of Palatinate Purple #71226E
Tints of Palatinate Purple #71226E
RGB
CMYK
RGB Variations
Color information
#71226E (or 0x71226E) is known color: Palatinate Purple. HEX triplet: 71, 22 and 6E. RGB value is (113,34,110). Sum of RGB (Red+Green+Blue) = 113+34+110=257 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.97% from 257); Green value is 34 (13.67% from 255 or 13.23% from 257); Blue value is 110 (43.36% from 255 or 42.80% from 257); Max value from RGB is 113 - color contains mainly: red. Hex color #71226E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71226E is #8EDD91. Grayscale: #424242. Windows color (decimal): -9362834 or 7217777. OLE color: 7217777.
HSL color Cylindrical-coordinate representation of color #71226E: hue angle of 302.28º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #71226E is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 34 | 110 | - |
| CMYK | 0 | 0.70 | 0.03 | 0.56 |
| HSL | 302.28º | 0.54% | 0.29% | - |
| HSV(B) | 302.28º | 0.7% | 0.44% | - |
| XYZ | 10.2 | 5.78 | 15.33 | - |
| YUV | 66.29 | 152.67 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 34 | 110 | 0 | 0.70 | 0.03 | 0.56 | 302.28 | 0.54 | 0.29 |
| Hex | 71 | 22 | 6E | 0 | 46 | 3 | 38 | 12E | 36 | 1D |
| Octal | 161 | 42 | 156 | 0 | 106 | 3 | 70 | 456 | 66 | 35 |
| Binary | 1110001 | 100010 | 1101110 | 0 | 1000110 | 11 | 111000 | 100101110 | 110110 | 11101 |
Color Harmonies of #71226E
Complementary color
Monochromatic Colors of #71226E
Black with #71226E
Text Example
Text Example
White with #71226E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71226E; }
p { color: rgb(113,34,110); }
H1.HeaderClassName
{
color: #71226E;
}
.AnyTagClassName
{
color: #71226E;
}
</style>
background-color css
<style>
a { background-color: #71226E; }
a { background-color: rgb(113,34,110); }
div.DivClassName
{
background-color: #71226E;
}
.BgClassName
{
background-color: #71226E;
}
</style>
border-color css
<style>
span { border-color: #71226E; }
span { border-color: rgb(113,34,110); }
td.TdClassName
{
border-color: #71226E;
}
.TagClassName
{
border-color: #71226E;
}
</style>