Shades of Eminence #70456A
Tints of Eminence #70456A
RGB
CMYK
RGB Variations
Color information
#70456A (or 0x70456A) is known color: Eminence. HEX triplet: 70, 45 and 6A. RGB value is (112,69,106). Sum of RGB (Red+Green+Blue) = 112+69+106=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 69 (27.34% from 255 or 24.04% from 287); Blue value is 106 (41.80% from 255 or 36.93% from 287); Max value from RGB is 112 - color contains mainly: red. Hex color #70456A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70456A is #8FBA95. Grayscale: #555555. Windows color (decimal): -9419414 or 6964592. OLE color: 6964592.
HSL color Cylindrical-coordinate representation of color #70456A: hue angle of 308.37º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #70456A is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 69 | 106 | - |
| CMYK | 0 | 0.38 | 0.05 | 0.56 |
| HSL | 308.37º | 0.24% | 0.35% | - |
| HSV(B) | 308.37º | 0.38% | 0.44% | - |
| XYZ | 11.41 | 8.74 | 14.72 | - |
| YUV | 86.08 | 139.25 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 69 | 106 | 0 | 0.38 | 0.05 | 0.56 | 308.37 | 0.24 | 0.35 |
| Hex | 70 | 45 | 6A | 0 | 26 | 5 | 38 | 134 | 18 | 23 |
| Octal | 160 | 105 | 152 | 0 | 46 | 5 | 70 | 464 | 30 | 43 |
| Binary | 1110000 | 1000101 | 1101010 | 0 | 100110 | 101 | 111000 | 100110100 | 11000 | 100011 |
Color Harmonies of #70456A
Complementary color
Monochromatic Colors of #70456A
Black with #70456A
Text Example
Text Example
White with #70456A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70456A; }
p { color: rgb(112,69,106); }
H1.HeaderClassName
{
color: #70456A;
}
.AnyTagClassName
{
color: #70456A;
}
</style>
background-color css
<style>
a { background-color: #70456A; }
a { background-color: rgb(112,69,106); }
div.DivClassName
{
background-color: #70456A;
}
.BgClassName
{
background-color: #70456A;
}
</style>
border-color css
<style>
span { border-color: #70456A; }
span { border-color: rgb(112,69,106); }
td.TdClassName
{
border-color: #70456A;
}
.TagClassName
{
border-color: #70456A;
}
</style>