Shades of Eminence #794871
Tints of Eminence #794871
RGB
CMYK
RGB Variations
Color information
#794871 (or 0x794871) is known color: Eminence. HEX triplet: 79, 48 and 71. RGB value is (121,72,113). Sum of RGB (Red+Green+Blue) = 121+72+113=306 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.54% from 306); Green value is 72 (28.52% from 255 or 23.53% from 306); Blue value is 113 (44.53% from 255 or 36.93% from 306); Max value from RGB is 121 - color contains mainly: red. Hex color #794871 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794871 is #86B78E. Grayscale: #5B5B5B. Windows color (decimal): -8828815 or 7424121. OLE color: 7424121.
HSL color Cylindrical-coordinate representation of color #794871: hue angle of 309.8º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #794871 is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 72 | 113 | - |
| CMYK | 0 | 0.40 | 0.07 | 0.53 |
| HSL | 309.8º | 0.25% | 0.38% | - |
| HSV(B) | 309.8º | 0.4% | 0.47% | - |
| XYZ | 13.18 | 9.89 | 16.84 | - |
| YUV | 91.33 | 140.23 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 72 | 113 | 0 | 0.40 | 0.07 | 0.53 | 309.8 | 0.25 | 0.38 |
| Hex | 79 | 48 | 71 | 0 | 28 | 7 | 35 | 136 | 19 | 26 |
| Octal | 171 | 110 | 161 | 0 | 50 | 7 | 65 | 466 | 31 | 46 |
| Binary | 1111001 | 1001000 | 1110001 | 0 | 101000 | 111 | 110101 | 100110110 | 11001 | 100110 |
Color Harmonies of #794871
Complementary color
Monochromatic Colors of #794871
Black with #794871
Text Example
Text Example
White with #794871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794871; }
p { color: rgb(121,72,113); }
H1.HeaderClassName
{
color: #794871;
}
.AnyTagClassName
{
color: #794871;
}
</style>
background-color css
<style>
a { background-color: #794871; }
a { background-color: rgb(121,72,113); }
div.DivClassName
{
background-color: #794871;
}
.BgClassName
{
background-color: #794871;
}
</style>
border-color css
<style>
span { border-color: #794871; }
span { border-color: rgb(121,72,113); }
td.TdClassName
{
border-color: #794871;
}
.TagClassName
{
border-color: #794871;
}
</style>