Shades of Eminence #70436C
Tints of Eminence #70436C
RGB
CMYK
RGB Variations
Color information
#70436C (or 0x70436C) is known color: Eminence. HEX triplet: 70, 43 and 6C. RGB value is (112,67,108). Sum of RGB (Red+Green+Blue) = 112+67+108=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 67 (26.56% from 255 or 23.34% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 112 - color contains mainly: red. Hex color #70436C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70436C is #8FBC93. Grayscale: #555555. Windows color (decimal): -9419924 or 7095152. OLE color: 7095152.
HSL color Cylindrical-coordinate representation of color #70436C: hue angle of 305.33º 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 #70436C is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 67 | 108 | - |
| CMYK | 0 | 0.40 | 0.04 | 0.56 |
| HSL | 305.33º | 0.25% | 0.35% | - |
| HSV(B) | 305.33º | 0.4% | 0.44% | - |
| XYZ | 11.4 | 8.54 | 15.24 | - |
| YUV | 85.13 | 140.91 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 67 | 108 | 0 | 0.40 | 0.04 | 0.56 | 305.33 | 0.25 | 0.35 |
| Hex | 70 | 43 | 6C | 0 | 28 | 4 | 38 | 131 | 19 | 23 |
| Octal | 160 | 103 | 154 | 0 | 50 | 4 | 70 | 461 | 31 | 43 |
| Binary | 1110000 | 1000011 | 1101100 | 0 | 101000 | 100 | 111000 | 100110001 | 11001 | 100011 |
Color Harmonies of #70436C
Complementary color
Monochromatic Colors of #70436C
Black with #70436C
Text Example
Text Example
White with #70436C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70436C; }
p { color: rgb(112,67,108); }
H1.HeaderClassName
{
color: #70436C;
}
.AnyTagClassName
{
color: #70436C;
}
</style>
background-color css
<style>
a { background-color: #70436C; }
a { background-color: rgb(112,67,108); }
div.DivClassName
{
background-color: #70436C;
}
.BgClassName
{
background-color: #70436C;
}
</style>
border-color css
<style>
span { border-color: #70436C; }
span { border-color: rgb(112,67,108); }
td.TdClassName
{
border-color: #70436C;
}
.TagClassName
{
border-color: #70436C;
}
</style>