Shades of Eminence #80377D
Tints of Eminence #80377D
RGB
CMYK
RGB Variations
Color information
#80377D (or 0x80377D) is known color: Eminence. HEX triplet: 80, 37 and 7D. RGB value is (128,55,125). Sum of RGB (Red+Green+Blue) = 128+55+125=308 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.56% from 308); Green value is 55 (21.88% from 255 or 17.86% from 308); Blue value is 125 (49.22% from 255 or 40.58% from 308); Max value from RGB is 128 - color contains mainly: red. Hex color #80377D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80377D is #7FC882. Grayscale: #545454. Windows color (decimal): -8374403 or 8206208. OLE color: 8206208.
HSL color Cylindrical-coordinate representation of color #80377D: hue angle of 302.47º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #80377D is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 55 | 125 | - |
| CMYK | 0 | 0.57 | 0.02 | 0.50 |
| HSL | 302.47º | 0.4% | 0.36% | - |
| HSV(B) | 302.47º | 0.57% | 0.5% | - |
| XYZ | 13.97 | 8.8 | 20.36 | - |
| YUV | 84.81 | 150.68 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 55 | 125 | 0 | 0.57 | 0.02 | 0.50 | 302.47 | 0.4 | 0.36 |
| Hex | 80 | 37 | 7D | 0 | 39 | 2 | 32 | 12E | 28 | 24 |
| Octal | 200 | 67 | 175 | 0 | 71 | 2 | 62 | 456 | 50 | 44 |
| Binary | 10000000 | 110111 | 1111101 | 0 | 111001 | 10 | 110010 | 100101110 | 101000 | 100100 |
Color Harmonies of #80377D
Complementary color
Monochromatic Colors of #80377D
Black with #80377D
Text Example
Text Example
White with #80377D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80377D; }
p { color: rgb(128,55,125); }
H1.HeaderClassName
{
color: #80377D;
}
.AnyTagClassName
{
color: #80377D;
}
</style>
background-color css
<style>
a { background-color: #80377D; }
a { background-color: rgb(128,55,125); }
div.DivClassName
{
background-color: #80377D;
}
.BgClassName
{
background-color: #80377D;
}
</style>
border-color css
<style>
span { border-color: #80377D; }
span { border-color: rgb(128,55,125); }
td.TdClassName
{
border-color: #80377D;
}
.TagClassName
{
border-color: #80377D;
}
</style>