Shades of Eminence #783E72
Tints of Eminence #783E72
RGB
CMYK
RGB Variations
Color information
#783E72 (or 0x783E72) is known color: Eminence. HEX triplet: 78, 3E and 72. RGB value is (120,62,114). Sum of RGB (Red+Green+Blue) = 120+62+114=296 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.54% from 296); Green value is 62 (24.61% from 255 or 20.95% from 296); Blue value is 114 (44.92% from 255 or 38.51% from 296); Max value from RGB is 120 - color contains mainly: red. Hex color #783E72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783E72 is #87C18D. Grayscale: #555555. Windows color (decimal): -8896910 or 7487096. OLE color: 7487096.
HSL color Cylindrical-coordinate representation of color #783E72: hue angle of 306.21º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #783E72 is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 62 | 114 | - |
| CMYK | 0 | 0.48 | 0.05 | 0.53 |
| HSL | 306.21º | 0.32% | 0.36% | - |
| HSV(B) | 306.21º | 0.48% | 0.47% | - |
| XYZ | 12.51 | 8.65 | 16.93 | - |
| YUV | 85.27 | 144.22 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 62 | 114 | 0 | 0.48 | 0.05 | 0.53 | 306.21 | 0.32 | 0.36 |
| Hex | 78 | 3E | 72 | 0 | 30 | 5 | 35 | 132 | 20 | 24 |
| Octal | 170 | 76 | 162 | 0 | 60 | 5 | 65 | 462 | 40 | 44 |
| Binary | 1111000 | 111110 | 1110010 | 0 | 110000 | 101 | 110101 | 100110010 | 100000 | 100100 |
Color Harmonies of #783E72
Complementary color
Monochromatic Colors of #783E72
Black with #783E72
Text Example
Text Example
White with #783E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783E72; }
p { color: rgb(120,62,114); }
H1.HeaderClassName
{
color: #783E72;
}
.AnyTagClassName
{
color: #783E72;
}
</style>
background-color css
<style>
a { background-color: #783E72; }
a { background-color: rgb(120,62,114); }
div.DivClassName
{
background-color: #783E72;
}
.BgClassName
{
background-color: #783E72;
}
</style>
border-color css
<style>
span { border-color: #783E72; }
span { border-color: rgb(120,62,114); }
td.TdClassName
{
border-color: #783E72;
}
.TagClassName
{
border-color: #783E72;
}
</style>