Shades of Eminence #743A6C
Tints of Eminence #743A6C
RGB
CMYK
RGB Variations
Color information
#743A6C (or 0x743A6C) is known color: Eminence. HEX triplet: 74, 3A and 6C. RGB value is (116,58,108). Sum of RGB (Red+Green+Blue) = 116+58+108=282 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.13% from 282); Green value is 58 (23.05% from 255 or 20.57% from 282); Blue value is 108 (42.58% from 255 or 38.30% from 282); Max value from RGB is 116 - color contains mainly: red. Hex color #743A6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743A6C is #8BC593. Grayscale: #505050. Windows color (decimal): -9160084 or 7092852. OLE color: 7092852.
HSL color Cylindrical-coordinate representation of color #743A6C: hue angle of 308.28º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #743A6C is Cyan = 0, Magento = 0.5, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 58 | 108 | - |
| CMYK | 0 | 0.5 | 0.07 | 0.55 |
| HSL | 308.28º | 0.33% | 0.34% | - |
| HSV(B) | 308.28º | 0.5% | 0.45% | - |
| XYZ | 11.42 | 7.82 | 15.1 | - |
| YUV | 81.04 | 143.22 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 58 | 108 | 0 | 0.5 | 0.07 | 0.55 | 308.28 | 0.33 | 0.34 |
| Hex | 74 | 3A | 6C | 0 | 32 | 7 | 37 | 134 | 21 | 22 |
| Octal | 164 | 72 | 154 | 0 | 62 | 7 | 67 | 464 | 41 | 42 |
| Binary | 1110100 | 111010 | 1101100 | 0 | 110010 | 111 | 110111 | 100110100 | 100001 | 100010 |
Color Harmonies of #743A6C
Complementary color
Monochromatic Colors of #743A6C
Black with #743A6C
Text Example
Text Example
White with #743A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743A6C; }
p { color: rgb(116,58,108); }
H1.HeaderClassName
{
color: #743A6C;
}
.AnyTagClassName
{
color: #743A6C;
}
</style>
background-color css
<style>
a { background-color: #743A6C; }
a { background-color: rgb(116,58,108); }
div.DivClassName
{
background-color: #743A6C;
}
.BgClassName
{
background-color: #743A6C;
}
</style>
border-color css
<style>
span { border-color: #743A6C; }
span { border-color: rgb(116,58,108); }
td.TdClassName
{
border-color: #743A6C;
}
.TagClassName
{
border-color: #743A6C;
}
</style>