Shades of Eminence #80347D
Tints of Eminence #80347D
RGB
CMYK
RGB Variations
Color information
#80347D (or 0x80347D) is known color: Eminence. HEX triplet: 80, 34 and 7D. RGB value is (128,52,125). Sum of RGB (Red+Green+Blue) = 128+52+125=305 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.97% from 305); Green value is 52 (20.70% from 255 or 17.05% from 305); Blue value is 125 (49.22% from 255 or 40.98% from 305); Max value from RGB is 128 - color contains mainly: red. Hex color #80347D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80347D is #7FCB82. Grayscale: #525252. Windows color (decimal): -8375171 or 8205440. OLE color: 8205440.
HSL color Cylindrical-coordinate representation of color #80347D: hue angle of 302.37º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #80347D is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 52 | 125 | - |
| CMYK | 0 | 0.59 | 0.02 | 0.50 |
| HSL | 302.37º | 0.42% | 0.35% | - |
| HSV(B) | 302.37º | 0.59% | 0.5% | - |
| XYZ | 13.83 | 8.53 | 20.32 | - |
| YUV | 83.05 | 151.68 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 52 | 125 | 0 | 0.59 | 0.02 | 0.50 | 302.37 | 0.42 | 0.35 |
| Hex | 80 | 34 | 7D | 0 | 3B | 2 | 32 | 12E | 2A | 23 |
| Octal | 200 | 64 | 175 | 0 | 73 | 2 | 62 | 456 | 52 | 43 |
| Binary | 10000000 | 110100 | 1111101 | 0 | 111011 | 10 | 110010 | 100101110 | 101010 | 100011 |
Color Harmonies of #80347D
Complementary color
Monochromatic Colors of #80347D
Black with #80347D
Text Example
Text Example
White with #80347D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80347D; }
p { color: rgb(128,52,125); }
H1.HeaderClassName
{
color: #80347D;
}
.AnyTagClassName
{
color: #80347D;
}
</style>
background-color css
<style>
a { background-color: #80347D; }
a { background-color: rgb(128,52,125); }
div.DivClassName
{
background-color: #80347D;
}
.BgClassName
{
background-color: #80347D;
}
</style>
border-color css
<style>
span { border-color: #80347D; }
span { border-color: rgb(128,52,125); }
td.TdClassName
{
border-color: #80347D;
}
.TagClassName
{
border-color: #80347D;
}
</style>