Shades of Eminence #70397A
Tints of Eminence #70397A
RGB
CMYK
RGB Variations
Color information
#70397A (or 0x70397A) is known color: Eminence. HEX triplet: 70, 39 and 7A. RGB value is (112,57,122). Sum of RGB (Red+Green+Blue) = 112+57+122=291 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.49% from 291); Green value is 57 (22.66% from 255 or 19.59% from 291); Blue value is 122 (48.05% from 255 or 41.92% from 291); Max value from RGB is 122 - color contains mainly: blue. Hex color #70397A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70397A is #8FC685. Grayscale: #505050. Windows color (decimal): -9422470 or 8010096. OLE color: 8010096.
HSL color Cylindrical-coordinate representation of color #70397A: hue angle of 290.77º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70397A is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 112 | 57 | 122 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.52 |
| HSL | 290.77º | 0.36% | 0.35% | - |
| HSV(B) | 290.77º | 0.53% | 0.48% | - |
| XYZ | 11.66 | 7.78 | 19.3 | - |
| YUV | 80.86 | 151.22 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 57 | 122 | 0.08 | 0.53 | 0 | 0.52 | 290.77 | 0.36 | 0.35 |
| Hex | 70 | 39 | 7A | 8 | 35 | 0 | 34 | 123 | 24 | 23 |
| Octal | 160 | 71 | 172 | 10 | 65 | 0 | 64 | 443 | 44 | 43 |
| Binary | 1110000 | 111001 | 1111010 | 1000 | 110101 | 0 | 110100 | 100100011 | 100100 | 100011 |
Color Harmonies of #70397A
Complementary color
Monochromatic Colors of #70397A
Black with #70397A
Text Example
Text Example
White with #70397A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70397A; }
p { color: rgb(112,57,122); }
H1.HeaderClassName
{
color: #70397A;
}
.AnyTagClassName
{
color: #70397A;
}
</style>
background-color css
<style>
a { background-color: #70397A; }
a { background-color: rgb(112,57,122); }
div.DivClassName
{
background-color: #70397A;
}
.BgClassName
{
background-color: #70397A;
}
</style>
border-color css
<style>
span { border-color: #70397A; }
span { border-color: rgb(112,57,122); }
td.TdClassName
{
border-color: #70397A;
}
.TagClassName
{
border-color: #70397A;
}
</style>