Shades of Eminence #793E6D
Tints of Eminence #793E6D
RGB
CMYK
RGB Variations
Color information
#793E6D (or 0x793E6D) is known color: Eminence. HEX triplet: 79, 3E and 6D. RGB value is (121,62,109). Sum of RGB (Red+Green+Blue) = 121+62+109=292 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.44% from 292); Green value is 62 (24.61% from 255 or 21.23% from 292); Blue value is 109 (42.97% from 255 or 37.33% from 292); Max value from RGB is 121 - color contains mainly: red. Hex color #793E6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793E6D is #86C192. Grayscale: #545454. Windows color (decimal): -8831379 or 7159417. OLE color: 7159417.
HSL color Cylindrical-coordinate representation of color #793E6D: hue angle of 312.2º 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 #793E6D is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 62 | 109 | - |
| CMYK | 0 | 0.49 | 0.10 | 0.53 |
| HSL | 312.2º | 0.32% | 0.36% | - |
| HSV(B) | 312.2º | 0.49% | 0.47% | - |
| XYZ | 12.37 | 8.61 | 15.48 | - |
| YUV | 85 | 141.55 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 62 | 109 | 0 | 0.49 | 0.10 | 0.53 | 312.2 | 0.32 | 0.36 |
| Hex | 79 | 3E | 6D | 0 | 31 | A | 35 | 138 | 20 | 24 |
| Octal | 171 | 76 | 155 | 0 | 61 | 12 | 65 | 470 | 40 | 44 |
| Binary | 1111001 | 111110 | 1101101 | 0 | 110001 | 1010 | 110101 | 100111000 | 100000 | 100100 |
Color Harmonies of #793E6D
Complementary color
Monochromatic Colors of #793E6D
Black with #793E6D
Text Example
Text Example
White with #793E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793E6D; }
p { color: rgb(121,62,109); }
H1.HeaderClassName
{
color: #793E6D;
}
.AnyTagClassName
{
color: #793E6D;
}
</style>
background-color css
<style>
a { background-color: #793E6D; }
a { background-color: rgb(121,62,109); }
div.DivClassName
{
background-color: #793E6D;
}
.BgClassName
{
background-color: #793E6D;
}
</style>
border-color css
<style>
span { border-color: #793E6D; }
span { border-color: rgb(121,62,109); }
td.TdClassName
{
border-color: #793E6D;
}
.TagClassName
{
border-color: #793E6D;
}
</style>