Shades of Palatinate Purple #76226A
Tints of Palatinate Purple #76226A
RGB
CMYK
RGB Variations
Color information
#76226A (or 0x76226A) is known color: Palatinate Purple. HEX triplet: 76, 22 and 6A. RGB value is (118,34,106). Sum of RGB (Red+Green+Blue) = 118+34+106=258 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.74% from 258); Green value is 34 (13.67% from 255 or 13.18% from 258); Blue value is 106 (41.80% from 255 or 41.09% from 258); Max value from RGB is 118 - color contains mainly: red. Hex color #76226A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76226A is #89DD95. Grayscale: #434343. Windows color (decimal): -9035158 or 6955638. OLE color: 6955638.
HSL color Cylindrical-coordinate representation of color #76226A: hue angle of 308.57º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #76226A is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 34 | 106 | - |
| CMYK | 0 | 0.71 | 0.10 | 0.54 |
| HSL | 308.57º | 0.55% | 0.3% | - |
| HSV(B) | 308.57º | 0.71% | 0.46% | - |
| XYZ | 10.64 | 6.04 | 14.24 | - |
| YUV | 67.32 | 149.83 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 34 | 106 | 0 | 0.71 | 0.10 | 0.54 | 308.57 | 0.55 | 0.3 |
| Hex | 76 | 22 | 6A | 0 | 47 | A | 36 | 135 | 37 | 1E |
| Octal | 166 | 42 | 152 | 0 | 107 | 12 | 66 | 465 | 67 | 36 |
| Binary | 1110110 | 100010 | 1101010 | 0 | 1000111 | 1010 | 110110 | 100110101 | 110111 | 11110 |
Color Harmonies of #76226A
Complementary color
Monochromatic Colors of #76226A
Black with #76226A
Text Example
Text Example
White with #76226A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76226A; }
p { color: rgb(118,34,106); }
H1.HeaderClassName
{
color: #76226A;
}
.AnyTagClassName
{
color: #76226A;
}
</style>
background-color css
<style>
a { background-color: #76226A; }
a { background-color: rgb(118,34,106); }
div.DivClassName
{
background-color: #76226A;
}
.BgClassName
{
background-color: #76226A;
}
</style>
border-color css
<style>
span { border-color: #76226A; }
span { border-color: rgb(118,34,106); }
td.TdClassName
{
border-color: #76226A;
}
.TagClassName
{
border-color: #76226A;
}
</style>