Shades of Eminence #81407C
Tints of Eminence #81407C
RGB
CMYK
RGB Variations
Color information
#81407C (or 0x81407C) is known color: Eminence. HEX triplet: 81, 40 and 7C. RGB value is (129,64,124). Sum of RGB (Red+Green+Blue) = 129+64+124=317 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.69% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 124 (48.83% from 255 or 39.12% from 317); Max value from RGB is 129 - color contains mainly: red. Hex color #81407C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81407C is #7EBF83. Grayscale: #5A5A5A. Windows color (decimal): -8306564 or 8142977. OLE color: 8142977.
HSL color Cylindrical-coordinate representation of color #81407C: hue angle of 304.62º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #81407C is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 64 | 124 | - |
| CMYK | 0 | 0.50 | 0.04 | 0.49 |
| HSL | 304.62º | 0.34% | 0.38% | - |
| HSV(B) | 304.62º | 0.5% | 0.51% | - |
| XYZ | 14.52 | 9.79 | 20.19 | - |
| YUV | 90.28 | 147.03 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 64 | 124 | 0 | 0.50 | 0.04 | 0.49 | 304.62 | 0.34 | 0.38 |
| Hex | 81 | 40 | 7C | 0 | 32 | 4 | 31 | 131 | 22 | 26 |
| Octal | 201 | 100 | 174 | 0 | 62 | 4 | 61 | 461 | 42 | 46 |
| Binary | 10000001 | 1000000 | 1111100 | 0 | 110010 | 100 | 110001 | 100110001 | 100010 | 100110 |
Color Harmonies of #81407C
Complementary color
Monochromatic Colors of #81407C
Black with #81407C
Text Example
Text Example
White with #81407C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81407C; }
p { color: rgb(129,64,124); }
H1.HeaderClassName
{
color: #81407C;
}
.AnyTagClassName
{
color: #81407C;
}
</style>
background-color css
<style>
a { background-color: #81407C; }
a { background-color: rgb(129,64,124); }
div.DivClassName
{
background-color: #81407C;
}
.BgClassName
{
background-color: #81407C;
}
</style>
border-color css
<style>
span { border-color: #81407C; }
span { border-color: rgb(129,64,124); }
td.TdClassName
{
border-color: #81407C;
}
.TagClassName
{
border-color: #81407C;
}
</style>