Shades of Eminence #81407F
Tints of Eminence #81407F
RGB
CMYK
RGB Variations
Color information
#81407F (or 0x81407F) is known color: Eminence. HEX triplet: 81, 40 and 7F. RGB value is (129,64,127). Sum of RGB (Red+Green+Blue) = 129+64+127=320 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.31% from 320); Green value is 64 (25.39% from 255 or 20% from 320); Blue value is 127 (50% from 255 or 39.69% from 320); Max value from RGB is 129 - color contains mainly: red. Hex color #81407F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81407F is #7EBF80. Grayscale: #5A5A5A. Windows color (decimal): -8306561 or 8339585. OLE color: 8339585.
HSL color Cylindrical-coordinate representation of color #81407F: hue angle of 301.85º 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 #81407F is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 64 | 127 | - |
| CMYK | 0 | 0.50 | 0.02 | 0.49 |
| HSL | 301.85º | 0.34% | 0.38% | - |
| HSV(B) | 301.85º | 0.5% | 0.51% | - |
| XYZ | 14.72 | 9.87 | 21.21 | - |
| YUV | 90.62 | 148.53 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 64 | 127 | 0 | 0.50 | 0.02 | 0.49 | 301.85 | 0.34 | 0.38 |
| Hex | 81 | 40 | 7F | 0 | 32 | 2 | 31 | 12E | 22 | 26 |
| Octal | 201 | 100 | 177 | 0 | 62 | 2 | 61 | 456 | 42 | 46 |
| Binary | 10000001 | 1000000 | 1111111 | 0 | 110010 | 10 | 110001 | 100101110 | 100010 | 100110 |
Color Harmonies of #81407F
Complementary color
Monochromatic Colors of #81407F
Black with #81407F
Text Example
Text Example
White with #81407F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81407F; }
p { color: rgb(129,64,127); }
H1.HeaderClassName
{
color: #81407F;
}
.AnyTagClassName
{
color: #81407F;
}
</style>
background-color css
<style>
a { background-color: #81407F; }
a { background-color: rgb(129,64,127); }
div.DivClassName
{
background-color: #81407F;
}
.BgClassName
{
background-color: #81407F;
}
</style>
border-color css
<style>
span { border-color: #81407F; }
span { border-color: rgb(129,64,127); }
td.TdClassName
{
border-color: #81407F;
}
.TagClassName
{
border-color: #81407F;
}
</style>