Shades of Eminence #783B71
Tints of Eminence #783B71
RGB
CMYK
RGB Variations
Color information
#783B71 (or 0x783B71) is known color: Eminence. HEX triplet: 78, 3B and 71. RGB value is (120,59,113). Sum of RGB (Red+Green+Blue) = 120+59+113=292 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.10% from 292); Green value is 59 (23.44% from 255 or 20.21% from 292); Blue value is 113 (44.53% from 255 or 38.70% from 292); Max value from RGB is 120 - color contains mainly: red. Hex color #783B71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783B71 is #87C48E. Grayscale: #535353. Windows color (decimal): -8897679 or 7420792. OLE color: 7420792.
HSL color Cylindrical-coordinate representation of color #783B71: hue angle of 306.89º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #783B71 is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 59 | 113 | - |
| CMYK | 0 | 0.51 | 0.06 | 0.53 |
| HSL | 306.89º | 0.34% | 0.35% | - |
| HSV(B) | 306.89º | 0.51% | 0.47% | - |
| XYZ | 12.29 | 8.31 | 16.58 | - |
| YUV | 83.4 | 144.71 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 59 | 113 | 0 | 0.51 | 0.06 | 0.53 | 306.89 | 0.34 | 0.35 |
| Hex | 78 | 3B | 71 | 0 | 33 | 6 | 35 | 133 | 22 | 23 |
| Octal | 170 | 73 | 161 | 0 | 63 | 6 | 65 | 463 | 42 | 43 |
| Binary | 1111000 | 111011 | 1110001 | 0 | 110011 | 110 | 110101 | 100110011 | 100010 | 100011 |
Color Harmonies of #783B71
Complementary color
Monochromatic Colors of #783B71
Black with #783B71
Text Example
Text Example
White with #783B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783B71; }
p { color: rgb(120,59,113); }
H1.HeaderClassName
{
color: #783B71;
}
.AnyTagClassName
{
color: #783B71;
}
</style>
background-color css
<style>
a { background-color: #783B71; }
a { background-color: rgb(120,59,113); }
div.DivClassName
{
background-color: #783B71;
}
.BgClassName
{
background-color: #783B71;
}
</style>
border-color css
<style>
span { border-color: #783B71; }
span { border-color: rgb(120,59,113); }
td.TdClassName
{
border-color: #783B71;
}
.TagClassName
{
border-color: #783B71;
}
</style>