Shades of Eminence #702A7E
Tints of Eminence #702A7E
RGB
CMYK
RGB Variations
Color information
#702A7E (or 0x702A7E) is known color: Eminence. HEX triplet: 70, 2A and 7E. RGB value is (112,42,126). Sum of RGB (Red+Green+Blue) = 112+42+126=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 42 (16.80% from 255 or 15% from 280); Blue value is 126 (49.61% from 255 or 45% from 280); Max value from RGB is 126 - color contains mainly: blue. Hex color #702A7E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702A7E is #8FD581. Grayscale: #484848. Windows color (decimal): -9426306 or 8268400. OLE color: 8268400.
HSL color Cylindrical-coordinate representation of color #702A7E: hue angle of 290º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #702A7E is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 42 | 126 | - |
| CMYK | 0.11 | 0.67 | 0 | 0.51 |
| HSL | 290º | 0.5% | 0.33% | - |
| HSV(B) | 290º | 0.67% | 0.49% | - |
| XYZ | 11.28 | 6.61 | 20.42 | - |
| YUV | 72.51 | 158.19 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 42 | 126 | 0.11 | 0.67 | 0 | 0.51 | 290 | 0.5 | 0.33 |
| Hex | 70 | 2A | 7E | B | 43 | 0 | 33 | 122 | 32 | 21 |
| Octal | 160 | 52 | 176 | 13 | 103 | 0 | 63 | 442 | 62 | 41 |
| Binary | 1110000 | 101010 | 1111110 | 1011 | 1000011 | 0 | 110011 | 100100010 | 110010 | 100001 |
Color Harmonies of #702A7E
Complementary color
Monochromatic Colors of #702A7E
Black with #702A7E
Text Example
Text Example
White with #702A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702A7E; }
p { color: rgb(112,42,126); }
H1.HeaderClassName
{
color: #702A7E;
}
.AnyTagClassName
{
color: #702A7E;
}
</style>
background-color css
<style>
a { background-color: #702A7E; }
a { background-color: rgb(112,42,126); }
div.DivClassName
{
background-color: #702A7E;
}
.BgClassName
{
background-color: #702A7E;
}
</style>
border-color css
<style>
span { border-color: #702A7E; }
span { border-color: rgb(112,42,126); }
td.TdClassName
{
border-color: #702A7E;
}
.TagClassName
{
border-color: #702A7E;
}
</style>