Shades of Eminence #78416F
Tints of Eminence #78416F
RGB
CMYK
RGB Variations
Color information
#78416F (or 0x78416F) is known color: Eminence. HEX triplet: 78, 41 and 6F. RGB value is (120,65,111). Sum of RGB (Red+Green+Blue) = 120+65+111=296 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.54% from 296); Green value is 65 (25.78% from 255 or 21.96% from 296); Blue value is 111 (43.75% from 255 or 37.5% from 296); Max value from RGB is 120 - color contains mainly: red. Hex color #78416F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78416F is #87BE90. Grayscale: #565656. Windows color (decimal): -8896145 or 7291256. OLE color: 7291256.
HSL color Cylindrical-coordinate representation of color #78416F: hue angle of 309.82º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #78416F is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 65 | 111 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.53 |
| HSL | 309.82º | 0.3% | 0.36% | - |
| HSV(B) | 309.82º | 0.46% | 0.47% | - |
| XYZ | 12.51 | 8.92 | 16.1 | - |
| YUV | 86.69 | 141.72 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 65 | 111 | 0 | 0.46 | 0.08 | 0.53 | 309.82 | 0.3 | 0.36 |
| Hex | 78 | 41 | 6F | 0 | 2E | 8 | 35 | 136 | 1E | 24 |
| Octal | 170 | 101 | 157 | 0 | 56 | 10 | 65 | 466 | 36 | 44 |
| Binary | 1111000 | 1000001 | 1101111 | 0 | 101110 | 1000 | 110101 | 100110110 | 11110 | 100100 |
Color Harmonies of #78416F
Complementary color
Monochromatic Colors of #78416F
Black with #78416F
Text Example
Text Example
White with #78416F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78416F; }
p { color: rgb(120,65,111); }
H1.HeaderClassName
{
color: #78416F;
}
.AnyTagClassName
{
color: #78416F;
}
</style>
background-color css
<style>
a { background-color: #78416F; }
a { background-color: rgb(120,65,111); }
div.DivClassName
{
background-color: #78416F;
}
.BgClassName
{
background-color: #78416F;
}
</style>
border-color css
<style>
span { border-color: #78416F; }
span { border-color: rgb(120,65,111); }
td.TdClassName
{
border-color: #78416F;
}
.TagClassName
{
border-color: #78416F;
}
</style>