Shades of Eminence #78397E
Tints of Eminence #78397E
RGB
CMYK
RGB Variations
Color information
#78397E (or 0x78397E) is known color: Eminence. HEX triplet: 78, 39 and 7E. RGB value is (120,57,126). Sum of RGB (Red+Green+Blue) = 120+57+126=303 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.60% from 303); Green value is 57 (22.66% from 255 or 18.81% from 303); Blue value is 126 (49.61% from 255 or 41.58% from 303); Max value from RGB is 126 - color contains mainly: blue. Hex color #78397E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78397E is #87C681. Grayscale: #535353. Windows color (decimal): -8898178 or 8272248. OLE color: 8272248.
HSL color Cylindrical-coordinate representation of color #78397E: hue angle of 294.78º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #78397E is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 120 | 57 | 126 | - |
| CMYK | 0.05 | 0.55 | 0 | 0.51 |
| HSL | 294.78º | 0.38% | 0.36% | - |
| HSV(B) | 294.78º | 0.55% | 0.49% | - |
| XYZ | 12.97 | 8.43 | 20.68 | - |
| YUV | 83.7 | 151.87 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 57 | 126 | 0.05 | 0.55 | 0 | 0.51 | 294.78 | 0.38 | 0.36 |
| Hex | 78 | 39 | 7E | 5 | 37 | 0 | 33 | 127 | 26 | 24 |
| Octal | 170 | 71 | 176 | 5 | 67 | 0 | 63 | 447 | 46 | 44 |
| Binary | 1111000 | 111001 | 1111110 | 101 | 110111 | 0 | 110011 | 100100111 | 100110 | 100100 |
Color Harmonies of #78397E
Complementary color
Monochromatic Colors of #78397E
Black with #78397E
Text Example
Text Example
White with #78397E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78397E; }
p { color: rgb(120,57,126); }
H1.HeaderClassName
{
color: #78397E;
}
.AnyTagClassName
{
color: #78397E;
}
</style>
background-color css
<style>
a { background-color: #78397E; }
a { background-color: rgb(120,57,126); }
div.DivClassName
{
background-color: #78397E;
}
.BgClassName
{
background-color: #78397E;
}
</style>
border-color css
<style>
span { border-color: #78397E; }
span { border-color: rgb(120,57,126); }
td.TdClassName
{
border-color: #78397E;
}
.TagClassName
{
border-color: #78397E;
}
</style>