Shades of Eminence #743E7A
Tints of Eminence #743E7A
RGB
CMYK
RGB Variations
Color information
#743E7A (or 0x743E7A) is known color: Eminence. HEX triplet: 74, 3E and 7A. RGB value is (116,62,122). Sum of RGB (Red+Green+Blue) = 116+62+122=300 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.67% from 300); Green value is 62 (24.61% from 255 or 20.67% from 300); Blue value is 122 (48.05% from 255 or 40.67% from 300); Max value from RGB is 122 - color contains mainly: blue. Hex color #743E7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743E7A is #8BC185. Grayscale: #545454. Windows color (decimal): -9159046 or 8011380. OLE color: 8011380.
HSL color Cylindrical-coordinate representation of color #743E7A: hue angle of 294º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #743E7A is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 116 | 62 | 122 | - |
| CMYK | 0.05 | 0.49 | 0 | 0.52 |
| HSL | 294º | 0.33% | 0.36% | - |
| HSV(B) | 294º | 0.49% | 0.48% | - |
| XYZ | 12.44 | 8.56 | 19.41 | - |
| YUV | 84.99 | 148.89 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 62 | 122 | 0.05 | 0.49 | 0 | 0.52 | 294 | 0.33 | 0.36 |
| Hex | 74 | 3E | 7A | 5 | 31 | 0 | 34 | 126 | 21 | 24 |
| Octal | 164 | 76 | 172 | 5 | 61 | 0 | 64 | 446 | 41 | 44 |
| Binary | 1110100 | 111110 | 1111010 | 101 | 110001 | 0 | 110100 | 100100110 | 100001 | 100100 |
Color Harmonies of #743E7A
Complementary color
Monochromatic Colors of #743E7A
Black with #743E7A
Text Example
Text Example
White with #743E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743E7A; }
p { color: rgb(116,62,122); }
H1.HeaderClassName
{
color: #743E7A;
}
.AnyTagClassName
{
color: #743E7A;
}
</style>
background-color css
<style>
a { background-color: #743E7A; }
a { background-color: rgb(116,62,122); }
div.DivClassName
{
background-color: #743E7A;
}
.BgClassName
{
background-color: #743E7A;
}
</style>
border-color css
<style>
span { border-color: #743E7A; }
span { border-color: rgb(116,62,122); }
td.TdClassName
{
border-color: #743E7A;
}
.TagClassName
{
border-color: #743E7A;
}
</style>