Shades of Eminence #70426A
Tints of Eminence #70426A
RGB
CMYK
RGB Variations
Color information
#70426A (or 0x70426A) is known color: Eminence. HEX triplet: 70, 42 and 6A. RGB value is (112,66,106). Sum of RGB (Red+Green+Blue) = 112+66+106=284 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.44% from 284); Green value is 66 (26.17% from 255 or 23.24% from 284); Blue value is 106 (41.80% from 255 or 37.32% from 284); Max value from RGB is 112 - color contains mainly: red. Hex color #70426A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70426A is #8FBD95. Grayscale: #545454. Windows color (decimal): -9420182 or 6963824. OLE color: 6963824.
HSL color Cylindrical-coordinate representation of color #70426A: hue angle of 307.83º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #70426A is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 66 | 106 | - |
| CMYK | 0 | 0.41 | 0.05 | 0.56 |
| HSL | 307.83º | 0.26% | 0.35% | - |
| HSV(B) | 307.83º | 0.41% | 0.44% | - |
| XYZ | 11.23 | 8.38 | 14.66 | - |
| YUV | 84.31 | 140.24 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 66 | 106 | 0 | 0.41 | 0.05 | 0.56 | 307.83 | 0.26 | 0.35 |
| Hex | 70 | 42 | 6A | 0 | 29 | 5 | 38 | 134 | 1A | 23 |
| Octal | 160 | 102 | 152 | 0 | 51 | 5 | 70 | 464 | 32 | 43 |
| Binary | 1110000 | 1000010 | 1101010 | 0 | 101001 | 101 | 111000 | 100110100 | 11010 | 100011 |
Color Harmonies of #70426A
Complementary color
Monochromatic Colors of #70426A
Black with #70426A
Text Example
Text Example
White with #70426A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70426A; }
p { color: rgb(112,66,106); }
H1.HeaderClassName
{
color: #70426A;
}
.AnyTagClassName
{
color: #70426A;
}
</style>
background-color css
<style>
a { background-color: #70426A; }
a { background-color: rgb(112,66,106); }
div.DivClassName
{
background-color: #70426A;
}
.BgClassName
{
background-color: #70426A;
}
</style>
border-color css
<style>
span { border-color: #70426A; }
span { border-color: rgb(112,66,106); }
td.TdClassName
{
border-color: #70426A;
}
.TagClassName
{
border-color: #70426A;
}
</style>