Shades of Eminence #702C7C
Tints of Eminence #702C7C
RGB
CMYK
RGB Variations
Color information
#702C7C (or 0x702C7C) is known color: Eminence. HEX triplet: 70, 2C and 7C. RGB value is (112,44,124). Sum of RGB (Red+Green+Blue) = 112+44+124=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 44 (17.58% from 255 or 15.71% from 280); Blue value is 124 (48.83% from 255 or 44.29% from 280); Max value from RGB is 124 - color contains mainly: blue. Hex color #702C7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702C7C is #8FD383. Grayscale: #494949. Windows color (decimal): -9425796 or 8137840. OLE color: 8137840.
HSL color Cylindrical-coordinate representation of color #702C7C: hue angle of 291º 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 #702C7C is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 44 | 124 | - |
| CMYK | 0.10 | 0.65 | 0 | 0.51 |
| HSL | 291º | 0.48% | 0.33% | - |
| HSV(B) | 291º | 0.65% | 0.49% | - |
| XYZ | 11.22 | 6.7 | 19.77 | - |
| YUV | 73.45 | 156.53 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 44 | 124 | 0.10 | 0.65 | 0 | 0.51 | 291 | 0.48 | 0.33 |
| Hex | 70 | 2C | 7C | A | 41 | 0 | 33 | 123 | 30 | 21 |
| Octal | 160 | 54 | 174 | 12 | 101 | 0 | 63 | 443 | 60 | 41 |
| Binary | 1110000 | 101100 | 1111100 | 1010 | 1000001 | 0 | 110011 | 100100011 | 110000 | 100001 |
Color Harmonies of #702C7C
Complementary color
Monochromatic Colors of #702C7C
Black with #702C7C
Text Example
Text Example
White with #702C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702C7C; }
p { color: rgb(112,44,124); }
H1.HeaderClassName
{
color: #702C7C;
}
.AnyTagClassName
{
color: #702C7C;
}
</style>
background-color css
<style>
a { background-color: #702C7C; }
a { background-color: rgb(112,44,124); }
div.DivClassName
{
background-color: #702C7C;
}
.BgClassName
{
background-color: #702C7C;
}
</style>
border-color css
<style>
span { border-color: #702C7C; }
span { border-color: rgb(112,44,124); }
td.TdClassName
{
border-color: #702C7C;
}
.TagClassName
{
border-color: #702C7C;
}
</style>