Shades of Eminence #7F437C
Tints of Eminence #7F437C
RGB
CMYK
RGB Variations
Color information
#7F437C (or 0x7F437C) is known color: Eminence. HEX triplet: 7F, 43 and 7C. RGB value is (127,67,124). Sum of RGB (Red+Green+Blue) = 127+67+124=318 (42% of max value = 765). Red value is 127 (50% from 255 or 39.94% from 318); Green value is 67 (26.56% from 255 or 21.07% from 318); Blue value is 124 (48.83% from 255 or 38.99% from 318); Max value from RGB is 127 - color contains mainly: red. Hex color #7F437C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F437C is #80BC83. Grayscale: #5B5B5B. Windows color (decimal): -8436868 or 8143743. OLE color: 8143743.
HSL color Cylindrical-coordinate representation of color #7F437C: hue angle of 303º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7F437C is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 67 | 124 | - |
| CMYK | 0 | 0.47 | 0.02 | 0.50 |
| HSL | 303º | 0.31% | 0.38% | - |
| HSV(B) | 303º | 0.47% | 0.5% | - |
| XYZ | 14.4 | 9.98 | 20.24 | - |
| YUV | 91.44 | 146.38 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 67 | 124 | 0 | 0.47 | 0.02 | 0.50 | 303 | 0.31 | 0.38 |
| Hex | 7F | 43 | 7C | 0 | 2F | 2 | 32 | 12F | 1F | 26 |
| Octal | 177 | 103 | 174 | 0 | 57 | 2 | 62 | 457 | 37 | 46 |
| Binary | 1111111 | 1000011 | 1111100 | 0 | 101111 | 10 | 110010 | 100101111 | 11111 | 100110 |
Color Harmonies of #7F437C
Complementary color
Monochromatic Colors of #7F437C
Black with #7F437C
Text Example
Text Example
White with #7F437C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F437C; }
p { color: rgb(127,67,124); }
H1.HeaderClassName
{
color: #7F437C;
}
.AnyTagClassName
{
color: #7F437C;
}
</style>
background-color css
<style>
a { background-color: #7F437C; }
a { background-color: rgb(127,67,124); }
div.DivClassName
{
background-color: #7F437C;
}
.BgClassName
{
background-color: #7F437C;
}
</style>
border-color css
<style>
span { border-color: #7F437C; }
span { border-color: rgb(127,67,124); }
td.TdClassName
{
border-color: #7F437C;
}
.TagClassName
{
border-color: #7F437C;
}
</style>