Shades of Eminence #70337E
Tints of Eminence #70337E
RGB
CMYK
RGB Variations
Color information
#70337E (or 0x70337E) is known color: Eminence. HEX triplet: 70, 33 and 7E. RGB value is (112,51,126). Sum of RGB (Red+Green+Blue) = 112+51+126=289 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.75% from 289); Green value is 51 (20.31% from 255 or 17.65% from 289); Blue value is 126 (49.61% from 255 or 43.60% from 289); Max value from RGB is 126 - color contains mainly: blue. Hex color #70337E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70337E is #8FCC81. Grayscale: #4D4D4D. Windows color (decimal): -9424002 or 8270704. OLE color: 8270704.
HSL color Cylindrical-coordinate representation of color #70337E: hue angle of 288.8º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #70337E is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 51 | 126 | - |
| CMYK | 0.11 | 0.60 | 0 | 0.51 |
| HSL | 288.8º | 0.42% | 0.35% | - |
| HSV(B) | 288.8º | 0.6% | 0.49% | - |
| XYZ | 11.63 | 7.32 | 20.54 | - |
| YUV | 77.79 | 155.21 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 51 | 126 | 0.11 | 0.60 | 0 | 0.51 | 288.8 | 0.42 | 0.35 |
| Hex | 70 | 33 | 7E | B | 3C | 0 | 33 | 121 | 2A | 23 |
| Octal | 160 | 63 | 176 | 13 | 74 | 0 | 63 | 441 | 52 | 43 |
| Binary | 1110000 | 110011 | 1111110 | 1011 | 111100 | 0 | 110011 | 100100001 | 101010 | 100011 |
Color Harmonies of #70337E
Complementary color
Monochromatic Colors of #70337E
Black with #70337E
Text Example
Text Example
White with #70337E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70337E; }
p { color: rgb(112,51,126); }
H1.HeaderClassName
{
color: #70337E;
}
.AnyTagClassName
{
color: #70337E;
}
</style>
background-color css
<style>
a { background-color: #70337E; }
a { background-color: rgb(112,51,126); }
div.DivClassName
{
background-color: #70337E;
}
.BgClassName
{
background-color: #70337E;
}
</style>
border-color css
<style>
span { border-color: #70337E; }
span { border-color: rgb(112,51,126); }
td.TdClassName
{
border-color: #70337E;
}
.TagClassName
{
border-color: #70337E;
}
</style>