Shades of Eminence #80437C
Tints of Eminence #80437C
RGB
CMYK
RGB Variations
Color information
#80437C (or 0x80437C) is known color: Eminence. HEX triplet: 80, 43 and 7C. RGB value is (128,67,124). Sum of RGB (Red+Green+Blue) = 128+67+124=319 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.13% from 319); Green value is 67 (26.56% from 255 or 21.00% from 319); Blue value is 124 (48.83% from 255 or 38.87% from 319); Max value from RGB is 128 - color contains mainly: red. Hex color #80437C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80437C is #7FBC83. Grayscale: #5B5B5B. Windows color (decimal): -8371332 or 8143744. OLE color: 8143744.
HSL color Cylindrical-coordinate representation of color #80437C: hue angle of 303.93º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80437C is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 67 | 124 | - |
| CMYK | 0 | 0.48 | 0.03 | 0.50 |
| HSL | 303.93º | 0.31% | 0.38% | - |
| HSV(B) | 303.93º | 0.48% | 0.5% | - |
| XYZ | 14.55 | 10.06 | 20.24 | - |
| YUV | 91.74 | 146.21 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 67 | 124 | 0 | 0.48 | 0.03 | 0.50 | 303.93 | 0.31 | 0.38 |
| Hex | 80 | 43 | 7C | 0 | 30 | 3 | 32 | 130 | 1F | 26 |
| Octal | 200 | 103 | 174 | 0 | 60 | 3 | 62 | 460 | 37 | 46 |
| Binary | 10000000 | 1000011 | 1111100 | 0 | 110000 | 11 | 110010 | 100110000 | 11111 | 100110 |
Color Harmonies of #80437C
Complementary color
Monochromatic Colors of #80437C
Black with #80437C
Text Example
Text Example
White with #80437C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80437C; }
p { color: rgb(128,67,124); }
H1.HeaderClassName
{
color: #80437C;
}
.AnyTagClassName
{
color: #80437C;
}
</style>
background-color css
<style>
a { background-color: #80437C; }
a { background-color: rgb(128,67,124); }
div.DivClassName
{
background-color: #80437C;
}
.BgClassName
{
background-color: #80437C;
}
</style>
border-color css
<style>
span { border-color: #80437C; }
span { border-color: rgb(128,67,124); }
td.TdClassName
{
border-color: #80437C;
}
.TagClassName
{
border-color: #80437C;
}
</style>