Shades of Eminence #7F397A
Tints of Eminence #7F397A
RGB
CMYK
RGB Variations
Color information
#7F397A (or 0x7F397A) is known color: Eminence. HEX triplet: 7F, 39 and 7A. RGB value is (127,57,122). Sum of RGB (Red+Green+Blue) = 127+57+122=306 (40% of max value = 765). Red value is 127 (50% from 255 or 41.50% from 306); Green value is 57 (22.66% from 255 or 18.63% from 306); Blue value is 122 (48.05% from 255 or 39.87% from 306); Max value from RGB is 127 - color contains mainly: red. Hex color #7F397A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F397A is #80C685. Grayscale: #555555. Windows color (decimal): -8439430 or 8010111. OLE color: 8010111.
HSL color Cylindrical-coordinate representation of color #7F397A: hue angle of 304.29º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7F397A is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 57 | 122 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.50 |
| HSL | 304.29º | 0.38% | 0.36% | - |
| HSV(B) | 304.29º | 0.55% | 0.5% | - |
| XYZ | 13.73 | 8.84 | 19.4 | - |
| YUV | 85.34 | 148.69 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 57 | 122 | 0 | 0.55 | 0.04 | 0.50 | 304.29 | 0.38 | 0.36 |
| Hex | 7F | 39 | 7A | 0 | 37 | 4 | 32 | 130 | 26 | 24 |
| Octal | 177 | 71 | 172 | 0 | 67 | 4 | 62 | 460 | 46 | 44 |
| Binary | 1111111 | 111001 | 1111010 | 0 | 110111 | 100 | 110010 | 100110000 | 100110 | 100100 |
Color Harmonies of #7F397A
Complementary color
Monochromatic Colors of #7F397A
Black with #7F397A
Text Example
Text Example
White with #7F397A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F397A; }
p { color: rgb(127,57,122); }
H1.HeaderClassName
{
color: #7F397A;
}
.AnyTagClassName
{
color: #7F397A;
}
</style>
background-color css
<style>
a { background-color: #7F397A; }
a { background-color: rgb(127,57,122); }
div.DivClassName
{
background-color: #7F397A;
}
.BgClassName
{
background-color: #7F397A;
}
</style>
border-color css
<style>
span { border-color: #7F397A; }
span { border-color: rgb(127,57,122); }
td.TdClassName
{
border-color: #7F397A;
}
.TagClassName
{
border-color: #7F397A;
}
</style>