Shades of Eminence #793A7C
Tints of Eminence #793A7C
RGB
CMYK
RGB Variations
Color information
#793A7C (or 0x793A7C) is known color: Eminence. HEX triplet: 79, 3A and 7C. RGB value is (121,58,124). Sum of RGB (Red+Green+Blue) = 121+58+124=303 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.93% from 303); Green value is 58 (23.05% from 255 or 19.14% from 303); Blue value is 124 (48.83% from 255 or 40.92% from 303); Max value from RGB is 124 - color contains mainly: blue. Hex color #793A7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793A7C is #86C583. Grayscale: #545454. Windows color (decimal): -8832388 or 8141433. OLE color: 8141433.
HSL color Cylindrical-coordinate representation of color #793A7C: hue angle of 297.27º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #793A7C is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 121 | 58 | 124 | - |
| CMYK | 0.02 | 0.53 | 0 | 0.51 |
| HSL | 297.27º | 0.36% | 0.36% | - |
| HSV(B) | 297.27º | 0.53% | 0.49% | - |
| XYZ | 13.04 | 8.55 | 20.03 | - |
| YUV | 84.36 | 150.37 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 58 | 124 | 0.02 | 0.53 | 0 | 0.51 | 297.27 | 0.36 | 0.36 |
| Hex | 79 | 3A | 7C | 2 | 35 | 0 | 33 | 129 | 24 | 24 |
| Octal | 171 | 72 | 174 | 2 | 65 | 0 | 63 | 451 | 44 | 44 |
| Binary | 1111001 | 111010 | 1111100 | 10 | 110101 | 0 | 110011 | 100101001 | 100100 | 100100 |
Color Harmonies of #793A7C
Complementary color
Monochromatic Colors of #793A7C
Black with #793A7C
Text Example
Text Example
White with #793A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793A7C; }
p { color: rgb(121,58,124); }
H1.HeaderClassName
{
color: #793A7C;
}
.AnyTagClassName
{
color: #793A7C;
}
</style>
background-color css
<style>
a { background-color: #793A7C; }
a { background-color: rgb(121,58,124); }
div.DivClassName
{
background-color: #793A7C;
}
.BgClassName
{
background-color: #793A7C;
}
</style>
border-color css
<style>
span { border-color: #793A7C; }
span { border-color: rgb(121,58,124); }
td.TdClassName
{
border-color: #793A7C;
}
.TagClassName
{
border-color: #793A7C;
}
</style>