Shades of Eminence #793A6E
Tints of Eminence #793A6E
RGB
CMYK
RGB Variations
Color information
#793A6E (or 0x793A6E) is known color: Eminence. HEX triplet: 79, 3A and 6E. RGB value is (121,58,110). Sum of RGB (Red+Green+Blue) = 121+58+110=289 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.87% from 289); Green value is 58 (23.05% from 255 or 20.07% from 289); Blue value is 110 (43.36% from 255 or 38.06% from 289); Max value from RGB is 121 - color contains mainly: red. Hex color #793A6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793A6E is #86C591. Grayscale: #525252. Windows color (decimal): -8832402 or 7223929. OLE color: 7223929.
HSL color Cylindrical-coordinate representation of color #793A6E: hue angle of 310.48º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #793A6E is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 58 | 110 | - |
| CMYK | 0 | 0.52 | 0.09 | 0.53 |
| HSL | 310.48º | 0.35% | 0.35% | - |
| HSV(B) | 310.48º | 0.52% | 0.47% | - |
| XYZ | 12.21 | 8.22 | 15.69 | - |
| YUV | 82.77 | 143.37 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 58 | 110 | 0 | 0.52 | 0.09 | 0.53 | 310.48 | 0.35 | 0.35 |
| Hex | 79 | 3A | 6E | 0 | 34 | 9 | 35 | 136 | 23 | 23 |
| Octal | 171 | 72 | 156 | 0 | 64 | 11 | 65 | 466 | 43 | 43 |
| Binary | 1111001 | 111010 | 1101110 | 0 | 110100 | 1001 | 110101 | 100110110 | 100011 | 100011 |
Color Harmonies of #793A6E
Complementary color
Monochromatic Colors of #793A6E
Black with #793A6E
Text Example
Text Example
White with #793A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793A6E; }
p { color: rgb(121,58,110); }
H1.HeaderClassName
{
color: #793A6E;
}
.AnyTagClassName
{
color: #793A6E;
}
</style>
background-color css
<style>
a { background-color: #793A6E; }
a { background-color: rgb(121,58,110); }
div.DivClassName
{
background-color: #793A6E;
}
.BgClassName
{
background-color: #793A6E;
}
</style>
border-color css
<style>
span { border-color: #793A6E; }
span { border-color: rgb(121,58,110); }
td.TdClassName
{
border-color: #793A6E;
}
.TagClassName
{
border-color: #793A6E;
}
</style>