Shades of Eminence #702F7E
Tints of Eminence #702F7E
RGB
CMYK
RGB Variations
Color information
#702F7E (or 0x702F7E) is known color: Eminence. HEX triplet: 70, 2F and 7E. RGB value is (112,47,126). Sum of RGB (Red+Green+Blue) = 112+47+126=285 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.30% from 285); Green value is 47 (18.75% from 255 or 16.49% from 285); Blue value is 126 (49.61% from 255 or 44.21% from 285); Max value from RGB is 126 - color contains mainly: blue. Hex color #702F7E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702F7E is #8FD081. Grayscale: #4B4B4B. Windows color (decimal): -9425026 or 8269680. OLE color: 8269680.
HSL color Cylindrical-coordinate representation of color #702F7E: hue angle of 289.37º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #702F7E is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 47 | 126 | - |
| CMYK | 0.11 | 0.63 | 0 | 0.51 |
| HSL | 289.37º | 0.46% | 0.34% | - |
| HSV(B) | 289.37º | 0.63% | 0.49% | - |
| XYZ | 11.46 | 6.98 | 20.48 | - |
| YUV | 75.44 | 156.53 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 47 | 126 | 0.11 | 0.63 | 0 | 0.51 | 289.37 | 0.46 | 0.34 |
| Hex | 70 | 2F | 7E | B | 3F | 0 | 33 | 121 | 2E | 22 |
| Octal | 160 | 57 | 176 | 13 | 77 | 0 | 63 | 441 | 56 | 42 |
| Binary | 1110000 | 101111 | 1111110 | 1011 | 111111 | 0 | 110011 | 100100001 | 101110 | 100010 |
Color Harmonies of #702F7E
Complementary color
Monochromatic Colors of #702F7E
Black with #702F7E
Text Example
Text Example
White with #702F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702F7E; }
p { color: rgb(112,47,126); }
H1.HeaderClassName
{
color: #702F7E;
}
.AnyTagClassName
{
color: #702F7E;
}
</style>
background-color css
<style>
a { background-color: #702F7E; }
a { background-color: rgb(112,47,126); }
div.DivClassName
{
background-color: #702F7E;
}
.BgClassName
{
background-color: #702F7E;
}
</style>
border-color css
<style>
span { border-color: #702F7E; }
span { border-color: rgb(112,47,126); }
td.TdClassName
{
border-color: #702F7E;
}
.TagClassName
{
border-color: #702F7E;
}
</style>