Shades of Eminence #79407D
Tints of Eminence #79407D
RGB
CMYK
RGB Variations
Color information
#79407D (or 0x79407D) is known color: Eminence. HEX triplet: 79, 40 and 7D. RGB value is (121,64,125). Sum of RGB (Red+Green+Blue) = 121+64+125=310 (41% of max value = 765). Red value is 121 (47.66% from 255 or 39.03% from 310); Green value is 64 (25.39% from 255 or 20.65% from 310); Blue value is 125 (49.22% from 255 or 40.32% from 310); Max value from RGB is 125 - color contains mainly: blue. Hex color #79407D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79407D is #86BF82. Grayscale: #575757. Windows color (decimal): -8830851 or 8208505. OLE color: 8208505.
HSL color Cylindrical-coordinate representation of color #79407D: hue angle of 296.07º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #79407D is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 121 | 64 | 125 | - |
| CMYK | 0.03 | 0.49 | 0 | 0.51 |
| HSL | 296.07º | 0.32% | 0.37% | - |
| HSV(B) | 296.07º | 0.49% | 0.49% | - |
| XYZ | 13.42 | 9.21 | 20.47 | - |
| YUV | 88 | 148.88 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 64 | 125 | 0.03 | 0.49 | 0 | 0.51 | 296.07 | 0.32 | 0.37 |
| Hex | 79 | 40 | 7D | 3 | 31 | 0 | 33 | 128 | 20 | 25 |
| Octal | 171 | 100 | 175 | 3 | 61 | 0 | 63 | 450 | 40 | 45 |
| Binary | 1111001 | 1000000 | 1111101 | 11 | 110001 | 0 | 110011 | 100101000 | 100000 | 100101 |
Color Harmonies of #79407D
Complementary color
Monochromatic Colors of #79407D
Black with #79407D
Text Example
Text Example
White with #79407D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79407D; }
p { color: rgb(121,64,125); }
H1.HeaderClassName
{
color: #79407D;
}
.AnyTagClassName
{
color: #79407D;
}
</style>
background-color css
<style>
a { background-color: #79407D; }
a { background-color: rgb(121,64,125); }
div.DivClassName
{
background-color: #79407D;
}
.BgClassName
{
background-color: #79407D;
}
</style>
border-color css
<style>
span { border-color: #79407D; }
span { border-color: rgb(121,64,125); }
td.TdClassName
{
border-color: #79407D;
}
.TagClassName
{
border-color: #79407D;
}
</style>