Shades of Eminence #78397D
Tints of Eminence #78397D
RGB
CMYK
RGB Variations
Color information
#78397D (or 0x78397D) is known color: Eminence. HEX triplet: 78, 39 and 7D. RGB value is (120,57,125). Sum of RGB (Red+Green+Blue) = 120+57+125=302 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.74% from 302); Green value is 57 (22.66% from 255 or 18.87% from 302); Blue value is 125 (49.22% from 255 or 41.39% from 302); Max value from RGB is 125 - color contains mainly: blue. Hex color #78397D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78397D is #87C682. Grayscale: #535353. Windows color (decimal): -8898179 or 8206712. OLE color: 8206712.
HSL color Cylindrical-coordinate representation of color #78397D: hue angle of 295.59º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #78397D is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 120 | 57 | 125 | - |
| CMYK | 0.04 | 0.54 | 0 | 0.51 |
| HSL | 295.59º | 0.37% | 0.36% | - |
| HSV(B) | 295.59º | 0.54% | 0.49% | - |
| XYZ | 12.91 | 8.4 | 20.34 | - |
| YUV | 83.59 | 151.37 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 57 | 125 | 0.04 | 0.54 | 0 | 0.51 | 295.59 | 0.37 | 0.36 |
| Hex | 78 | 39 | 7D | 4 | 36 | 0 | 33 | 128 | 25 | 24 |
| Octal | 170 | 71 | 175 | 4 | 66 | 0 | 63 | 450 | 45 | 44 |
| Binary | 1111000 | 111001 | 1111101 | 100 | 110110 | 0 | 110011 | 100101000 | 100101 | 100100 |
Color Harmonies of #78397D
Complementary color
Monochromatic Colors of #78397D
Black with #78397D
Text Example
Text Example
White with #78397D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78397D; }
p { color: rgb(120,57,125); }
H1.HeaderClassName
{
color: #78397D;
}
.AnyTagClassName
{
color: #78397D;
}
</style>
background-color css
<style>
a { background-color: #78397D; }
a { background-color: rgb(120,57,125); }
div.DivClassName
{
background-color: #78397D;
}
.BgClassName
{
background-color: #78397D;
}
</style>
border-color css
<style>
span { border-color: #78397D; }
span { border-color: rgb(120,57,125); }
td.TdClassName
{
border-color: #78397D;
}
.TagClassName
{
border-color: #78397D;
}
</style>