Shades of Eminence #70317E
Tints of Eminence #70317E
RGB
CMYK
RGB Variations
Color information
#70317E (or 0x70317E) is known color: Eminence. HEX triplet: 70, 31 and 7E. RGB value is (112,49,126). Sum of RGB (Red+Green+Blue) = 112+49+126=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 49 (19.53% from 255 or 17.07% from 287); Blue value is 126 (49.61% from 255 or 43.90% from 287); Max value from RGB is 126 - color contains mainly: blue. Hex color #70317E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70317E is #8FCE81. Grayscale: #4C4C4C. Windows color (decimal): -9424514 or 8270192. OLE color: 8270192.
HSL color Cylindrical-coordinate representation of color #70317E: hue angle of 289.09º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #70317E is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 49 | 126 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.51 |
| HSL | 289.09º | 0.44% | 0.34% | - |
| HSV(B) | 289.09º | 0.61% | 0.49% | - |
| XYZ | 11.55 | 7.15 | 20.51 | - |
| YUV | 76.62 | 155.87 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 49 | 126 | 0.11 | 0.61 | 0 | 0.51 | 289.09 | 0.44 | 0.34 |
| Hex | 70 | 31 | 7E | B | 3D | 0 | 33 | 121 | 2C | 22 |
| Octal | 160 | 61 | 176 | 13 | 75 | 0 | 63 | 441 | 54 | 42 |
| Binary | 1110000 | 110001 | 1111110 | 1011 | 111101 | 0 | 110011 | 100100001 | 101100 | 100010 |
Color Harmonies of #70317E
Complementary color
Monochromatic Colors of #70317E
Black with #70317E
Text Example
Text Example
White with #70317E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70317E; }
p { color: rgb(112,49,126); }
H1.HeaderClassName
{
color: #70317E;
}
.AnyTagClassName
{
color: #70317E;
}
</style>
background-color css
<style>
a { background-color: #70317E; }
a { background-color: rgb(112,49,126); }
div.DivClassName
{
background-color: #70317E;
}
.BgClassName
{
background-color: #70317E;
}
</style>
border-color css
<style>
span { border-color: #70317E; }
span { border-color: rgb(112,49,126); }
td.TdClassName
{
border-color: #70317E;
}
.TagClassName
{
border-color: #70317E;
}
</style>