Shades of Eminence #793E6E
Tints of Eminence #793E6E
RGB
CMYK
RGB Variations
Color information
#793E6E (or 0x793E6E) is known color: Eminence. HEX triplet: 79, 3E and 6E. RGB value is (121,62,110). Sum of RGB (Red+Green+Blue) = 121+62+110=293 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.30% from 293); Green value is 62 (24.61% from 255 or 21.16% from 293); Blue value is 110 (43.36% from 255 or 37.54% from 293); Max value from RGB is 121 - color contains mainly: red. Hex color #793E6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793E6E is #86C191. Grayscale: #545454. Windows color (decimal): -8831378 or 7224953. OLE color: 7224953.
HSL color Cylindrical-coordinate representation of color #793E6E: hue angle of 311.19º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #793E6E is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 62 | 110 | - |
| CMYK | 0 | 0.49 | 0.09 | 0.53 |
| HSL | 311.19º | 0.32% | 0.36% | - |
| HSV(B) | 311.19º | 0.49% | 0.47% | - |
| XYZ | 12.42 | 8.64 | 15.76 | - |
| YUV | 85.11 | 142.05 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 62 | 110 | 0 | 0.49 | 0.09 | 0.53 | 311.19 | 0.32 | 0.36 |
| Hex | 79 | 3E | 6E | 0 | 31 | 9 | 35 | 137 | 20 | 24 |
| Octal | 171 | 76 | 156 | 0 | 61 | 11 | 65 | 467 | 40 | 44 |
| Binary | 1111001 | 111110 | 1101110 | 0 | 110001 | 1001 | 110101 | 100110111 | 100000 | 100100 |
Color Harmonies of #793E6E
Complementary color
Monochromatic Colors of #793E6E
Black with #793E6E
Text Example
Text Example
White with #793E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793E6E; }
p { color: rgb(121,62,110); }
H1.HeaderClassName
{
color: #793E6E;
}
.AnyTagClassName
{
color: #793E6E;
}
</style>
background-color css
<style>
a { background-color: #793E6E; }
a { background-color: rgb(121,62,110); }
div.DivClassName
{
background-color: #793E6E;
}
.BgClassName
{
background-color: #793E6E;
}
</style>
border-color css
<style>
span { border-color: #793E6E; }
span { border-color: rgb(121,62,110); }
td.TdClassName
{
border-color: #793E6E;
}
.TagClassName
{
border-color: #793E6E;
}
</style>