Shades of Eminence #7F3A7B
Tints of Eminence #7F3A7B
RGB
CMYK
RGB Variations
Color information
#7F3A7B (or 0x7F3A7B) is known color: Eminence. HEX triplet: 7F, 3A and 7B. RGB value is (127,58,123). Sum of RGB (Red+Green+Blue) = 127+58+123=308 (40% of max value = 765). Red value is 127 (50% from 255 or 41.23% from 308); Green value is 58 (23.05% from 255 or 18.83% from 308); Blue value is 123 (48.44% from 255 or 39.94% from 308); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3A7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F3A7B is #80C584. Grayscale: #555555. Windows color (decimal): -8439173 or 8075903. OLE color: 8075903.
HSL color Cylindrical-coordinate representation of color #7F3A7B: hue angle of 303.48º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7F3A7B is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 58 | 123 | - |
| CMYK | 0 | 0.54 | 0.03 | 0.50 |
| HSL | 303.48º | 0.37% | 0.36% | - |
| HSV(B) | 303.48º | 0.54% | 0.5% | - |
| XYZ | 13.84 | 8.97 | 19.74 | - |
| YUV | 86.04 | 148.86 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 58 | 123 | 0 | 0.54 | 0.03 | 0.50 | 303.48 | 0.37 | 0.36 |
| Hex | 7F | 3A | 7B | 0 | 36 | 3 | 32 | 12F | 25 | 24 |
| Octal | 177 | 72 | 173 | 0 | 66 | 3 | 62 | 457 | 45 | 44 |
| Binary | 1111111 | 111010 | 1111011 | 0 | 110110 | 11 | 110010 | 100101111 | 100101 | 100100 |
Color Harmonies of #7F3A7B
Complementary color
Monochromatic Colors of #7F3A7B
Black with #7F3A7B
Text Example
Text Example
White with #7F3A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3A7B; }
p { color: rgb(127,58,123); }
H1.HeaderClassName
{
color: #7F3A7B;
}
.AnyTagClassName
{
color: #7F3A7B;
}
</style>
background-color css
<style>
a { background-color: #7F3A7B; }
a { background-color: rgb(127,58,123); }
div.DivClassName
{
background-color: #7F3A7B;
}
.BgClassName
{
background-color: #7F3A7B;
}
</style>
border-color css
<style>
span { border-color: #7F3A7B; }
span { border-color: rgb(127,58,123); }
td.TdClassName
{
border-color: #7F3A7B;
}
.TagClassName
{
border-color: #7F3A7B;
}
</style>