Shades of Eminence #743C7B
Tints of Eminence #743C7B
RGB
CMYK
RGB Variations
Color information
#743C7B (or 0x743C7B) is known color: Eminence. HEX triplet: 74, 3C and 7B. RGB value is (116,60,123). Sum of RGB (Red+Green+Blue) = 116+60+123=299 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.80% from 299); Green value is 60 (23.83% from 255 or 20.07% from 299); Blue value is 123 (48.44% from 255 or 41.14% from 299); Max value from RGB is 123 - color contains mainly: blue. Hex color #743C7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743C7B is #8BC384. Grayscale: #535353. Windows color (decimal): -9159557 or 8076404. OLE color: 8076404.
HSL color Cylindrical-coordinate representation of color #743C7B: hue angle of 293.33º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #743C7B is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 116 | 60 | 123 | - |
| CMYK | 0.06 | 0.51 | 0 | 0.52 |
| HSL | 293.33º | 0.34% | 0.36% | - |
| HSV(B) | 293.33º | 0.51% | 0.48% | - |
| XYZ | 12.39 | 8.37 | 19.7 | - |
| YUV | 83.93 | 150.05 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 60 | 123 | 0.06 | 0.51 | 0 | 0.52 | 293.33 | 0.34 | 0.36 |
| Hex | 74 | 3C | 7B | 6 | 33 | 0 | 34 | 125 | 22 | 24 |
| Octal | 164 | 74 | 173 | 6 | 63 | 0 | 64 | 445 | 42 | 44 |
| Binary | 1110100 | 111100 | 1111011 | 110 | 110011 | 0 | 110100 | 100100101 | 100010 | 100100 |
Color Harmonies of #743C7B
Complementary color
Monochromatic Colors of #743C7B
Black with #743C7B
Text Example
Text Example
White with #743C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743C7B; }
p { color: rgb(116,60,123); }
H1.HeaderClassName
{
color: #743C7B;
}
.AnyTagClassName
{
color: #743C7B;
}
</style>
background-color css
<style>
a { background-color: #743C7B; }
a { background-color: rgb(116,60,123); }
div.DivClassName
{
background-color: #743C7B;
}
.BgClassName
{
background-color: #743C7B;
}
</style>
border-color css
<style>
span { border-color: #743C7B; }
span { border-color: rgb(116,60,123); }
td.TdClassName
{
border-color: #743C7B;
}
.TagClassName
{
border-color: #743C7B;
}
</style>