Shades of Eminence #70416E
Tints of Eminence #70416E
RGB
CMYK
RGB Variations
Color information
#70416E (or 0x70416E) is known color: Eminence. HEX triplet: 70, 41 and 6E. RGB value is (112,65,110). Sum of RGB (Red+Green+Blue) = 112+65+110=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 110 (43.36% from 255 or 38.33% from 287); Max value from RGB is 112 - color contains mainly: red. Hex color #70416E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70416E is #8FBE91. Grayscale: #545454. Windows color (decimal): -9420434 or 7225712. OLE color: 7225712.
HSL color Cylindrical-coordinate representation of color #70416E: hue angle of 302.55º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #70416E is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 65 | 110 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.56 |
| HSL | 302.55º | 0.27% | 0.35% | - |
| HSV(B) | 302.55º | 0.42% | 0.44% | - |
| XYZ | 11.39 | 8.35 | 15.76 | - |
| YUV | 84.18 | 142.57 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 65 | 110 | 0 | 0.42 | 0.02 | 0.56 | 302.55 | 0.27 | 0.35 |
| Hex | 70 | 41 | 6E | 0 | 2A | 2 | 38 | 12F | 1B | 23 |
| Octal | 160 | 101 | 156 | 0 | 52 | 2 | 70 | 457 | 33 | 43 |
| Binary | 1110000 | 1000001 | 1101110 | 0 | 101010 | 10 | 111000 | 100101111 | 11011 | 100011 |
Color Harmonies of #70416E
Complementary color
Monochromatic Colors of #70416E
Black with #70416E
Text Example
Text Example
White with #70416E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70416E; }
p { color: rgb(112,65,110); }
H1.HeaderClassName
{
color: #70416E;
}
.AnyTagClassName
{
color: #70416E;
}
</style>
background-color css
<style>
a { background-color: #70416E; }
a { background-color: rgb(112,65,110); }
div.DivClassName
{
background-color: #70416E;
}
.BgClassName
{
background-color: #70416E;
}
</style>
border-color css
<style>
span { border-color: #70416E; }
span { border-color: rgb(112,65,110); }
td.TdClassName
{
border-color: #70416E;
}
.TagClassName
{
border-color: #70416E;
}
</style>