Shades of Eminence #743D7D
Tints of Eminence #743D7D
RGB
CMYK
RGB Variations
Color information
#743D7D (or 0x743D7D) is known color: Eminence. HEX triplet: 74, 3D and 7D. RGB value is (116,61,125). Sum of RGB (Red+Green+Blue) = 116+61+125=302 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.41% from 302); Green value is 61 (24.22% from 255 or 20.20% from 302); Blue value is 125 (49.22% from 255 or 41.39% from 302); Max value from RGB is 125 - color contains mainly: blue. Hex color #743D7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743D7D is #8BC282. Grayscale: #545454. Windows color (decimal): -9159299 or 8207732. OLE color: 8207732.
HSL color Cylindrical-coordinate representation of color #743D7D: hue angle of 291.56º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #743D7D is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 61 | 125 | - |
| CMYK | 0.07 | 0.51 | 0 | 0.51 |
| HSL | 291.56º | 0.34% | 0.36% | - |
| HSV(B) | 291.56º | 0.51% | 0.49% | - |
| XYZ | 12.57 | 8.53 | 20.39 | - |
| YUV | 84.74 | 150.72 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 61 | 125 | 0.07 | 0.51 | 0 | 0.51 | 291.56 | 0.34 | 0.36 |
| Hex | 74 | 3D | 7D | 7 | 33 | 0 | 33 | 124 | 22 | 24 |
| Octal | 164 | 75 | 175 | 7 | 63 | 0 | 63 | 444 | 42 | 44 |
| Binary | 1110100 | 111101 | 1111101 | 111 | 110011 | 0 | 110011 | 100100100 | 100010 | 100100 |
Color Harmonies of #743D7D
Complementary color
Monochromatic Colors of #743D7D
Black with #743D7D
Text Example
Text Example
White with #743D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743D7D; }
p { color: rgb(116,61,125); }
H1.HeaderClassName
{
color: #743D7D;
}
.AnyTagClassName
{
color: #743D7D;
}
</style>
background-color css
<style>
a { background-color: #743D7D; }
a { background-color: rgb(116,61,125); }
div.DivClassName
{
background-color: #743D7D;
}
.BgClassName
{
background-color: #743D7D;
}
</style>
border-color css
<style>
span { border-color: #743D7D; }
span { border-color: rgb(116,61,125); }
td.TdClassName
{
border-color: #743D7D;
}
.TagClassName
{
border-color: #743D7D;
}
</style>