Shades of Eminence #783C70
Tints of Eminence #783C70
RGB
CMYK
RGB Variations
Color information
#783C70 (or 0x783C70) is known color: Eminence. HEX triplet: 78, 3C and 70. RGB value is (120,60,112). Sum of RGB (Red+Green+Blue) = 120+60+112=292 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.10% from 292); Green value is 60 (23.83% from 255 or 20.55% from 292); Blue value is 112 (44.14% from 255 or 38.36% from 292); Max value from RGB is 120 - color contains mainly: red. Hex color #783C70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783C70 is #87C38F. Grayscale: #535353. Windows color (decimal): -8897424 or 7355512. OLE color: 7355512.
HSL color Cylindrical-coordinate representation of color #783C70: hue angle of 308º 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 #783C70 is Cyan = 0, Magento = 0.5, Yellow = 0.07 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 60 | 112 | - |
| CMYK | 0 | 0.5 | 0.07 | 0.53 |
| HSL | 308º | 0.33% | 0.35% | - |
| HSV(B) | 308º | 0.5% | 0.47% | - |
| XYZ | 12.29 | 8.39 | 16.3 | - |
| YUV | 83.87 | 143.88 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 60 | 112 | 0 | 0.5 | 0.07 | 0.53 | 308 | 0.33 | 0.35 |
| Hex | 78 | 3C | 70 | 0 | 32 | 7 | 35 | 134 | 21 | 23 |
| Octal | 170 | 74 | 160 | 0 | 62 | 7 | 65 | 464 | 41 | 43 |
| Binary | 1111000 | 111100 | 1110000 | 0 | 110010 | 111 | 110101 | 100110100 | 100001 | 100011 |
Color Harmonies of #783C70
Complementary color
Monochromatic Colors of #783C70
Black with #783C70
Text Example
Text Example
White with #783C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783C70; }
p { color: rgb(120,60,112); }
H1.HeaderClassName
{
color: #783C70;
}
.AnyTagClassName
{
color: #783C70;
}
</style>
background-color css
<style>
a { background-color: #783C70; }
a { background-color: rgb(120,60,112); }
div.DivClassName
{
background-color: #783C70;
}
.BgClassName
{
background-color: #783C70;
}
</style>
border-color css
<style>
span { border-color: #783C70; }
span { border-color: rgb(120,60,112); }
td.TdClassName
{
border-color: #783C70;
}
.TagClassName
{
border-color: #783C70;
}
</style>