Shades of Eminence #742E82
Tints of Eminence #742E82
RGB
CMYK
RGB Variations
Color information
#742E82 (or 0x742E82) is known color: Eminence. HEX triplet: 74, 2E and 82. RGB value is (116,46,130). Sum of RGB (Red+Green+Blue) = 116+46+130=292 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.73% from 292); Green value is 46 (18.36% from 255 or 15.75% from 292); Blue value is 130 (51.17% from 255 or 44.52% from 292); Max value from RGB is 130 - color contains mainly: blue. Hex color #742E82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742E82 is #8BD17D. Grayscale: #4C4C4C. Windows color (decimal): -9163134 or 8531572. OLE color: 8531572.
HSL color Cylindrical-coordinate representation of color #742E82: hue angle of 290º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #742E82 is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 116 | 46 | 130 | - |
| CMYK | 0.11 | 0.65 | 0 | 0.49 |
| HSL | 290º | 0.48% | 0.35% | - |
| HSV(B) | 290º | 0.65% | 0.51% | - |
| XYZ | 12.21 | 7.28 | 21.88 | - |
| YUV | 76.51 | 158.19 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 46 | 130 | 0.11 | 0.65 | 0 | 0.49 | 290 | 0.48 | 0.35 |
| Hex | 74 | 2E | 82 | B | 41 | 0 | 31 | 122 | 30 | 23 |
| Octal | 164 | 56 | 202 | 13 | 101 | 0 | 61 | 442 | 60 | 43 |
| Binary | 1110100 | 101110 | 10000010 | 1011 | 1000001 | 0 | 110001 | 100100010 | 110000 | 100011 |
Color Harmonies of #742E82
Complementary color
Monochromatic Colors of #742E82
Black with #742E82
Text Example
Text Example
White with #742E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742E82; }
p { color: rgb(116,46,130); }
H1.HeaderClassName
{
color: #742E82;
}
.AnyTagClassName
{
color: #742E82;
}
</style>
background-color css
<style>
a { background-color: #742E82; }
a { background-color: rgb(116,46,130); }
div.DivClassName
{
background-color: #742E82;
}
.BgClassName
{
background-color: #742E82;
}
</style>
border-color css
<style>
span { border-color: #742E82; }
span { border-color: rgb(116,46,130); }
td.TdClassName
{
border-color: #742E82;
}
.TagClassName
{
border-color: #742E82;
}
</style>