Shades of Eminence #78416D
Tints of Eminence #78416D
RGB
CMYK
RGB Variations
Color information
#78416D (or 0x78416D) is known color: Eminence. HEX triplet: 78, 41 and 6D. RGB value is (120,65,109). Sum of RGB (Red+Green+Blue) = 120+65+109=294 (38% of max value = 765). Red value is 120 (47.27% from 255 or 40.82% from 294); Green value is 65 (25.78% from 255 or 22.11% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 120 - color contains mainly: red. Hex color #78416D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78416D is #87BE92. Grayscale: #565656. Windows color (decimal): -8896147 or 7160184. OLE color: 7160184.
HSL color Cylindrical-coordinate representation of color #78416D: hue angle of 312º 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 #78416D is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 65 | 109 | - |
| CMYK | 0 | 0.46 | 0.09 | 0.53 |
| HSL | 312º | 0.3% | 0.36% | - |
| HSV(B) | 312º | 0.46% | 0.47% | - |
| XYZ | 12.4 | 8.88 | 15.53 | - |
| YUV | 86.46 | 140.72 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 65 | 109 | 0 | 0.46 | 0.09 | 0.53 | 312 | 0.3 | 0.36 |
| Hex | 78 | 41 | 6D | 0 | 2E | 9 | 35 | 138 | 1E | 24 |
| Octal | 170 | 101 | 155 | 0 | 56 | 11 | 65 | 470 | 36 | 44 |
| Binary | 1111000 | 1000001 | 1101101 | 0 | 101110 | 1001 | 110101 | 100111000 | 11110 | 100100 |
Color Harmonies of #78416D
Complementary color
Monochromatic Colors of #78416D
Black with #78416D
Text Example
Text Example
White with #78416D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78416D; }
p { color: rgb(120,65,109); }
H1.HeaderClassName
{
color: #78416D;
}
.AnyTagClassName
{
color: #78416D;
}
</style>
background-color css
<style>
a { background-color: #78416D; }
a { background-color: rgb(120,65,109); }
div.DivClassName
{
background-color: #78416D;
}
.BgClassName
{
background-color: #78416D;
}
</style>
border-color css
<style>
span { border-color: #78416D; }
span { border-color: rgb(120,65,109); }
td.TdClassName
{
border-color: #78416D;
}
.TagClassName
{
border-color: #78416D;
}
</style>