Shades of Eminence #783F80
Tints of Eminence #783F80
RGB
CMYK
RGB Variations
Color information
#783F80 (or 0x783F80) is known color: Eminence. HEX triplet: 78, 3F and 80. RGB value is (120,63,128). Sum of RGB (Red+Green+Blue) = 120+63+128=311 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.59% from 311); Green value is 63 (25% from 255 or 20.26% from 311); Blue value is 128 (50.39% from 255 or 41.16% from 311); Max value from RGB is 128 - color contains mainly: blue. Hex color #783F80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #783F80 is #87C07F. Grayscale: #575757. Windows color (decimal): -8896640 or 8404856. OLE color: 8404856.
HSL color Cylindrical-coordinate representation of color #783F80: hue angle of 292.62º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #783F80 is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 120 | 63 | 128 | - |
| CMYK | 0.06 | 0.51 | 0 | 0.50 |
| HSL | 292.62º | 0.34% | 0.37% | - |
| HSV(B) | 292.62º | 0.51% | 0.5% | - |
| XYZ | 13.42 | 9.11 | 21.47 | - |
| YUV | 87.45 | 150.88 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 63 | 128 | 0.06 | 0.51 | 0 | 0.50 | 292.62 | 0.34 | 0.37 |
| Hex | 78 | 3F | 80 | 6 | 33 | 0 | 32 | 125 | 22 | 25 |
| Octal | 170 | 77 | 200 | 6 | 63 | 0 | 62 | 445 | 42 | 45 |
| Binary | 1111000 | 111111 | 10000000 | 110 | 110011 | 0 | 110010 | 100100101 | 100010 | 100101 |
Color Harmonies of #783F80
Complementary color
Monochromatic Colors of #783F80
Black with #783F80
Text Example
Text Example
White with #783F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783F80; }
p { color: rgb(120,63,128); }
H1.HeaderClassName
{
color: #783F80;
}
.AnyTagClassName
{
color: #783F80;
}
</style>
background-color css
<style>
a { background-color: #783F80; }
a { background-color: rgb(120,63,128); }
div.DivClassName
{
background-color: #783F80;
}
.BgClassName
{
background-color: #783F80;
}
</style>
border-color css
<style>
span { border-color: #783F80; }
span { border-color: rgb(120,63,128); }
td.TdClassName
{
border-color: #783F80;
}
.TagClassName
{
border-color: #783F80;
}
</style>