Shades of Eminence #702A81
Tints of Eminence #702A81
RGB
CMYK
RGB Variations
Color information
#702A81 (or 0x702A81) is known color: Eminence. HEX triplet: 70, 2A and 81. RGB value is (112,42,129). Sum of RGB (Red+Green+Blue) = 112+42+129=283 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.58% from 283); Green value is 42 (16.80% from 255 or 14.84% from 283); Blue value is 129 (50.78% from 255 or 45.58% from 283); Max value from RGB is 129 - color contains mainly: blue. Hex color #702A81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702A81 is #8FD57E. Grayscale: #484848. Windows color (decimal): -9426303 or 8465008. OLE color: 8465008.
HSL color Cylindrical-coordinate representation of color #702A81: hue angle of 288.28º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #702A81 is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 42 | 129 | - |
| CMYK | 0.13 | 0.67 | 0 | 0.49 |
| HSL | 288.28º | 0.51% | 0.34% | - |
| HSV(B) | 288.28º | 0.67% | 0.51% | - |
| XYZ | 11.47 | 6.69 | 21.45 | - |
| YUV | 72.85 | 159.69 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 42 | 129 | 0.13 | 0.67 | 0 | 0.49 | 288.28 | 0.51 | 0.34 |
| Hex | 70 | 2A | 81 | D | 43 | 0 | 31 | 120 | 33 | 22 |
| Octal | 160 | 52 | 201 | 15 | 103 | 0 | 61 | 440 | 63 | 42 |
| Binary | 1110000 | 101010 | 10000001 | 1101 | 1000011 | 0 | 110001 | 100100000 | 110011 | 100010 |
Color Harmonies of #702A81
Complementary color
Monochromatic Colors of #702A81
Black with #702A81
Text Example
Text Example
White with #702A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702A81; }
p { color: rgb(112,42,129); }
H1.HeaderClassName
{
color: #702A81;
}
.AnyTagClassName
{
color: #702A81;
}
</style>
background-color css
<style>
a { background-color: #702A81; }
a { background-color: rgb(112,42,129); }
div.DivClassName
{
background-color: #702A81;
}
.BgClassName
{
background-color: #702A81;
}
</style>
border-color css
<style>
span { border-color: #702A81; }
span { border-color: rgb(112,42,129); }
td.TdClassName
{
border-color: #702A81;
}
.TagClassName
{
border-color: #702A81;
}
</style>