Shades of Eminence #70297F
Tints of Eminence #70297F
RGB
CMYK
RGB Variations
Color information
#70297F (or 0x70297F) is known color: Eminence. HEX triplet: 70, 29 and 7F. RGB value is (112,41,127). Sum of RGB (Red+Green+Blue) = 112+41+127=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 41 (16.41% from 255 or 14.64% from 280); Blue value is 127 (50% from 255 or 45.36% from 280); Max value from RGB is 127 - color contains mainly: blue. Hex color #70297F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70297F is #8FD680. Grayscale: #474747. Windows color (decimal): -9426561 or 8333680. OLE color: 8333680.
HSL color Cylindrical-coordinate representation of color #70297F: hue angle of 289.53º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #70297F is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 112 | 41 | 127 | - |
| CMYK | 0.12 | 0.68 | 0 | 0.50 |
| HSL | 289.53º | 0.51% | 0.33% | - |
| HSV(B) | 289.53º | 0.68% | 0.5% | - |
| XYZ | 11.31 | 6.56 | 20.75 | - |
| YUV | 72.03 | 159.02 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 41 | 127 | 0.12 | 0.68 | 0 | 0.50 | 289.53 | 0.51 | 0.33 |
| Hex | 70 | 29 | 7F | C | 44 | 0 | 32 | 122 | 33 | 21 |
| Octal | 160 | 51 | 177 | 14 | 104 | 0 | 62 | 442 | 63 | 41 |
| Binary | 1110000 | 101001 | 1111111 | 1100 | 1000100 | 0 | 110010 | 100100010 | 110011 | 100001 |
Color Harmonies of #70297F
Complementary color
Monochromatic Colors of #70297F
Black with #70297F
Text Example
Text Example
White with #70297F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70297F; }
p { color: rgb(112,41,127); }
H1.HeaderClassName
{
color: #70297F;
}
.AnyTagClassName
{
color: #70297F;
}
</style>
background-color css
<style>
a { background-color: #70297F; }
a { background-color: rgb(112,41,127); }
div.DivClassName
{
background-color: #70297F;
}
.BgClassName
{
background-color: #70297F;
}
</style>
border-color css
<style>
span { border-color: #70297F; }
span { border-color: rgb(112,41,127); }
td.TdClassName
{
border-color: #70297F;
}
.TagClassName
{
border-color: #70297F;
}
</style>