Shades of Eminence #783D6E
Tints of Eminence #783D6E
RGB
CMYK
RGB Variations
Color information
#783D6E (or 0x783D6E) is known color: Eminence. HEX triplet: 78, 3D and 6E. RGB value is (120,61,110). Sum of RGB (Red+Green+Blue) = 120+61+110=291 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.24% from 291); Green value is 61 (24.22% from 255 or 20.96% from 291); Blue value is 110 (43.36% from 255 or 37.80% from 291); Max value from RGB is 120 - color contains mainly: red. Hex color #783D6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783D6E is #87C291. Grayscale: #545454. Windows color (decimal): -8897170 or 7224696. OLE color: 7224696.
HSL color Cylindrical-coordinate representation of color #783D6E: hue angle of 310.17º 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 #783D6E is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 61 | 110 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.53 |
| HSL | 310.17º | 0.33% | 0.35% | - |
| HSV(B) | 310.17º | 0.49% | 0.47% | - |
| XYZ | 12.23 | 8.46 | 15.74 | - |
| YUV | 84.23 | 142.55 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 61 | 110 | 0 | 0.49 | 0.08 | 0.53 | 310.17 | 0.33 | 0.35 |
| Hex | 78 | 3D | 6E | 0 | 31 | 8 | 35 | 136 | 21 | 23 |
| Octal | 170 | 75 | 156 | 0 | 61 | 10 | 65 | 466 | 41 | 43 |
| Binary | 1111000 | 111101 | 1101110 | 0 | 110001 | 1000 | 110101 | 100110110 | 100001 | 100011 |
Color Harmonies of #783D6E
Complementary color
Monochromatic Colors of #783D6E
Black with #783D6E
Text Example
Text Example
White with #783D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783D6E; }
p { color: rgb(120,61,110); }
H1.HeaderClassName
{
color: #783D6E;
}
.AnyTagClassName
{
color: #783D6E;
}
</style>
background-color css
<style>
a { background-color: #783D6E; }
a { background-color: rgb(120,61,110); }
div.DivClassName
{
background-color: #783D6E;
}
.BgClassName
{
background-color: #783D6E;
}
</style>
border-color css
<style>
span { border-color: #783D6E; }
span { border-color: rgb(120,61,110); }
td.TdClassName
{
border-color: #783D6E;
}
.TagClassName
{
border-color: #783D6E;
}
</style>