Shades of Eminence #783D6D
Tints of Eminence #783D6D
RGB
CMYK
RGB Variations
Color information
#783D6D (or 0x783D6D) is known color: Eminence. HEX triplet: 78, 3D and 6D. RGB value is (120,61,109). Sum of RGB (Red+Green+Blue) = 120+61+109=290 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.38% from 290); Green value is 61 (24.22% from 255 or 21.03% from 290); Blue value is 109 (42.97% from 255 or 37.59% from 290); Max value from RGB is 120 - color contains mainly: red. Hex color #783D6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783D6D is #87C292. Grayscale: #535353. Windows color (decimal): -8897171 or 7159160. OLE color: 7159160.
HSL color Cylindrical-coordinate representation of color #783D6D: hue angle of 311.19º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #783D6D is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 61 | 109 | - |
| CMYK | 0 | 0.49 | 0.09 | 0.53 |
| HSL | 311.19º | 0.33% | 0.35% | - |
| HSV(B) | 311.19º | 0.49% | 0.47% | - |
| XYZ | 12.17 | 8.43 | 15.45 | - |
| YUV | 84.11 | 142.05 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 61 | 109 | 0 | 0.49 | 0.09 | 0.53 | 311.19 | 0.33 | 0.35 |
| Hex | 78 | 3D | 6D | 0 | 31 | 9 | 35 | 137 | 21 | 23 |
| Octal | 170 | 75 | 155 | 0 | 61 | 11 | 65 | 467 | 41 | 43 |
| Binary | 1111000 | 111101 | 1101101 | 0 | 110001 | 1001 | 110101 | 100110111 | 100001 | 100011 |
Color Harmonies of #783D6D
Complementary color
Monochromatic Colors of #783D6D
Black with #783D6D
Text Example
Text Example
White with #783D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783D6D; }
p { color: rgb(120,61,109); }
H1.HeaderClassName
{
color: #783D6D;
}
.AnyTagClassName
{
color: #783D6D;
}
</style>
background-color css
<style>
a { background-color: #783D6D; }
a { background-color: rgb(120,61,109); }
div.DivClassName
{
background-color: #783D6D;
}
.BgClassName
{
background-color: #783D6D;
}
</style>
border-color css
<style>
span { border-color: #783D6D; }
span { border-color: rgb(120,61,109); }
td.TdClassName
{
border-color: #783D6D;
}
.TagClassName
{
border-color: #783D6D;
}
</style>