Shades of Eminence #702A82
Tints of Eminence #702A82
RGB
CMYK
RGB Variations
Color information
#702A82 (or 0x702A82) is known color: Eminence. HEX triplet: 70, 2A and 82. RGB value is (112,42,130). Sum of RGB (Red+Green+Blue) = 112+42+130=284 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.44% from 284); Green value is 42 (16.80% from 255 or 14.79% from 284); Blue value is 130 (51.17% from 255 or 45.77% from 284); Max value from RGB is 130 - color contains mainly: blue. Hex color #702A82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702A82 is #8FD57D. Grayscale: #484848. Windows color (decimal): -9426302 or 8530544. OLE color: 8530544.
HSL color Cylindrical-coordinate representation of color #702A82: hue angle of 287.73º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #702A82 is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 42 | 130 | - |
| CMYK | 0.14 | 0.68 | 0 | 0.49 |
| HSL | 287.73º | 0.51% | 0.34% | - |
| HSV(B) | 287.73º | 0.68% | 0.51% | - |
| XYZ | 11.54 | 6.71 | 21.81 | - |
| YUV | 72.96 | 160.19 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 42 | 130 | 0.14 | 0.68 | 0 | 0.49 | 287.73 | 0.51 | 0.34 |
| Hex | 70 | 2A | 82 | E | 44 | 0 | 31 | 120 | 33 | 22 |
| Octal | 160 | 52 | 202 | 16 | 104 | 0 | 61 | 440 | 63 | 42 |
| Binary | 1110000 | 101010 | 10000010 | 1110 | 1000100 | 0 | 110001 | 100100000 | 110011 | 100010 |
Color Harmonies of #702A82
Complementary color
Monochromatic Colors of #702A82
Black with #702A82
Text Example
Text Example
White with #702A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702A82; }
p { color: rgb(112,42,130); }
H1.HeaderClassName
{
color: #702A82;
}
.AnyTagClassName
{
color: #702A82;
}
</style>
background-color css
<style>
a { background-color: #702A82; }
a { background-color: rgb(112,42,130); }
div.DivClassName
{
background-color: #702A82;
}
.BgClassName
{
background-color: #702A82;
}
</style>
border-color css
<style>
span { border-color: #702A82; }
span { border-color: rgb(112,42,130); }
td.TdClassName
{
border-color: #702A82;
}
.TagClassName
{
border-color: #702A82;
}
</style>