Shades of Eminence #70416B
Tints of Eminence #70416B
RGB
CMYK
RGB Variations
Color information
#70416B (or 0x70416B) is known color: Eminence. HEX triplet: 70, 41 and 6B. RGB value is (112,65,107). Sum of RGB (Red+Green+Blue) = 112+65+107=284 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.44% from 284); Green value is 65 (25.78% from 255 or 22.89% from 284); Blue value is 107 (42.19% from 255 or 37.68% from 284); Max value from RGB is 112 - color contains mainly: red. Hex color #70416B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70416B is #8FBE94. Grayscale: #535353. Windows color (decimal): -9420437 or 7029104. OLE color: 7029104.
HSL color Cylindrical-coordinate representation of color #70416B: hue angle of 306.38º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #70416B is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 65 | 107 | - |
| CMYK | 0 | 0.42 | 0.04 | 0.56 |
| HSL | 306.38º | 0.27% | 0.35% | - |
| HSV(B) | 306.38º | 0.42% | 0.44% | - |
| XYZ | 11.23 | 8.29 | 14.92 | - |
| YUV | 83.84 | 141.07 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 65 | 107 | 0 | 0.42 | 0.04 | 0.56 | 306.38 | 0.27 | 0.35 |
| Hex | 70 | 41 | 6B | 0 | 2A | 4 | 38 | 132 | 1B | 23 |
| Octal | 160 | 101 | 153 | 0 | 52 | 4 | 70 | 462 | 33 | 43 |
| Binary | 1110000 | 1000001 | 1101011 | 0 | 101010 | 100 | 111000 | 100110010 | 11011 | 100011 |
Color Harmonies of #70416B
Complementary color
Monochromatic Colors of #70416B
Black with #70416B
Text Example
Text Example
White with #70416B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70416B; }
p { color: rgb(112,65,107); }
H1.HeaderClassName
{
color: #70416B;
}
.AnyTagClassName
{
color: #70416B;
}
</style>
background-color css
<style>
a { background-color: #70416B; }
a { background-color: rgb(112,65,107); }
div.DivClassName
{
background-color: #70416B;
}
.BgClassName
{
background-color: #70416B;
}
</style>
border-color css
<style>
span { border-color: #70416B; }
span { border-color: rgb(112,65,107); }
td.TdClassName
{
border-color: #70416B;
}
.TagClassName
{
border-color: #70416B;
}
</style>