Shades of Eminence #70466E
Tints of Eminence #70466E
RGB
CMYK
RGB Variations
Color information
#70466E (or 0x70466E) is known color: Eminence. HEX triplet: 70, 46 and 6E. RGB value is (112,70,110). Sum of RGB (Red+Green+Blue) = 112+70+110=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 70 (27.73% from 255 or 23.97% from 292); Blue value is 110 (43.36% from 255 or 37.67% from 292); Max value from RGB is 112 - color contains mainly: red. Hex color #70466E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70466E is #8FB991. Grayscale: #575757. Windows color (decimal): -9419154 or 7226992. OLE color: 7226992.
HSL color Cylindrical-coordinate representation of color #70466E: hue angle of 302.86º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #70466E is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 70 | 110 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.56 |
| HSL | 302.86º | 0.23% | 0.36% | - |
| HSV(B) | 302.86º | 0.38% | 0.44% | - |
| XYZ | 11.69 | 8.95 | 15.86 | - |
| YUV | 87.12 | 140.91 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 70 | 110 | 0 | 0.38 | 0.02 | 0.56 | 302.86 | 0.23 | 0.36 |
| Hex | 70 | 46 | 6E | 0 | 26 | 2 | 38 | 12F | 17 | 24 |
| Octal | 160 | 106 | 156 | 0 | 46 | 2 | 70 | 457 | 27 | 44 |
| Binary | 1110000 | 1000110 | 1101110 | 0 | 100110 | 10 | 111000 | 100101111 | 10111 | 100100 |
Color Harmonies of #70466E
Complementary color
Monochromatic Colors of #70466E
Black with #70466E
Text Example
Text Example
White with #70466E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70466E; }
p { color: rgb(112,70,110); }
H1.HeaderClassName
{
color: #70466E;
}
.AnyTagClassName
{
color: #70466E;
}
</style>
background-color css
<style>
a { background-color: #70466E; }
a { background-color: rgb(112,70,110); }
div.DivClassName
{
background-color: #70466E;
}
.BgClassName
{
background-color: #70466E;
}
</style>
border-color css
<style>
span { border-color: #70466E; }
span { border-color: rgb(112,70,110); }
td.TdClassName
{
border-color: #70466E;
}
.TagClassName
{
border-color: #70466E;
}
</style>