Shades of Eminence #70446C
Tints of Eminence #70446C
RGB
CMYK
RGB Variations
Color information
#70446C (or 0x70446C) is known color: Eminence. HEX triplet: 70, 44 and 6C. RGB value is (112,68,108). Sum of RGB (Red+Green+Blue) = 112+68+108=288 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.89% from 288); Green value is 68 (26.95% from 255 or 23.61% from 288); Blue value is 108 (42.58% from 255 or 37.5% from 288); Max value from RGB is 112 - color contains mainly: red. Hex color #70446C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70446C is #8FBB93. Grayscale: #555555. Windows color (decimal): -9419668 or 7095408. OLE color: 7095408.
HSL color Cylindrical-coordinate representation of color #70446C: hue angle of 305.45º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #70446C is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 68 | 108 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.56 |
| HSL | 305.45º | 0.24% | 0.35% | - |
| HSV(B) | 305.45º | 0.39% | 0.44% | - |
| XYZ | 11.46 | 8.66 | 15.26 | - |
| YUV | 85.72 | 140.58 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 68 | 108 | 0 | 0.39 | 0.04 | 0.56 | 305.45 | 0.24 | 0.35 |
| Hex | 70 | 44 | 6C | 0 | 27 | 4 | 38 | 131 | 18 | 23 |
| Octal | 160 | 104 | 154 | 0 | 47 | 4 | 70 | 461 | 30 | 43 |
| Binary | 1110000 | 1000100 | 1101100 | 0 | 100111 | 100 | 111000 | 100110001 | 11000 | 100011 |
Color Harmonies of #70446C
Complementary color
Monochromatic Colors of #70446C
Black with #70446C
Text Example
Text Example
White with #70446C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70446C; }
p { color: rgb(112,68,108); }
H1.HeaderClassName
{
color: #70446C;
}
.AnyTagClassName
{
color: #70446C;
}
</style>
background-color css
<style>
a { background-color: #70446C; }
a { background-color: rgb(112,68,108); }
div.DivClassName
{
background-color: #70446C;
}
.BgClassName
{
background-color: #70446C;
}
</style>
border-color css
<style>
span { border-color: #70446C; }
span { border-color: rgb(112,68,108); }
td.TdClassName
{
border-color: #70446C;
}
.TagClassName
{
border-color: #70446C;
}
</style>