Shades of Eminence #793B6E
Tints of Eminence #793B6E
RGB
CMYK
RGB Variations
Color information
#793B6E (or 0x793B6E) is known color: Eminence. HEX triplet: 79, 3B and 6E. RGB value is (121,59,110). Sum of RGB (Red+Green+Blue) = 121+59+110=290 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.72% from 290); Green value is 59 (23.44% from 255 or 20.34% from 290); Blue value is 110 (43.36% from 255 or 37.93% from 290); Max value from RGB is 121 - color contains mainly: red. Hex color #793B6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793B6E is #86C491. Grayscale: #535353. Windows color (decimal): -8832146 or 7224185. OLE color: 7224185.
HSL color Cylindrical-coordinate representation of color #793B6E: hue angle of 310.65º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #793B6E is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 59 | 110 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.53 |
| HSL | 310.65º | 0.34% | 0.35% | - |
| HSV(B) | 310.65º | 0.51% | 0.47% | - |
| XYZ | 12.26 | 8.32 | 15.71 | - |
| YUV | 83.35 | 143.04 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 59 | 110 | 0 | 0.51 | 0.09 | 0.53 | 310.65 | 0.34 | 0.35 |
| Hex | 79 | 3B | 6E | 0 | 33 | 9 | 35 | 137 | 22 | 23 |
| Octal | 171 | 73 | 156 | 0 | 63 | 11 | 65 | 467 | 42 | 43 |
| Binary | 1111001 | 111011 | 1101110 | 0 | 110011 | 1001 | 110101 | 100110111 | 100010 | 100011 |
Color Harmonies of #793B6E
Complementary color
Monochromatic Colors of #793B6E
Black with #793B6E
Text Example
Text Example
White with #793B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793B6E; }
p { color: rgb(121,59,110); }
H1.HeaderClassName
{
color: #793B6E;
}
.AnyTagClassName
{
color: #793B6E;
}
</style>
background-color css
<style>
a { background-color: #793B6E; }
a { background-color: rgb(121,59,110); }
div.DivClassName
{
background-color: #793B6E;
}
.BgClassName
{
background-color: #793B6E;
}
</style>
border-color css
<style>
span { border-color: #793B6E; }
span { border-color: rgb(121,59,110); }
td.TdClassName
{
border-color: #793B6E;
}
.TagClassName
{
border-color: #793B6E;
}
</style>