Shades of Eminence #743075
Tints of Eminence #743075
RGB
CMYK
RGB Variations
Color information
#743075 (or 0x743075) is known color: Eminence. HEX triplet: 74, 30 and 75. RGB value is (116,48,117). Sum of RGB (Red+Green+Blue) = 116+48+117=281 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.28% from 281); Green value is 48 (19.14% from 255 or 17.08% from 281); Blue value is 117 (46.09% from 255 or 41.64% from 281); Max value from RGB is 117 - color contains mainly: blue. Hex color #743075 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743075 is #8BCF8A. Grayscale: #4B4B4B. Windows color (decimal): -9162635 or 7680116. OLE color: 7680116.
HSL color Cylindrical-coordinate representation of color #743075: hue angle of 299.13º 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 #743075 is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 48 | 117 | - |
| CMYK | 0.01 | 0.59 | 0 | 0.54 |
| HSL | 299.13º | 0.42% | 0.32% | - |
| HSV(B) | 299.13º | 0.59% | 0.46% | - |
| XYZ | 11.47 | 7.11 | 17.6 | - |
| YUV | 76.2 | 151.03 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 48 | 117 | 0.01 | 0.59 | 0 | 0.54 | 299.13 | 0.42 | 0.32 |
| Hex | 74 | 30 | 75 | 1 | 3B | 0 | 36 | 12B | 2A | 20 |
| Octal | 164 | 60 | 165 | 1 | 73 | 0 | 66 | 453 | 52 | 40 |
| Binary | 1110100 | 110000 | 1110101 | 1 | 111011 | 0 | 110110 | 100101011 | 101010 | 100000 |
Color Harmonies of #743075
Complementary color
Monochromatic Colors of #743075
Black with #743075
Text Example
Text Example
White with #743075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743075; }
p { color: rgb(116,48,117); }
H1.HeaderClassName
{
color: #743075;
}
.AnyTagClassName
{
color: #743075;
}
</style>
background-color css
<style>
a { background-color: #743075; }
a { background-color: rgb(116,48,117); }
div.DivClassName
{
background-color: #743075;
}
.BgClassName
{
background-color: #743075;
}
</style>
border-color css
<style>
span { border-color: #743075; }
span { border-color: rgb(116,48,117); }
td.TdClassName
{
border-color: #743075;
}
.TagClassName
{
border-color: #743075;
}
</style>