Shades of Eminence #70486E
Tints of Eminence #70486E
RGB
CMYK
RGB Variations
Color information
#70486E (or 0x70486E) is known color: Eminence. HEX triplet: 70, 48 and 6E. RGB value is (112,72,110). Sum of RGB (Red+Green+Blue) = 112+72+110=294 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.10% from 294); Green value is 72 (28.52% from 255 or 24.49% from 294); Blue value is 110 (43.36% from 255 or 37.41% from 294); Max value from RGB is 112 - color contains mainly: red. Hex color #70486E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70486E is #8FB791. Grayscale: #585858. Windows color (decimal): -9418642 or 7227504. OLE color: 7227504.
HSL color Cylindrical-coordinate representation of color #70486E: hue angle of 303º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #70486E is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 72 | 110 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.56 |
| HSL | 303º | 0.22% | 0.36% | - |
| HSV(B) | 303º | 0.36% | 0.44% | - |
| XYZ | 11.81 | 9.21 | 15.91 | - |
| YUV | 88.29 | 140.25 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 72 | 110 | 0 | 0.36 | 0.02 | 0.56 | 303 | 0.22 | 0.36 |
| Hex | 70 | 48 | 6E | 0 | 24 | 2 | 38 | 12F | 16 | 24 |
| Octal | 160 | 110 | 156 | 0 | 44 | 2 | 70 | 457 | 26 | 44 |
| Binary | 1110000 | 1001000 | 1101110 | 0 | 100100 | 10 | 111000 | 100101111 | 10110 | 100100 |
Color Harmonies of #70486E
Complementary color
Monochromatic Colors of #70486E
Black with #70486E
Text Example
Text Example
White with #70486E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70486E; }
p { color: rgb(112,72,110); }
H1.HeaderClassName
{
color: #70486E;
}
.AnyTagClassName
{
color: #70486E;
}
</style>
background-color css
<style>
a { background-color: #70486E; }
a { background-color: rgb(112,72,110); }
div.DivClassName
{
background-color: #70486E;
}
.BgClassName
{
background-color: #70486E;
}
</style>
border-color css
<style>
span { border-color: #70486E; }
span { border-color: rgb(112,72,110); }
td.TdClassName
{
border-color: #70486E;
}
.TagClassName
{
border-color: #70486E;
}
</style>