Shades of Eminence #743F7E
Tints of Eminence #743F7E
RGB
CMYK
RGB Variations
Color information
#743F7E (or 0x743F7E) is known color: Eminence. HEX triplet: 74, 3F and 7E. RGB value is (116,63,126). Sum of RGB (Red+Green+Blue) = 116+63+126=305 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.03% from 305); Green value is 63 (25% from 255 or 20.66% from 305); Blue value is 126 (49.61% from 255 or 41.31% from 305); Max value from RGB is 126 - color contains mainly: blue. Hex color #743F7E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743F7E is #8BC081. Grayscale: #555555. Windows color (decimal): -9158786 or 8273780. OLE color: 8273780.
HSL color Cylindrical-coordinate representation of color #743F7E: hue angle of 290.48º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #743F7E is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 63 | 126 | - |
| CMYK | 0.08 | 0.50 | 0 | 0.51 |
| HSL | 290.48º | 0.33% | 0.37% | - |
| HSV(B) | 290.48º | 0.5% | 0.49% | - |
| XYZ | 12.75 | 8.77 | 20.76 | - |
| YUV | 86.03 | 150.56 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 63 | 126 | 0.08 | 0.50 | 0 | 0.51 | 290.48 | 0.33 | 0.37 |
| Hex | 74 | 3F | 7E | 8 | 32 | 0 | 33 | 122 | 21 | 25 |
| Octal | 164 | 77 | 176 | 10 | 62 | 0 | 63 | 442 | 41 | 45 |
| Binary | 1110100 | 111111 | 1111110 | 1000 | 110010 | 0 | 110011 | 100100010 | 100001 | 100101 |
Color Harmonies of #743F7E
Complementary color
Monochromatic Colors of #743F7E
Black with #743F7E
Text Example
Text Example
White with #743F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743F7E; }
p { color: rgb(116,63,126); }
H1.HeaderClassName
{
color: #743F7E;
}
.AnyTagClassName
{
color: #743F7E;
}
</style>
background-color css
<style>
a { background-color: #743F7E; }
a { background-color: rgb(116,63,126); }
div.DivClassName
{
background-color: #743F7E;
}
.BgClassName
{
background-color: #743F7E;
}
</style>
border-color css
<style>
span { border-color: #743F7E; }
span { border-color: rgb(116,63,126); }
td.TdClassName
{
border-color: #743F7E;
}
.TagClassName
{
border-color: #743F7E;
}
</style>