Shades of Eminence #734374
Tints of Eminence #734374
RGB
CMYK
RGB Variations
Color information
#734374 (or 0x734374) is known color: Eminence. HEX triplet: 73, 43 and 74. RGB value is (115,67,116). Sum of RGB (Red+Green+Blue) = 115+67+116=298 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.59% from 298); Green value is 67 (26.56% from 255 or 22.48% from 298); Blue value is 116 (45.70% from 255 or 38.93% from 298); Max value from RGB is 116 - color contains mainly: blue. Hex color #734374 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734374 is #8CBC8B. Grayscale: #565656. Windows color (decimal): -9223308 or 7619443. OLE color: 7619443.
HSL color Cylindrical-coordinate representation of color #734374: hue angle of 298.78º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #734374 is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 67 | 116 | - |
| CMYK | 0.01 | 0.42 | 0 | 0.55 |
| HSL | 298.78º | 0.27% | 0.36% | - |
| HSV(B) | 298.78º | 0.42% | 0.45% | - |
| XYZ | 12.23 | 8.92 | 17.6 | - |
| YUV | 86.94 | 144.4 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 67 | 116 | 0.01 | 0.42 | 0 | 0.55 | 298.78 | 0.27 | 0.36 |
| Hex | 73 | 43 | 74 | 1 | 2A | 0 | 37 | 12B | 1B | 24 |
| Octal | 163 | 103 | 164 | 1 | 52 | 0 | 67 | 453 | 33 | 44 |
| Binary | 1110011 | 1000011 | 1110100 | 1 | 101010 | 0 | 110111 | 100101011 | 11011 | 100100 |
Color Harmonies of #734374
Complementary color
Monochromatic Colors of #734374
Black with #734374
Text Example
Text Example
White with #734374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734374; }
p { color: rgb(115,67,116); }
H1.HeaderClassName
{
color: #734374;
}
.AnyTagClassName
{
color: #734374;
}
</style>
background-color css
<style>
a { background-color: #734374; }
a { background-color: rgb(115,67,116); }
div.DivClassName
{
background-color: #734374;
}
.BgClassName
{
background-color: #734374;
}
</style>
border-color css
<style>
span { border-color: #734374; }
span { border-color: rgb(115,67,116); }
td.TdClassName
{
border-color: #734374;
}
.TagClassName
{
border-color: #734374;
}
</style>