Shades of Eminence #70466F
Tints of Eminence #70466F
RGB
CMYK
RGB Variations
Color information
#70466F (or 0x70466F) is known color: Eminence. HEX triplet: 70, 46 and 6F. RGB value is (112,70,111). Sum of RGB (Red+Green+Blue) = 112+70+111=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 70 (27.73% from 255 or 23.89% from 293); Blue value is 111 (43.75% from 255 or 37.88% from 293); Max value from RGB is 112 - color contains mainly: red. Hex color #70466F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70466F is #8FB990. Grayscale: #575757. Windows color (decimal): -9419153 or 7292528. OLE color: 7292528.
HSL color Cylindrical-coordinate representation of color #70466F: hue angle of 301.43º 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 #70466F is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 70 | 111 | - |
| CMYK | 0 | 0.38 | 0.01 | 0.56 |
| HSL | 301.43º | 0.23% | 0.36% | - |
| HSV(B) | 301.43º | 0.38% | 0.44% | - |
| XYZ | 11.74 | 8.97 | 16.15 | - |
| YUV | 87.23 | 141.41 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 70 | 111 | 0 | 0.38 | 0.01 | 0.56 | 301.43 | 0.23 | 0.36 |
| Hex | 70 | 46 | 6F | 0 | 26 | 1 | 38 | 12D | 17 | 24 |
| Octal | 160 | 106 | 157 | 0 | 46 | 1 | 70 | 455 | 27 | 44 |
| Binary | 1110000 | 1000110 | 1101111 | 0 | 100110 | 1 | 111000 | 100101101 | 10111 | 100100 |
Color Harmonies of #70466F
Complementary color
Monochromatic Colors of #70466F
Black with #70466F
Text Example
Text Example
White with #70466F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70466F; }
p { color: rgb(112,70,111); }
H1.HeaderClassName
{
color: #70466F;
}
.AnyTagClassName
{
color: #70466F;
}
</style>
background-color css
<style>
a { background-color: #70466F; }
a { background-color: rgb(112,70,111); }
div.DivClassName
{
background-color: #70466F;
}
.BgClassName
{
background-color: #70466F;
}
</style>
border-color css
<style>
span { border-color: #70466F; }
span { border-color: rgb(112,70,111); }
td.TdClassName
{
border-color: #70466F;
}
.TagClassName
{
border-color: #70466F;
}
</style>