Shades of Eminence #78386D
Tints of Eminence #78386D
RGB
CMYK
RGB Variations
Color information
#78386D (or 0x78386D) is known color: Eminence. HEX triplet: 78, 38 and 6D. RGB value is (120,56,109). Sum of RGB (Red+Green+Blue) = 120+56+109=285 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.11% from 285); Green value is 56 (22.27% from 255 or 19.65% from 285); Blue value is 109 (42.97% from 255 or 38.25% from 285); Max value from RGB is 120 - color contains mainly: red. Hex color #78386D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78386D is #87C792. Grayscale: #515151. Windows color (decimal): -8898451 or 7157880. OLE color: 7157880.
HSL color Cylindrical-coordinate representation of color #78386D: hue angle of 310.31º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #78386D is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 56 | 109 | - |
| CMYK | 0 | 0.53 | 0.09 | 0.53 |
| HSL | 310.31º | 0.36% | 0.35% | - |
| HSV(B) | 310.31º | 0.53% | 0.47% | - |
| XYZ | 11.92 | 7.93 | 15.37 | - |
| YUV | 81.18 | 143.7 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 56 | 109 | 0 | 0.53 | 0.09 | 0.53 | 310.31 | 0.36 | 0.35 |
| Hex | 78 | 38 | 6D | 0 | 35 | 9 | 35 | 136 | 24 | 23 |
| Octal | 170 | 70 | 155 | 0 | 65 | 11 | 65 | 466 | 44 | 43 |
| Binary | 1111000 | 111000 | 1101101 | 0 | 110101 | 1001 | 110101 | 100110110 | 100100 | 100011 |
Color Harmonies of #78386D
Complementary color
Monochromatic Colors of #78386D
Black with #78386D
Text Example
Text Example
White with #78386D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78386D; }
p { color: rgb(120,56,109); }
H1.HeaderClassName
{
color: #78386D;
}
.AnyTagClassName
{
color: #78386D;
}
</style>
background-color css
<style>
a { background-color: #78386D; }
a { background-color: rgb(120,56,109); }
div.DivClassName
{
background-color: #78386D;
}
.BgClassName
{
background-color: #78386D;
}
</style>
border-color css
<style>
span { border-color: #78386D; }
span { border-color: rgb(120,56,109); }
td.TdClassName
{
border-color: #78386D;
}
.TagClassName
{
border-color: #78386D;
}
</style>