Shades of Eminence #7A3276
Tints of Eminence #7A3276
RGB
CMYK
RGB Variations
Color information
#7A3276 (or 0x7A3276) is known color: Eminence. HEX triplet: 7A, 32 and 76. RGB value is (122,50,118). Sum of RGB (Red+Green+Blue) = 122+50+118=290 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.07% from 290); Green value is 50 (19.92% from 255 or 17.24% from 290); Blue value is 118 (46.48% from 255 or 40.69% from 290); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3276 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A3276 is #85CD89. Grayscale: #4F4F4F. Windows color (decimal): -8768906 or 7746170. OLE color: 7746170.
HSL color Cylindrical-coordinate representation of color #7A3276: hue angle of 303.33º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7A3276 is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 50 | 118 | - |
| CMYK | 0 | 0.59 | 0.03 | 0.52 |
| HSL | 303.33º | 0.42% | 0.34% | - |
| HSV(B) | 303.33º | 0.59% | 0.48% | - |
| XYZ | 12.44 | 7.73 | 17.98 | - |
| YUV | 79.28 | 149.85 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 50 | 118 | 0 | 0.59 | 0.03 | 0.52 | 303.33 | 0.42 | 0.34 |
| Hex | 7A | 32 | 76 | 0 | 3B | 3 | 34 | 12F | 2A | 22 |
| Octal | 172 | 62 | 166 | 0 | 73 | 3 | 64 | 457 | 52 | 42 |
| Binary | 1111010 | 110010 | 1110110 | 0 | 111011 | 11 | 110100 | 100101111 | 101010 | 100010 |
Color Harmonies of #7A3276
Complementary color
Monochromatic Colors of #7A3276
Black with #7A3276
Text Example
Text Example
White with #7A3276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3276; }
p { color: rgb(122,50,118); }
H1.HeaderClassName
{
color: #7A3276;
}
.AnyTagClassName
{
color: #7A3276;
}
</style>
background-color css
<style>
a { background-color: #7A3276; }
a { background-color: rgb(122,50,118); }
div.DivClassName
{
background-color: #7A3276;
}
.BgClassName
{
background-color: #7A3276;
}
</style>
border-color css
<style>
span { border-color: #7A3276; }
span { border-color: rgb(122,50,118); }
td.TdClassName
{
border-color: #7A3276;
}
.TagClassName
{
border-color: #7A3276;
}
</style>