Shades of Eminence #80407D
Tints of Eminence #80407D
RGB
CMYK
RGB Variations
Color information
#80407D (or 0x80407D) is known color: Eminence. HEX triplet: 80, 40 and 7D. RGB value is (128,64,125). Sum of RGB (Red+Green+Blue) = 128+64+125=317 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.38% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 125 (49.22% from 255 or 39.43% from 317); Max value from RGB is 128 - color contains mainly: red. Hex color #80407D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80407D is #7FBF82. Grayscale: #595959. Windows color (decimal): -8372099 or 8208512. OLE color: 8208512.
HSL color Cylindrical-coordinate representation of color #80407D: hue angle of 302.81º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80407D is Cyan = 0, Magento = 0.5, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 64 | 125 | - |
| CMYK | 0 | 0.5 | 0.02 | 0.50 |
| HSL | 302.81º | 0.33% | 0.38% | - |
| HSV(B) | 302.81º | 0.5% | 0.5% | - |
| XYZ | 14.44 | 9.74 | 20.52 | - |
| YUV | 90.09 | 147.7 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 64 | 125 | 0 | 0.5 | 0.02 | 0.50 | 302.81 | 0.33 | 0.38 |
| Hex | 80 | 40 | 7D | 0 | 32 | 2 | 32 | 12F | 21 | 26 |
| Octal | 200 | 100 | 175 | 0 | 62 | 2 | 62 | 457 | 41 | 46 |
| Binary | 10000000 | 1000000 | 1111101 | 0 | 110010 | 10 | 110010 | 100101111 | 100001 | 100110 |
Color Harmonies of #80407D
Complementary color
Monochromatic Colors of #80407D
Black with #80407D
Text Example
Text Example
White with #80407D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80407D; }
p { color: rgb(128,64,125); }
H1.HeaderClassName
{
color: #80407D;
}
.AnyTagClassName
{
color: #80407D;
}
</style>
background-color css
<style>
a { background-color: #80407D; }
a { background-color: rgb(128,64,125); }
div.DivClassName
{
background-color: #80407D;
}
.BgClassName
{
background-color: #80407D;
}
</style>
border-color css
<style>
span { border-color: #80407D; }
span { border-color: rgb(128,64,125); }
td.TdClassName
{
border-color: #80407D;
}
.TagClassName
{
border-color: #80407D;
}
</style>