Shades of Eminence #78347E
Tints of Eminence #78347E
RGB
CMYK
RGB Variations
Color information
#78347E (or 0x78347E) is known color: Eminence. HEX triplet: 78, 34 and 7E. RGB value is (120,52,126). Sum of RGB (Red+Green+Blue) = 120+52+126=298 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.27% from 298); Green value is 52 (20.70% from 255 or 17.45% from 298); Blue value is 126 (49.61% from 255 or 42.28% from 298); Max value from RGB is 126 - color contains mainly: blue. Hex color #78347E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78347E is #87CB81. Grayscale: #505050. Windows color (decimal): -8899458 or 8270968. OLE color: 8270968.
HSL color Cylindrical-coordinate representation of color #78347E: hue angle of 295.14º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #78347E is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 120 | 52 | 126 | - |
| CMYK | 0.05 | 0.59 | 0 | 0.51 |
| HSL | 295.14º | 0.42% | 0.35% | - |
| HSV(B) | 295.14º | 0.59% | 0.49% | - |
| XYZ | 12.74 | 7.96 | 20.6 | - |
| YUV | 80.77 | 153.53 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 52 | 126 | 0.05 | 0.59 | 0 | 0.51 | 295.14 | 0.42 | 0.35 |
| Hex | 78 | 34 | 7E | 5 | 3B | 0 | 33 | 127 | 2A | 23 |
| Octal | 170 | 64 | 176 | 5 | 73 | 0 | 63 | 447 | 52 | 43 |
| Binary | 1111000 | 110100 | 1111110 | 101 | 111011 | 0 | 110011 | 100100111 | 101010 | 100011 |
Color Harmonies of #78347E
Complementary color
Monochromatic Colors of #78347E
Black with #78347E
Text Example
Text Example
White with #78347E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78347E; }
p { color: rgb(120,52,126); }
H1.HeaderClassName
{
color: #78347E;
}
.AnyTagClassName
{
color: #78347E;
}
</style>
background-color css
<style>
a { background-color: #78347E; }
a { background-color: rgb(120,52,126); }
div.DivClassName
{
background-color: #78347E;
}
.BgClassName
{
background-color: #78347E;
}
</style>
border-color css
<style>
span { border-color: #78347E; }
span { border-color: rgb(120,52,126); }
td.TdClassName
{
border-color: #78347E;
}
.TagClassName
{
border-color: #78347E;
}
</style>