Shades of Eminence #7F407B
Tints of Eminence #7F407B
RGB
CMYK
RGB Variations
Color information
#7F407B (or 0x7F407B) is known color: Eminence. HEX triplet: 7F, 40 and 7B. RGB value is (127,64,123). Sum of RGB (Red+Green+Blue) = 127+64+123=314 (41% of max value = 765). Red value is 127 (50% from 255 or 40.45% from 314); Green value is 64 (25.39% from 255 or 20.38% from 314); Blue value is 123 (48.44% from 255 or 39.17% from 314); Max value from RGB is 127 - color contains mainly: red. Hex color #7F407B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F407B is #80BF84. Grayscale: #595959. Windows color (decimal): -8437637 or 8077439. OLE color: 8077439.
HSL color Cylindrical-coordinate representation of color #7F407B: hue angle of 303.81º 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 #7F407B is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 64 | 123 | - |
| CMYK | 0 | 0.50 | 0.03 | 0.50 |
| HSL | 303.81º | 0.33% | 0.37% | - |
| HSV(B) | 303.81º | 0.5% | 0.5% | - |
| XYZ | 14.16 | 9.61 | 19.85 | - |
| YUV | 89.56 | 146.87 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 64 | 123 | 0 | 0.50 | 0.03 | 0.50 | 303.81 | 0.33 | 0.37 |
| Hex | 7F | 40 | 7B | 0 | 32 | 3 | 32 | 130 | 21 | 25 |
| Octal | 177 | 100 | 173 | 0 | 62 | 3 | 62 | 460 | 41 | 45 |
| Binary | 1111111 | 1000000 | 1111011 | 0 | 110010 | 11 | 110010 | 100110000 | 100001 | 100101 |
Color Harmonies of #7F407B
Complementary color
Monochromatic Colors of #7F407B
Black with #7F407B
Text Example
Text Example
White with #7F407B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F407B; }
p { color: rgb(127,64,123); }
H1.HeaderClassName
{
color: #7F407B;
}
.AnyTagClassName
{
color: #7F407B;
}
</style>
background-color css
<style>
a { background-color: #7F407B; }
a { background-color: rgb(127,64,123); }
div.DivClassName
{
background-color: #7F407B;
}
.BgClassName
{
background-color: #7F407B;
}
</style>
border-color css
<style>
span { border-color: #7F407B; }
span { border-color: rgb(127,64,123); }
td.TdClassName
{
border-color: #7F407B;
}
.TagClassName
{
border-color: #7F407B;
}
</style>