Shades of Eminence #70407C
Tints of Eminence #70407C
RGB
CMYK
RGB Variations
Color information
#70407C (or 0x70407C) is known color: Eminence. HEX triplet: 70, 40 and 7C. RGB value is (112,64,124). Sum of RGB (Red+Green+Blue) = 112+64+124=300 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.33% from 300); Green value is 64 (25.39% from 255 or 21.33% from 300); Blue value is 124 (48.83% from 255 or 41.33% from 300); Max value from RGB is 124 - color contains mainly: blue. Hex color #70407C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70407C is #8FBF83. Grayscale: #555555. Windows color (decimal): -9420676 or 8142960. OLE color: 8142960.
HSL color Cylindrical-coordinate representation of color #70407C: hue angle of 288º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70407C is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 64 | 124 | - |
| CMYK | 0.10 | 0.48 | 0 | 0.51 |
| HSL | 288º | 0.32% | 0.37% | - |
| HSV(B) | 288º | 0.48% | 0.49% | - |
| XYZ | 12.15 | 8.57 | 20.08 | - |
| YUV | 85.19 | 149.9 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 64 | 124 | 0.10 | 0.48 | 0 | 0.51 | 288 | 0.32 | 0.37 |
| Hex | 70 | 40 | 7C | A | 30 | 0 | 33 | 120 | 20 | 25 |
| Octal | 160 | 100 | 174 | 12 | 60 | 0 | 63 | 440 | 40 | 45 |
| Binary | 1110000 | 1000000 | 1111100 | 1010 | 110000 | 0 | 110011 | 100100000 | 100000 | 100101 |
Color Harmonies of #70407C
Complementary color
Monochromatic Colors of #70407C
Black with #70407C
Text Example
Text Example
White with #70407C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70407C; }
p { color: rgb(112,64,124); }
H1.HeaderClassName
{
color: #70407C;
}
.AnyTagClassName
{
color: #70407C;
}
</style>
background-color css
<style>
a { background-color: #70407C; }
a { background-color: rgb(112,64,124); }
div.DivClassName
{
background-color: #70407C;
}
.BgClassName
{
background-color: #70407C;
}
</style>
border-color css
<style>
span { border-color: #70407C; }
span { border-color: rgb(112,64,124); }
td.TdClassName
{
border-color: #70407C;
}
.TagClassName
{
border-color: #70407C;
}
</style>