Shades of Eminence #70496E
Tints of Eminence #70496E
RGB
CMYK
RGB Variations
Color information
#70496E (or 0x70496E) is known color: Eminence. HEX triplet: 70, 49 and 6E. RGB value is (112,73,110). Sum of RGB (Red+Green+Blue) = 112+73+110=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 73 (28.91% from 255 or 24.75% from 295); Blue value is 110 (43.36% from 255 or 37.29% from 295); Max value from RGB is 112 - color contains mainly: red. Hex color #70496E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70496E is #8FB691. Grayscale: #585858. Windows color (decimal): -9418386 or 7227760. OLE color: 7227760.
HSL color Cylindrical-coordinate representation of color #70496E: hue angle of 303.08º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #70496E is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 73 | 110 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.56 |
| HSL | 303.08º | 0.21% | 0.36% | - |
| HSV(B) | 303.08º | 0.35% | 0.44% | - |
| XYZ | 11.88 | 9.34 | 15.93 | - |
| YUV | 88.88 | 139.92 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 73 | 110 | 0 | 0.35 | 0.02 | 0.56 | 303.08 | 0.21 | 0.36 |
| Hex | 70 | 49 | 6E | 0 | 23 | 2 | 38 | 12F | 15 | 24 |
| Octal | 160 | 111 | 156 | 0 | 43 | 2 | 70 | 457 | 25 | 44 |
| Binary | 1110000 | 1001001 | 1101110 | 0 | 100011 | 10 | 111000 | 100101111 | 10101 | 100100 |
Color Harmonies of #70496E
Complementary color
Monochromatic Colors of #70496E
Black with #70496E
Text Example
Text Example
White with #70496E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70496E; }
p { color: rgb(112,73,110); }
H1.HeaderClassName
{
color: #70496E;
}
.AnyTagClassName
{
color: #70496E;
}
</style>
background-color css
<style>
a { background-color: #70496E; }
a { background-color: rgb(112,73,110); }
div.DivClassName
{
background-color: #70496E;
}
.BgClassName
{
background-color: #70496E;
}
</style>
border-color css
<style>
span { border-color: #70496E; }
span { border-color: rgb(112,73,110); }
td.TdClassName
{
border-color: #70496E;
}
.TagClassName
{
border-color: #70496E;
}
</style>