Shades of Eminence #743372
Tints of Eminence #743372
RGB
CMYK
RGB Variations
Color information
#743372 (or 0x743372) is known color: Eminence. HEX triplet: 74, 33 and 72. RGB value is (116,51,114). Sum of RGB (Red+Green+Blue) = 116+51+114=281 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.28% from 281); Green value is 51 (20.31% from 255 or 18.15% from 281); Blue value is 114 (44.92% from 255 or 40.57% from 281); Max value from RGB is 116 - color contains mainly: red. Hex color #743372 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743372 is #8BCC8D. Grayscale: #4D4D4D. Windows color (decimal): -9161870 or 7484276. OLE color: 7484276.
HSL color Cylindrical-coordinate representation of color #743372: hue angle of 301.85º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #743372 is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 51 | 114 | - |
| CMYK | 0 | 0.56 | 0.02 | 0.55 |
| HSL | 301.85º | 0.39% | 0.33% | - |
| HSV(B) | 301.85º | 0.56% | 0.45% | - |
| XYZ | 11.42 | 7.3 | 16.73 | - |
| YUV | 77.62 | 148.53 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 51 | 114 | 0 | 0.56 | 0.02 | 0.55 | 301.85 | 0.39 | 0.33 |
| Hex | 74 | 33 | 72 | 0 | 38 | 2 | 37 | 12E | 27 | 21 |
| Octal | 164 | 63 | 162 | 0 | 70 | 2 | 67 | 456 | 47 | 41 |
| Binary | 1110100 | 110011 | 1110010 | 0 | 111000 | 10 | 110111 | 100101110 | 100111 | 100001 |
Color Harmonies of #743372
Complementary color
Monochromatic Colors of #743372
Black with #743372
Text Example
Text Example
White with #743372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743372; }
p { color: rgb(116,51,114); }
H1.HeaderClassName
{
color: #743372;
}
.AnyTagClassName
{
color: #743372;
}
</style>
background-color css
<style>
a { background-color: #743372; }
a { background-color: rgb(116,51,114); }
div.DivClassName
{
background-color: #743372;
}
.BgClassName
{
background-color: #743372;
}
</style>
border-color css
<style>
span { border-color: #743372; }
span { border-color: rgb(116,51,114); }
td.TdClassName
{
border-color: #743372;
}
.TagClassName
{
border-color: #743372;
}
</style>