Shades of Eminence #7F4073
Tints of Eminence #7F4073
RGB
CMYK
RGB Variations
Color information
#7F4073 (or 0x7F4073) is known color: Eminence. HEX triplet: 7F, 40 and 73. RGB value is (127,64,115). Sum of RGB (Red+Green+Blue) = 127+64+115=306 (40% of max value = 765). Red value is 127 (50% from 255 or 41.50% from 306); Green value is 64 (25.39% from 255 or 20.92% from 306); Blue value is 115 (45.31% from 255 or 37.58% from 306); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4073 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F4073 is #80BF8C. Grayscale: #585858. Windows color (decimal): -8437645 or 7553151. OLE color: 7553151.
HSL color Cylindrical-coordinate representation of color #7F4073: hue angle of 311.43º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7F4073 is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 64 | 115 | - |
| CMYK | 0 | 0.50 | 0.09 | 0.50 |
| HSL | 311.43º | 0.33% | 0.37% | - |
| HSV(B) | 311.43º | 0.5% | 0.5% | - |
| XYZ | 13.68 | 9.42 | 17.32 | - |
| YUV | 88.65 | 142.87 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 64 | 115 | 0 | 0.50 | 0.09 | 0.50 | 311.43 | 0.33 | 0.37 |
| Hex | 7F | 40 | 73 | 0 | 32 | 9 | 32 | 137 | 21 | 25 |
| Octal | 177 | 100 | 163 | 0 | 62 | 11 | 62 | 467 | 41 | 45 |
| Binary | 1111111 | 1000000 | 1110011 | 0 | 110010 | 1001 | 110010 | 100110111 | 100001 | 100101 |
Color Harmonies of #7F4073
Complementary color
Monochromatic Colors of #7F4073
Black with #7F4073
Text Example
Text Example
White with #7F4073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4073; }
p { color: rgb(127,64,115); }
H1.HeaderClassName
{
color: #7F4073;
}
.AnyTagClassName
{
color: #7F4073;
}
</style>
background-color css
<style>
a { background-color: #7F4073; }
a { background-color: rgb(127,64,115); }
div.DivClassName
{
background-color: #7F4073;
}
.BgClassName
{
background-color: #7F4073;
}
</style>
border-color css
<style>
span { border-color: #7F4073; }
span { border-color: rgb(127,64,115); }
td.TdClassName
{
border-color: #7F4073;
}
.TagClassName
{
border-color: #7F4073;
}
</style>