Shades of Eminence #7A3373
Tints of Eminence #7A3373
RGB
CMYK
RGB Variations
Color information
#7A3373 (or 0x7A3373) is known color: Eminence. HEX triplet: 7A, 33 and 73. RGB value is (122,51,115). Sum of RGB (Red+Green+Blue) = 122+51+115=288 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.36% from 288); Green value is 51 (20.31% from 255 or 17.71% from 288); Blue value is 115 (45.31% from 255 or 39.93% from 288); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3373 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A3373 is #85CC8C. Grayscale: #4F4F4F. Windows color (decimal): -8768653 or 7549818. OLE color: 7549818.
HSL color Cylindrical-coordinate representation of color #7A3373: hue angle of 305.92º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7A3373 is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 51 | 115 | - |
| CMYK | 0 | 0.58 | 0.06 | 0.52 |
| HSL | 305.92º | 0.41% | 0.34% | - |
| HSV(B) | 305.92º | 0.58% | 0.48% | - |
| XYZ | 12.3 | 7.74 | 17.07 | - |
| YUV | 79.53 | 148.02 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 51 | 115 | 0 | 0.58 | 0.06 | 0.52 | 305.92 | 0.41 | 0.34 |
| Hex | 7A | 33 | 73 | 0 | 3A | 6 | 34 | 132 | 29 | 22 |
| Octal | 172 | 63 | 163 | 0 | 72 | 6 | 64 | 462 | 51 | 42 |
| Binary | 1111010 | 110011 | 1110011 | 0 | 111010 | 110 | 110100 | 100110010 | 101001 | 100010 |
Color Harmonies of #7A3373
Complementary color
Monochromatic Colors of #7A3373
Black with #7A3373
Text Example
Text Example
White with #7A3373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3373; }
p { color: rgb(122,51,115); }
H1.HeaderClassName
{
color: #7A3373;
}
.AnyTagClassName
{
color: #7A3373;
}
</style>
background-color css
<style>
a { background-color: #7A3373; }
a { background-color: rgb(122,51,115); }
div.DivClassName
{
background-color: #7A3373;
}
.BgClassName
{
background-color: #7A3373;
}
</style>
border-color css
<style>
span { border-color: #7A3373; }
span { border-color: rgb(122,51,115); }
td.TdClassName
{
border-color: #7A3373;
}
.TagClassName
{
border-color: #7A3373;
}
</style>