Shades of Eminence #743272
Tints of Eminence #743272
RGB
CMYK
RGB Variations
Color information
#743272 (or 0x743272) is known color: Eminence. HEX triplet: 74, 32 and 72. RGB value is (116,50,114). Sum of RGB (Red+Green+Blue) = 116+50+114=280 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.43% from 280); Green value is 50 (19.92% from 255 or 17.86% from 280); Blue value is 114 (44.92% from 255 or 40.71% from 280); Max value from RGB is 116 - color contains mainly: red. Hex color #743272 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743272 is #8BCD8D. Grayscale: #4C4C4C. Windows color (decimal): -9162126 or 7484020. OLE color: 7484020.
HSL color Cylindrical-coordinate representation of color #743272: hue angle of 301.82º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #743272 is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 50 | 114 | - |
| CMYK | 0 | 0.57 | 0.02 | 0.55 |
| HSL | 301.82º | 0.4% | 0.33% | - |
| HSV(B) | 301.82º | 0.57% | 0.45% | - |
| XYZ | 11.38 | 7.21 | 16.71 | - |
| YUV | 77.03 | 148.87 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 50 | 114 | 0 | 0.57 | 0.02 | 0.55 | 301.82 | 0.4 | 0.33 |
| Hex | 74 | 32 | 72 | 0 | 39 | 2 | 37 | 12E | 28 | 21 |
| Octal | 164 | 62 | 162 | 0 | 71 | 2 | 67 | 456 | 50 | 41 |
| Binary | 1110100 | 110010 | 1110010 | 0 | 111001 | 10 | 110111 | 100101110 | 101000 | 100001 |
Color Harmonies of #743272
Complementary color
Monochromatic Colors of #743272
Black with #743272
Text Example
Text Example
White with #743272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743272; }
p { color: rgb(116,50,114); }
H1.HeaderClassName
{
color: #743272;
}
.AnyTagClassName
{
color: #743272;
}
</style>
background-color css
<style>
a { background-color: #743272; }
a { background-color: rgb(116,50,114); }
div.DivClassName
{
background-color: #743272;
}
.BgClassName
{
background-color: #743272;
}
</style>
border-color css
<style>
span { border-color: #743272; }
span { border-color: rgb(116,50,114); }
td.TdClassName
{
border-color: #743272;
}
.TagClassName
{
border-color: #743272;
}
</style>