Shades of Eminence #734A6E
Tints of Eminence #734A6E
RGB
CMYK
RGB Variations
Color information
#734A6E (or 0x734A6E) is known color: Eminence. HEX triplet: 73, 4A and 6E. RGB value is (115,74,110). Sum of RGB (Red+Green+Blue) = 115+74+110=299 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.46% from 299); Green value is 74 (29.30% from 255 or 24.75% from 299); Blue value is 110 (43.36% from 255 or 36.79% from 299); Max value from RGB is 115 - color contains mainly: red. Hex color #734A6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734A6E is #8CB591. Grayscale: #5A5A5A. Windows color (decimal): -9221522 or 7228019. OLE color: 7228019.
HSL color Cylindrical-coordinate representation of color #734A6E: hue angle of 307.32º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #734A6E is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 74 | 110 | - |
| CMYK | 0 | 0.36 | 0.04 | 0.55 |
| HSL | 307.32º | 0.22% | 0.37% | - |
| HSV(B) | 307.32º | 0.36% | 0.45% | - |
| XYZ | 12.33 | 9.67 | 15.97 | - |
| YUV | 90.36 | 139.08 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 74 | 110 | 0 | 0.36 | 0.04 | 0.55 | 307.32 | 0.22 | 0.37 |
| Hex | 73 | 4A | 6E | 0 | 24 | 4 | 37 | 133 | 16 | 25 |
| Octal | 163 | 112 | 156 | 0 | 44 | 4 | 67 | 463 | 26 | 45 |
| Binary | 1110011 | 1001010 | 1101110 | 0 | 100100 | 100 | 110111 | 100110011 | 10110 | 100101 |
Color Harmonies of #734A6E
Complementary color
Monochromatic Colors of #734A6E
Black with #734A6E
Text Example
Text Example
White with #734A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734A6E; }
p { color: rgb(115,74,110); }
H1.HeaderClassName
{
color: #734A6E;
}
.AnyTagClassName
{
color: #734A6E;
}
</style>
background-color css
<style>
a { background-color: #734A6E; }
a { background-color: rgb(115,74,110); }
div.DivClassName
{
background-color: #734A6E;
}
.BgClassName
{
background-color: #734A6E;
}
</style>
border-color css
<style>
span { border-color: #734A6E; }
span { border-color: rgb(115,74,110); }
td.TdClassName
{
border-color: #734A6E;
}
.TagClassName
{
border-color: #734A6E;
}
</style>