Shades of Eminence #70297B
Tints of Eminence #70297B
RGB
CMYK
RGB Variations
Color information
#70297B (or 0x70297B) is known color: Eminence. HEX triplet: 70, 29 and 7B. RGB value is (112,41,123). Sum of RGB (Red+Green+Blue) = 112+41+123=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 41 (16.41% from 255 or 14.86% from 276); Blue value is 123 (48.44% from 255 or 44.57% from 276); Max value from RGB is 123 - color contains mainly: blue. Hex color #70297B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70297B is #8FD684. Grayscale: #474747. Windows color (decimal): -9426565 or 8071536. OLE color: 8071536.
HSL color Cylindrical-coordinate representation of color #70297B: hue angle of 291.95º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #70297B is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 112 | 41 | 123 | - |
| CMYK | 0.09 | 0.67 | 0 | 0.52 |
| HSL | 291.95º | 0.5% | 0.32% | - |
| HSV(B) | 291.95º | 0.67% | 0.48% | - |
| XYZ | 11.05 | 6.46 | 19.4 | - |
| YUV | 71.58 | 157.02 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 41 | 123 | 0.09 | 0.67 | 0 | 0.52 | 291.95 | 0.5 | 0.32 |
| Hex | 70 | 29 | 7B | 9 | 43 | 0 | 34 | 124 | 32 | 20 |
| Octal | 160 | 51 | 173 | 11 | 103 | 0 | 64 | 444 | 62 | 40 |
| Binary | 1110000 | 101001 | 1111011 | 1001 | 1000011 | 0 | 110100 | 100100100 | 110010 | 100000 |
Color Harmonies of #70297B
Complementary color
Monochromatic Colors of #70297B
Black with #70297B
Text Example
Text Example
White with #70297B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70297B; }
p { color: rgb(112,41,123); }
H1.HeaderClassName
{
color: #70297B;
}
.AnyTagClassName
{
color: #70297B;
}
</style>
background-color css
<style>
a { background-color: #70297B; }
a { background-color: rgb(112,41,123); }
div.DivClassName
{
background-color: #70297B;
}
.BgClassName
{
background-color: #70297B;
}
</style>
border-color css
<style>
span { border-color: #70297B; }
span { border-color: rgb(112,41,123); }
td.TdClassName
{
border-color: #70297B;
}
.TagClassName
{
border-color: #70297B;
}
</style>