Shades of Eminence #70476C
Tints of Eminence #70476C
RGB
CMYK
RGB Variations
Color information
#70476C (or 0x70476C) is known color: Eminence. HEX triplet: 70, 47 and 6C. RGB value is (112,71,108). Sum of RGB (Red+Green+Blue) = 112+71+108=291 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.49% from 291); Green value is 71 (28.12% from 255 or 24.40% from 291); Blue value is 108 (42.58% from 255 or 37.11% from 291); Max value from RGB is 112 - color contains mainly: red. Hex color #70476C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70476C is #8FB893. Grayscale: #575757. Windows color (decimal): -9418900 or 7096176. OLE color: 7096176.
HSL color Cylindrical-coordinate representation of color #70476C: hue angle of 305.85º 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 #70476C is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 71 | 108 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.56 |
| HSL | 305.85º | 0.22% | 0.36% | - |
| HSV(B) | 305.85º | 0.37% | 0.44% | - |
| XYZ | 11.64 | 9.03 | 15.32 | - |
| YUV | 87.48 | 139.58 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 71 | 108 | 0 | 0.37 | 0.04 | 0.56 | 305.85 | 0.22 | 0.36 |
| Hex | 70 | 47 | 6C | 0 | 25 | 4 | 38 | 132 | 16 | 24 |
| Octal | 160 | 107 | 154 | 0 | 45 | 4 | 70 | 462 | 26 | 44 |
| Binary | 1110000 | 1000111 | 1101100 | 0 | 100101 | 100 | 111000 | 100110010 | 10110 | 100100 |
Color Harmonies of #70476C
Complementary color
Monochromatic Colors of #70476C
Black with #70476C
Text Example
Text Example
White with #70476C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70476C; }
p { color: rgb(112,71,108); }
H1.HeaderClassName
{
color: #70476C;
}
.AnyTagClassName
{
color: #70476C;
}
</style>
background-color css
<style>
a { background-color: #70476C; }
a { background-color: rgb(112,71,108); }
div.DivClassName
{
background-color: #70476C;
}
.BgClassName
{
background-color: #70476C;
}
</style>
border-color css
<style>
span { border-color: #70476C; }
span { border-color: rgb(112,71,108); }
td.TdClassName
{
border-color: #70476C;
}
.TagClassName
{
border-color: #70476C;
}
</style>