Shades of Eminence #70396D
Tints of Eminence #70396D
RGB
CMYK
RGB Variations
Color information
#70396D (or 0x70396D) is known color: Eminence. HEX triplet: 70, 39 and 6D. RGB value is (112,57,109). Sum of RGB (Red+Green+Blue) = 112+57+109=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 57 (22.66% from 255 or 20.50% from 278); Blue value is 109 (42.97% from 255 or 39.21% from 278); Max value from RGB is 112 - color contains mainly: red. Hex color #70396D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70396D is #8FC692. Grayscale: #4F4F4F. Windows color (decimal): -9422483 or 7158128. OLE color: 7158128.
HSL color Cylindrical-coordinate representation of color #70396D: hue angle of 303.27º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70396D is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 57 | 109 | - |
| CMYK | 0 | 0.49 | 0.03 | 0.56 |
| HSL | 303.27º | 0.33% | 0.33% | - |
| HSV(B) | 303.27º | 0.49% | 0.44% | - |
| XYZ | 10.91 | 7.48 | 15.34 | - |
| YUV | 79.37 | 144.72 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 57 | 109 | 0 | 0.49 | 0.03 | 0.56 | 303.27 | 0.33 | 0.33 |
| Hex | 70 | 39 | 6D | 0 | 31 | 3 | 38 | 12F | 21 | 21 |
| Octal | 160 | 71 | 155 | 0 | 61 | 3 | 70 | 457 | 41 | 41 |
| Binary | 1110000 | 111001 | 1101101 | 0 | 110001 | 11 | 111000 | 100101111 | 100001 | 100001 |
Color Harmonies of #70396D
Complementary color
Monochromatic Colors of #70396D
Black with #70396D
Text Example
Text Example
White with #70396D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70396D; }
p { color: rgb(112,57,109); }
H1.HeaderClassName
{
color: #70396D;
}
.AnyTagClassName
{
color: #70396D;
}
</style>
background-color css
<style>
a { background-color: #70396D; }
a { background-color: rgb(112,57,109); }
div.DivClassName
{
background-color: #70396D;
}
.BgClassName
{
background-color: #70396D;
}
</style>
border-color css
<style>
span { border-color: #70396D; }
span { border-color: rgb(112,57,109); }
td.TdClassName
{
border-color: #70396D;
}
.TagClassName
{
border-color: #70396D;
}
</style>