Shades of Eminence #702A80
Tints of Eminence #702A80
RGB
CMYK
RGB Variations
Color information
#702A80 (or 0x702A80) is known color: Eminence. HEX triplet: 70, 2A and 80. RGB value is (112,42,128). Sum of RGB (Red+Green+Blue) = 112+42+128=282 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.72% from 282); Green value is 42 (16.80% from 255 or 14.89% from 282); Blue value is 128 (50.39% from 255 or 45.39% from 282); Max value from RGB is 128 - color contains mainly: blue. Hex color #702A80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702A80 is #8FD57F. Grayscale: #484848. Windows color (decimal): -9426304 or 8399472. OLE color: 8399472.
HSL color Cylindrical-coordinate representation of color #702A80: hue angle of 288.84º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #702A80 is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 112 | 42 | 128 | - |
| CMYK | 0.12 | 0.67 | 0 | 0.50 |
| HSL | 288.84º | 0.51% | 0.33% | - |
| HSV(B) | 288.84º | 0.67% | 0.5% | - |
| XYZ | 11.41 | 6.66 | 21.11 | - |
| YUV | 72.73 | 159.19 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 42 | 128 | 0.12 | 0.67 | 0 | 0.50 | 288.84 | 0.51 | 0.33 |
| Hex | 70 | 2A | 80 | C | 43 | 0 | 32 | 121 | 33 | 21 |
| Octal | 160 | 52 | 200 | 14 | 103 | 0 | 62 | 441 | 63 | 41 |
| Binary | 1110000 | 101010 | 10000000 | 1100 | 1000011 | 0 | 110010 | 100100001 | 110011 | 100001 |
Color Harmonies of #702A80
Complementary color
Monochromatic Colors of #702A80
Black with #702A80
Text Example
Text Example
White with #702A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702A80; }
p { color: rgb(112,42,128); }
H1.HeaderClassName
{
color: #702A80;
}
.AnyTagClassName
{
color: #702A80;
}
</style>
background-color css
<style>
a { background-color: #702A80; }
a { background-color: rgb(112,42,128); }
div.DivClassName
{
background-color: #702A80;
}
.BgClassName
{
background-color: #702A80;
}
</style>
border-color css
<style>
span { border-color: #702A80; }
span { border-color: rgb(112,42,128); }
td.TdClassName
{
border-color: #702A80;
}
.TagClassName
{
border-color: #702A80;
}
</style>