Shades of Eminence #783F6E
Tints of Eminence #783F6E
RGB
CMYK
RGB Variations
Color information
#783F6E (or 0x783F6E) is known color: Eminence. HEX triplet: 78, 3F and 6E. RGB value is (120,63,110). Sum of RGB (Red+Green+Blue) = 120+63+110=293 (38% of max value = 765). Red value is 120 (47.27% from 255 or 40.96% from 293); Green value is 63 (25% from 255 or 21.50% from 293); Blue value is 110 (43.36% from 255 or 37.54% from 293); Max value from RGB is 120 - color contains mainly: red. Hex color #783F6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783F6E is #87C091. Grayscale: #555555. Windows color (decimal): -8896658 or 7225208. OLE color: 7225208.
HSL color Cylindrical-coordinate representation of color #783F6E: hue angle of 310.53º degrees, saturation: 0.31, 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 #783F6E is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 63 | 110 | - |
| CMYK | 0 | 0.48 | 0.08 | 0.53 |
| HSL | 310.53º | 0.31% | 0.36% | - |
| HSV(B) | 310.53º | 0.48% | 0.47% | - |
| XYZ | 12.34 | 8.67 | 15.78 | - |
| YUV | 85.4 | 141.88 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 63 | 110 | 0 | 0.48 | 0.08 | 0.53 | 310.53 | 0.31 | 0.36 |
| Hex | 78 | 3F | 6E | 0 | 30 | 8 | 35 | 137 | 1F | 24 |
| Octal | 170 | 77 | 156 | 0 | 60 | 10 | 65 | 467 | 37 | 44 |
| Binary | 1111000 | 111111 | 1101110 | 0 | 110000 | 1000 | 110101 | 100110111 | 11111 | 100100 |
Color Harmonies of #783F6E
Complementary color
Monochromatic Colors of #783F6E
Black with #783F6E
Text Example
Text Example
White with #783F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783F6E; }
p { color: rgb(120,63,110); }
H1.HeaderClassName
{
color: #783F6E;
}
.AnyTagClassName
{
color: #783F6E;
}
</style>
background-color css
<style>
a { background-color: #783F6E; }
a { background-color: rgb(120,63,110); }
div.DivClassName
{
background-color: #783F6E;
}
.BgClassName
{
background-color: #783F6E;
}
</style>
border-color css
<style>
span { border-color: #783F6E; }
span { border-color: rgb(120,63,110); }
td.TdClassName
{
border-color: #783F6E;
}
.TagClassName
{
border-color: #783F6E;
}
</style>