Shades of Eminence #70476A
Tints of Eminence #70476A
RGB
CMYK
RGB Variations
Color information
#70476A (or 0x70476A) is known color: Eminence. HEX triplet: 70, 47 and 6A. RGB value is (112,71,106). Sum of RGB (Red+Green+Blue) = 112+71+106=289 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.75% from 289); Green value is 71 (28.12% from 255 or 24.57% from 289); Blue value is 106 (41.80% from 255 or 36.68% from 289); Max value from RGB is 112 - color contains mainly: red. Hex color #70476A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70476A is #8FB895. Grayscale: #575757. Windows color (decimal): -9418902 or 6965104. OLE color: 6965104.
HSL color Cylindrical-coordinate representation of color #70476A: hue angle of 308.78º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #70476A is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 71 | 106 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.56 |
| HSL | 308.78º | 0.22% | 0.36% | - |
| HSV(B) | 308.78º | 0.37% | 0.44% | - |
| XYZ | 11.54 | 8.99 | 14.76 | - |
| YUV | 87.25 | 138.58 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 71 | 106 | 0 | 0.37 | 0.05 | 0.56 | 308.78 | 0.22 | 0.36 |
| Hex | 70 | 47 | 6A | 0 | 25 | 5 | 38 | 135 | 16 | 24 |
| Octal | 160 | 107 | 152 | 0 | 45 | 5 | 70 | 465 | 26 | 44 |
| Binary | 1110000 | 1000111 | 1101010 | 0 | 100101 | 101 | 111000 | 100110101 | 10110 | 100100 |
Color Harmonies of #70476A
Complementary color
Monochromatic Colors of #70476A
Black with #70476A
Text Example
Text Example
White with #70476A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70476A; }
p { color: rgb(112,71,106); }
H1.HeaderClassName
{
color: #70476A;
}
.AnyTagClassName
{
color: #70476A;
}
</style>
background-color css
<style>
a { background-color: #70476A; }
a { background-color: rgb(112,71,106); }
div.DivClassName
{
background-color: #70476A;
}
.BgClassName
{
background-color: #70476A;
}
</style>
border-color css
<style>
span { border-color: #70476A; }
span { border-color: rgb(112,71,106); }
td.TdClassName
{
border-color: #70476A;
}
.TagClassName
{
border-color: #70476A;
}
</style>