Shades of Eminence #702C7E
Tints of Eminence #702C7E
RGB
CMYK
RGB Variations
Color information
#702C7E (or 0x702C7E) is known color: Eminence. HEX triplet: 70, 2C and 7E. RGB value is (112,44,126). Sum of RGB (Red+Green+Blue) = 112+44+126=282 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.72% from 282); Green value is 44 (17.58% from 255 or 15.60% from 282); Blue value is 126 (49.61% from 255 or 44.68% from 282); Max value from RGB is 126 - color contains mainly: blue. Hex color #702C7E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702C7E is #8FD381. Grayscale: #494949. Windows color (decimal): -9425794 or 8268912. OLE color: 8268912.
HSL color Cylindrical-coordinate representation of color #702C7E: hue angle of 289.76º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #702C7E is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 44 | 126 | - |
| CMYK | 0.11 | 0.65 | 0 | 0.51 |
| HSL | 289.76º | 0.48% | 0.33% | - |
| HSV(B) | 289.76º | 0.65% | 0.49% | - |
| XYZ | 11.35 | 6.75 | 20.44 | - |
| YUV | 73.68 | 157.53 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 44 | 126 | 0.11 | 0.65 | 0 | 0.51 | 289.76 | 0.48 | 0.33 |
| Hex | 70 | 2C | 7E | B | 41 | 0 | 33 | 122 | 30 | 21 |
| Octal | 160 | 54 | 176 | 13 | 101 | 0 | 63 | 442 | 60 | 41 |
| Binary | 1110000 | 101100 | 1111110 | 1011 | 1000001 | 0 | 110011 | 100100010 | 110000 | 100001 |
Color Harmonies of #702C7E
Complementary color
Monochromatic Colors of #702C7E
Black with #702C7E
Text Example
Text Example
White with #702C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702C7E; }
p { color: rgb(112,44,126); }
H1.HeaderClassName
{
color: #702C7E;
}
.AnyTagClassName
{
color: #702C7E;
}
</style>
background-color css
<style>
a { background-color: #702C7E; }
a { background-color: rgb(112,44,126); }
div.DivClassName
{
background-color: #702C7E;
}
.BgClassName
{
background-color: #702C7E;
}
</style>
border-color css
<style>
span { border-color: #702C7E; }
span { border-color: rgb(112,44,126); }
td.TdClassName
{
border-color: #702C7E;
}
.TagClassName
{
border-color: #702C7E;
}
</style>