Shades of Eminence #703075
Tints of Eminence #703075
RGB
CMYK
RGB Variations
Color information
#703075 (or 0x703075) is known color: Eminence. HEX triplet: 70, 30 and 75. RGB value is (112,48,117). Sum of RGB (Red+Green+Blue) = 112+48+117=277 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.43% from 277); Green value is 48 (19.14% from 255 or 17.33% from 277); Blue value is 117 (46.09% from 255 or 42.24% from 277); Max value from RGB is 117 - color contains mainly: blue. Hex color #703075 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703075 is #8FCF8A. Grayscale: #4A4A4A. Windows color (decimal): -9424779 or 7680112. OLE color: 7680112.
HSL color Cylindrical-coordinate representation of color #703075: hue angle of 295.65º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #703075 is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 112 | 48 | 117 | - |
| CMYK | 0.04 | 0.59 | 0 | 0.54 |
| HSL | 295.65º | 0.42% | 0.32% | - |
| HSV(B) | 295.65º | 0.59% | 0.46% | - |
| XYZ | 10.95 | 6.84 | 17.57 | - |
| YUV | 75 | 151.7 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 48 | 117 | 0.04 | 0.59 | 0 | 0.54 | 295.65 | 0.42 | 0.32 |
| Hex | 70 | 30 | 75 | 4 | 3B | 0 | 36 | 128 | 2A | 20 |
| Octal | 160 | 60 | 165 | 4 | 73 | 0 | 66 | 450 | 52 | 40 |
| Binary | 1110000 | 110000 | 1110101 | 100 | 111011 | 0 | 110110 | 100101000 | 101010 | 100000 |
Color Harmonies of #703075
Complementary color
Monochromatic Colors of #703075
Black with #703075
Text Example
Text Example
White with #703075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703075; }
p { color: rgb(112,48,117); }
H1.HeaderClassName
{
color: #703075;
}
.AnyTagClassName
{
color: #703075;
}
</style>
background-color css
<style>
a { background-color: #703075; }
a { background-color: rgb(112,48,117); }
div.DivClassName
{
background-color: #703075;
}
.BgClassName
{
background-color: #703075;
}
</style>
border-color css
<style>
span { border-color: #703075; }
span { border-color: rgb(112,48,117); }
td.TdClassName
{
border-color: #703075;
}
.TagClassName
{
border-color: #703075;
}
</style>