Shades of Eminence #80407B
Tints of Eminence #80407B
RGB
CMYK
RGB Variations
Color information
#80407B (or 0x80407B) is known color: Eminence. HEX triplet: 80, 40 and 7B. RGB value is (128,64,123). Sum of RGB (Red+Green+Blue) = 128+64+123=315 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.63% from 315); Green value is 64 (25.39% from 255 or 20.32% from 315); Blue value is 123 (48.44% from 255 or 39.05% from 315); Max value from RGB is 128 - color contains mainly: red. Hex color #80407B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80407B is #7FBF84. Grayscale: #595959. Windows color (decimal): -8372101 or 8077440. OLE color: 8077440.
HSL color Cylindrical-coordinate representation of color #80407B: hue angle of 304.69º 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 #80407B is Cyan = 0, Magento = 0.5, Yellow = 0.04 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 64 | 123 | - |
| CMYK | 0 | 0.5 | 0.04 | 0.50 |
| HSL | 304.69º | 0.33% | 0.38% | - |
| HSV(B) | 304.69º | 0.5% | 0.5% | - |
| XYZ | 14.31 | 9.69 | 19.85 | - |
| YUV | 89.86 | 146.7 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 64 | 123 | 0 | 0.5 | 0.04 | 0.50 | 304.69 | 0.33 | 0.38 |
| Hex | 80 | 40 | 7B | 0 | 32 | 4 | 32 | 131 | 21 | 26 |
| Octal | 200 | 100 | 173 | 0 | 62 | 4 | 62 | 461 | 41 | 46 |
| Binary | 10000000 | 1000000 | 1111011 | 0 | 110010 | 100 | 110010 | 100110001 | 100001 | 100110 |
Color Harmonies of #80407B
Complementary color
Monochromatic Colors of #80407B
Black with #80407B
Text Example
Text Example
White with #80407B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80407B; }
p { color: rgb(128,64,123); }
H1.HeaderClassName
{
color: #80407B;
}
.AnyTagClassName
{
color: #80407B;
}
</style>
background-color css
<style>
a { background-color: #80407B; }
a { background-color: rgb(128,64,123); }
div.DivClassName
{
background-color: #80407B;
}
.BgClassName
{
background-color: #80407B;
}
</style>
border-color css
<style>
span { border-color: #80407B; }
span { border-color: rgb(128,64,123); }
td.TdClassName
{
border-color: #80407B;
}
.TagClassName
{
border-color: #80407B;
}
</style>