Shades of Eminence #7F3878
Tints of Eminence #7F3878
RGB
CMYK
RGB Variations
Color information
#7F3878 (or 0x7F3878) is known color: Eminence. HEX triplet: 7F, 38 and 78. RGB value is (127,56,120). Sum of RGB (Red+Green+Blue) = 127+56+120=303 (40% of max value = 765). Red value is 127 (50% from 255 or 41.91% from 303); Green value is 56 (22.27% from 255 or 18.48% from 303); Blue value is 120 (47.27% from 255 or 39.60% from 303); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3878 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F3878 is #80C787. Grayscale: #545454. Windows color (decimal): -8439688 or 7878783. OLE color: 7878783.
HSL color Cylindrical-coordinate representation of color #7F3878: hue angle of 305.92º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7F3878 is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 56 | 120 | - |
| CMYK | 0 | 0.56 | 0.06 | 0.50 |
| HSL | 305.92º | 0.39% | 0.36% | - |
| HSV(B) | 305.92º | 0.56% | 0.5% | - |
| XYZ | 13.56 | 8.7 | 18.73 | - |
| YUV | 84.53 | 148.02 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 56 | 120 | 0 | 0.56 | 0.06 | 0.50 | 305.92 | 0.39 | 0.36 |
| Hex | 7F | 38 | 78 | 0 | 38 | 6 | 32 | 132 | 27 | 24 |
| Octal | 177 | 70 | 170 | 0 | 70 | 6 | 62 | 462 | 47 | 44 |
| Binary | 1111111 | 111000 | 1111000 | 0 | 111000 | 110 | 110010 | 100110010 | 100111 | 100100 |
Color Harmonies of #7F3878
Complementary color
Monochromatic Colors of #7F3878
Black with #7F3878
Text Example
Text Example
White with #7F3878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3878; }
p { color: rgb(127,56,120); }
H1.HeaderClassName
{
color: #7F3878;
}
.AnyTagClassName
{
color: #7F3878;
}
</style>
background-color css
<style>
a { background-color: #7F3878; }
a { background-color: rgb(127,56,120); }
div.DivClassName
{
background-color: #7F3878;
}
.BgClassName
{
background-color: #7F3878;
}
</style>
border-color css
<style>
span { border-color: #7F3878; }
span { border-color: rgb(127,56,120); }
td.TdClassName
{
border-color: #7F3878;
}
.TagClassName
{
border-color: #7F3878;
}
</style>