Shades of Eminence #70436B
Tints of Eminence #70436B
RGB
CMYK
RGB Variations
Color information
#70436B (or 0x70436B) is known color: Eminence. HEX triplet: 70, 43 and 6B. RGB value is (112,67,107). Sum of RGB (Red+Green+Blue) = 112+67+107=286 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.16% from 286); Green value is 67 (26.56% from 255 or 23.43% from 286); Blue value is 107 (42.19% from 255 or 37.41% from 286); Max value from RGB is 112 - color contains mainly: red. Hex color #70436B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70436B is #8FBC94. Grayscale: #545454. Windows color (decimal): -9419925 or 7029616. OLE color: 7029616.
HSL color Cylindrical-coordinate representation of color #70436B: hue angle of 306.67º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70436B is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 67 | 107 | - |
| CMYK | 0 | 0.40 | 0.04 | 0.56 |
| HSL | 306.67º | 0.25% | 0.35% | - |
| HSV(B) | 306.67º | 0.4% | 0.44% | - |
| XYZ | 11.34 | 8.52 | 14.96 | - |
| YUV | 85.02 | 140.41 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 67 | 107 | 0 | 0.40 | 0.04 | 0.56 | 306.67 | 0.25 | 0.35 |
| Hex | 70 | 43 | 6B | 0 | 28 | 4 | 38 | 133 | 19 | 23 |
| Octal | 160 | 103 | 153 | 0 | 50 | 4 | 70 | 463 | 31 | 43 |
| Binary | 1110000 | 1000011 | 1101011 | 0 | 101000 | 100 | 111000 | 100110011 | 11001 | 100011 |
Color Harmonies of #70436B
Complementary color
Monochromatic Colors of #70436B
Black with #70436B
Text Example
Text Example
White with #70436B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70436B; }
p { color: rgb(112,67,107); }
H1.HeaderClassName
{
color: #70436B;
}
.AnyTagClassName
{
color: #70436B;
}
</style>
background-color css
<style>
a { background-color: #70436B; }
a { background-color: rgb(112,67,107); }
div.DivClassName
{
background-color: #70436B;
}
.BgClassName
{
background-color: #70436B;
}
</style>
border-color css
<style>
span { border-color: #70436B; }
span { border-color: rgb(112,67,107); }
td.TdClassName
{
border-color: #70436B;
}
.TagClassName
{
border-color: #70436B;
}
</style>