Shades of Eminence #783C6D
Tints of Eminence #783C6D
RGB
CMYK
RGB Variations
Color information
#783C6D (or 0x783C6D) is known color: Eminence. HEX triplet: 78, 3C and 6D. RGB value is (120,60,109). Sum of RGB (Red+Green+Blue) = 120+60+109=289 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.52% from 289); Green value is 60 (23.83% from 255 or 20.76% from 289); Blue value is 109 (42.97% from 255 or 37.72% from 289); Max value from RGB is 120 - color contains mainly: red. Hex color #783C6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783C6D is #87C392. Grayscale: #535353. Windows color (decimal): -8897427 or 7158904. OLE color: 7158904.
HSL color Cylindrical-coordinate representation of color #783C6D: hue angle of 311º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #783C6D is Cyan = 0, Magento = 0.5, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 60 | 109 | - |
| CMYK | 0 | 0.5 | 0.09 | 0.53 |
| HSL | 311º | 0.33% | 0.35% | - |
| HSV(B) | 311º | 0.5% | 0.47% | - |
| XYZ | 12.12 | 8.33 | 15.44 | - |
| YUV | 83.53 | 142.38 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 60 | 109 | 0 | 0.5 | 0.09 | 0.53 | 311 | 0.33 | 0.35 |
| Hex | 78 | 3C | 6D | 0 | 32 | 9 | 35 | 137 | 21 | 23 |
| Octal | 170 | 74 | 155 | 0 | 62 | 11 | 65 | 467 | 41 | 43 |
| Binary | 1111000 | 111100 | 1101101 | 0 | 110010 | 1001 | 110101 | 100110111 | 100001 | 100011 |
Color Harmonies of #783C6D
Complementary color
Monochromatic Colors of #783C6D
Black with #783C6D
Text Example
Text Example
White with #783C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783C6D; }
p { color: rgb(120,60,109); }
H1.HeaderClassName
{
color: #783C6D;
}
.AnyTagClassName
{
color: #783C6D;
}
</style>
background-color css
<style>
a { background-color: #783C6D; }
a { background-color: rgb(120,60,109); }
div.DivClassName
{
background-color: #783C6D;
}
.BgClassName
{
background-color: #783C6D;
}
</style>
border-color css
<style>
span { border-color: #783C6D; }
span { border-color: rgb(120,60,109); }
td.TdClassName
{
border-color: #783C6D;
}
.TagClassName
{
border-color: #783C6D;
}
</style>