Shades of Eminence #734180
Tints of Eminence #734180
RGB
CMYK
RGB Variations
Color information
#734180 (or 0x734180) is known color: Eminence. HEX triplet: 73, 41 and 80. RGB value is (115,65,128). Sum of RGB (Red+Green+Blue) = 115+65+128=308 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.34% from 308); Green value is 65 (25.78% from 255 or 21.10% from 308); Blue value is 128 (50.39% from 255 or 41.56% from 308); Max value from RGB is 128 - color contains mainly: blue. Hex color #734180 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #734180 is #8CBE7F. Grayscale: #565656. Windows color (decimal): -9223808 or 8405363. OLE color: 8405363.
HSL color Cylindrical-coordinate representation of color #734180: hue angle of 287.62º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #734180 is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 115 | 65 | 128 | - |
| CMYK | 0.10 | 0.49 | 0 | 0.50 |
| HSL | 287.62º | 0.33% | 0.38% | - |
| HSV(B) | 287.62º | 0.49% | 0.5% | - |
| XYZ | 12.86 | 8.98 | 21.48 | - |
| YUV | 87.13 | 151.07 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 65 | 128 | 0.10 | 0.49 | 0 | 0.50 | 287.62 | 0.33 | 0.38 |
| Hex | 73 | 41 | 80 | A | 31 | 0 | 32 | 120 | 21 | 26 |
| Octal | 163 | 101 | 200 | 12 | 61 | 0 | 62 | 440 | 41 | 46 |
| Binary | 1110011 | 1000001 | 10000000 | 1010 | 110001 | 0 | 110010 | 100100000 | 100001 | 100110 |
Color Harmonies of #734180
Complementary color
Monochromatic Colors of #734180
Black with #734180
Text Example
Text Example
White with #734180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734180; }
p { color: rgb(115,65,128); }
H1.HeaderClassName
{
color: #734180;
}
.AnyTagClassName
{
color: #734180;
}
</style>
background-color css
<style>
a { background-color: #734180; }
a { background-color: rgb(115,65,128); }
div.DivClassName
{
background-color: #734180;
}
.BgClassName
{
background-color: #734180;
}
</style>
border-color css
<style>
span { border-color: #734180; }
span { border-color: rgb(115,65,128); }
td.TdClassName
{
border-color: #734180;
}
.TagClassName
{
border-color: #734180;
}
</style>