Shades of Eminence #783E6D
Tints of Eminence #783E6D
RGB
CMYK
RGB Variations
Color information
#783E6D (or 0x783E6D) is known color: Eminence. HEX triplet: 78, 3E and 6D. RGB value is (120,62,109). Sum of RGB (Red+Green+Blue) = 120+62+109=291 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.24% from 291); Green value is 62 (24.61% from 255 or 21.31% from 291); Blue value is 109 (42.97% from 255 or 37.46% from 291); Max value from RGB is 120 - color contains mainly: red. Hex color #783E6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783E6D is #87C192. Grayscale: #545454. Windows color (decimal): -8896915 or 7159416. OLE color: 7159416.
HSL color Cylindrical-coordinate representation of color #783E6D: hue angle of 311.38º 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 #783E6D is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 62 | 109 | - |
| CMYK | 0 | 0.48 | 0.09 | 0.53 |
| HSL | 311.38º | 0.32% | 0.36% | - |
| HSV(B) | 311.38º | 0.48% | 0.47% | - |
| XYZ | 12.23 | 8.54 | 15.47 | - |
| YUV | 84.7 | 141.72 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 62 | 109 | 0 | 0.48 | 0.09 | 0.53 | 311.38 | 0.32 | 0.36 |
| Hex | 78 | 3E | 6D | 0 | 30 | 9 | 35 | 137 | 20 | 24 |
| Octal | 170 | 76 | 155 | 0 | 60 | 11 | 65 | 467 | 40 | 44 |
| Binary | 1111000 | 111110 | 1101101 | 0 | 110000 | 1001 | 110101 | 100110111 | 100000 | 100100 |
Color Harmonies of #783E6D
Complementary color
Monochromatic Colors of #783E6D
Black with #783E6D
Text Example
Text Example
White with #783E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783E6D; }
p { color: rgb(120,62,109); }
H1.HeaderClassName
{
color: #783E6D;
}
.AnyTagClassName
{
color: #783E6D;
}
</style>
background-color css
<style>
a { background-color: #783E6D; }
a { background-color: rgb(120,62,109); }
div.DivClassName
{
background-color: #783E6D;
}
.BgClassName
{
background-color: #783E6D;
}
</style>
border-color css
<style>
span { border-color: #783E6D; }
span { border-color: rgb(120,62,109); }
td.TdClassName
{
border-color: #783E6D;
}
.TagClassName
{
border-color: #783E6D;
}
</style>