Shades of Eminence #7F417B
Tints of Eminence #7F417B
RGB
CMYK
RGB Variations
Color information
#7F417B (or 0x7F417B) is known color: Eminence. HEX triplet: 7F, 41 and 7B. RGB value is (127,65,123). Sum of RGB (Red+Green+Blue) = 127+65+123=315 (41% of max value = 765). Red value is 127 (50% from 255 or 40.32% from 315); Green value is 65 (25.78% from 255 or 20.63% from 315); Blue value is 123 (48.44% from 255 or 39.05% from 315); Max value from RGB is 127 - color contains mainly: red. Hex color #7F417B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F417B is #80BE84. Grayscale: #595959. Windows color (decimal): -8437381 or 8077695. OLE color: 8077695.
HSL color Cylindrical-coordinate representation of color #7F417B: hue angle of 303.87º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7F417B is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 65 | 123 | - |
| CMYK | 0 | 0.49 | 0.03 | 0.50 |
| HSL | 303.87º | 0.32% | 0.38% | - |
| HSV(B) | 303.87º | 0.49% | 0.5% | - |
| XYZ | 14.22 | 9.72 | 19.87 | - |
| YUV | 90.15 | 146.54 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 65 | 123 | 0 | 0.49 | 0.03 | 0.50 | 303.87 | 0.32 | 0.38 |
| Hex | 7F | 41 | 7B | 0 | 31 | 3 | 32 | 130 | 20 | 26 |
| Octal | 177 | 101 | 173 | 0 | 61 | 3 | 62 | 460 | 40 | 46 |
| Binary | 1111111 | 1000001 | 1111011 | 0 | 110001 | 11 | 110010 | 100110000 | 100000 | 100110 |
Color Harmonies of #7F417B
Complementary color
Monochromatic Colors of #7F417B
Black with #7F417B
Text Example
Text Example
White with #7F417B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F417B; }
p { color: rgb(127,65,123); }
H1.HeaderClassName
{
color: #7F417B;
}
.AnyTagClassName
{
color: #7F417B;
}
</style>
background-color css
<style>
a { background-color: #7F417B; }
a { background-color: rgb(127,65,123); }
div.DivClassName
{
background-color: #7F417B;
}
.BgClassName
{
background-color: #7F417B;
}
</style>
border-color css
<style>
span { border-color: #7F417B; }
span { border-color: rgb(127,65,123); }
td.TdClassName
{
border-color: #7F417B;
}
.TagClassName
{
border-color: #7F417B;
}
</style>