Shades of Dark Purple #76226E
Tints of Dark Purple #76226E
RGB
CMYK
RGB Variations
Color information
#76226E (or 0x76226E) is known color: Dark Purple. HEX triplet: 76, 22 and 6E. RGB value is (118,34,110). Sum of RGB (Red+Green+Blue) = 118+34+110=262 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.04% from 262); Green value is 34 (13.67% from 255 or 12.98% from 262); Blue value is 110 (43.36% from 255 or 41.98% from 262); Max value from RGB is 118 - color contains mainly: red. Hex color #76226E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76226E is #89DD91. Grayscale: #434343. Windows color (decimal): -9035154 or 7217782. OLE color: 7217782.
HSL color Cylindrical-coordinate representation of color #76226E: hue angle of 305.71º 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 #76226E is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 34 | 110 | - |
| CMYK | 0 | 0.71 | 0.07 | 0.54 |
| HSL | 305.71º | 0.55% | 0.3% | - |
| HSV(B) | 305.71º | 0.71% | 0.46% | - |
| XYZ | 10.86 | 6.12 | 15.36 | - |
| YUV | 67.78 | 151.83 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 34 | 110 | 0 | 0.71 | 0.07 | 0.54 | 305.71 | 0.55 | 0.3 |
| Hex | 76 | 22 | 6E | 0 | 47 | 7 | 36 | 132 | 37 | 1E |
| Octal | 166 | 42 | 156 | 0 | 107 | 7 | 66 | 462 | 67 | 36 |
| Binary | 1110110 | 100010 | 1101110 | 0 | 1000111 | 111 | 110110 | 100110010 | 110111 | 11110 |
Color Harmonies of #76226E
Complementary color
Monochromatic Colors of #76226E
Black with #76226E
Text Example
Text Example
White with #76226E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76226E; }
p { color: rgb(118,34,110); }
H1.HeaderClassName
{
color: #76226E;
}
.AnyTagClassName
{
color: #76226E;
}
</style>
background-color css
<style>
a { background-color: #76226E; }
a { background-color: rgb(118,34,110); }
div.DivClassName
{
background-color: #76226E;
}
.BgClassName
{
background-color: #76226E;
}
</style>
border-color css
<style>
span { border-color: #76226E; }
span { border-color: rgb(118,34,110); }
td.TdClassName
{
border-color: #76226E;
}
.TagClassName
{
border-color: #76226E;
}
</style>