Shades of Eminence #70476B
Tints of Eminence #70476B
RGB
CMYK
RGB Variations
Color information
#70476B (or 0x70476B) is known color: Eminence. HEX triplet: 70, 47 and 6B. RGB value is (112,71,107). Sum of RGB (Red+Green+Blue) = 112+71+107=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 71 (28.12% from 255 or 24.48% from 290); Blue value is 107 (42.19% from 255 or 36.90% from 290); Max value from RGB is 112 - color contains mainly: red. Hex color #70476B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70476B is #8FB894. Grayscale: #575757. Windows color (decimal): -9418901 or 7030640. OLE color: 7030640.
HSL color Cylindrical-coordinate representation of color #70476B: hue angle of 307.32º 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 #70476B is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 71 | 107 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.56 |
| HSL | 307.32º | 0.22% | 0.36% | - |
| HSV(B) | 307.32º | 0.37% | 0.44% | - |
| XYZ | 11.59 | 9.01 | 15.04 | - |
| YUV | 87.36 | 139.08 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 71 | 107 | 0 | 0.37 | 0.04 | 0.56 | 307.32 | 0.22 | 0.36 |
| Hex | 70 | 47 | 6B | 0 | 25 | 4 | 38 | 133 | 16 | 24 |
| Octal | 160 | 107 | 153 | 0 | 45 | 4 | 70 | 463 | 26 | 44 |
| Binary | 1110000 | 1000111 | 1101011 | 0 | 100101 | 100 | 111000 | 100110011 | 10110 | 100100 |
Color Harmonies of #70476B
Complementary color
Monochromatic Colors of #70476B
Black with #70476B
Text Example
Text Example
White with #70476B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70476B; }
p { color: rgb(112,71,107); }
H1.HeaderClassName
{
color: #70476B;
}
.AnyTagClassName
{
color: #70476B;
}
</style>
background-color css
<style>
a { background-color: #70476B; }
a { background-color: rgb(112,71,107); }
div.DivClassName
{
background-color: #70476B;
}
.BgClassName
{
background-color: #70476B;
}
</style>
border-color css
<style>
span { border-color: #70476B; }
span { border-color: rgb(112,71,107); }
td.TdClassName
{
border-color: #70476B;
}
.TagClassName
{
border-color: #70476B;
}
</style>