Shades of Eminence #70427E
Tints of Eminence #70427E
RGB
CMYK
RGB Variations
Color information
#70427E (or 0x70427E) is known color: Eminence. HEX triplet: 70, 42 and 7E. RGB value is (112,66,126). Sum of RGB (Red+Green+Blue) = 112+66+126=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 66 (26.17% from 255 or 21.71% from 304); Blue value is 126 (49.61% from 255 or 41.45% from 304); Max value from RGB is 126 - color contains mainly: blue. Hex color #70427E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70427E is #8FBD81. Grayscale: #565656. Windows color (decimal): -9420162 or 8274544. OLE color: 8274544.
HSL color Cylindrical-coordinate representation of color #70427E: hue angle of 286º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70427E is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 66 | 126 | - |
| CMYK | 0.11 | 0.48 | 0 | 0.51 |
| HSL | 286º | 0.31% | 0.38% | - |
| HSV(B) | 286º | 0.48% | 0.49% | - |
| XYZ | 12.4 | 8.85 | 20.79 | - |
| YUV | 86.59 | 150.24 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 66 | 126 | 0.11 | 0.48 | 0 | 0.51 | 286 | 0.31 | 0.38 |
| Hex | 70 | 42 | 7E | B | 30 | 0 | 33 | 11E | 1F | 26 |
| Octal | 160 | 102 | 176 | 13 | 60 | 0 | 63 | 436 | 37 | 46 |
| Binary | 1110000 | 1000010 | 1111110 | 1011 | 110000 | 0 | 110011 | 100011110 | 11111 | 100110 |
Color Harmonies of #70427E
Complementary color
Monochromatic Colors of #70427E
Black with #70427E
Text Example
Text Example
White with #70427E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70427E; }
p { color: rgb(112,66,126); }
H1.HeaderClassName
{
color: #70427E;
}
.AnyTagClassName
{
color: #70427E;
}
</style>
background-color css
<style>
a { background-color: #70427E; }
a { background-color: rgb(112,66,126); }
div.DivClassName
{
background-color: #70427E;
}
.BgClassName
{
background-color: #70427E;
}
</style>
border-color css
<style>
span { border-color: #70427E; }
span { border-color: rgb(112,66,126); }
td.TdClassName
{
border-color: #70427E;
}
.TagClassName
{
border-color: #70427E;
}
</style>