Shades of Eminence #7D307F
Tints of Eminence #7D307F
RGB
CMYK
RGB Variations
Color information
#7D307F (or 0x7D307F) is known color: Eminence. HEX triplet: 7D, 30 and 7F. RGB value is (125,48,127). Sum of RGB (Red+Green+Blue) = 125+48+127=300 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.67% from 300); Green value is 48 (19.14% from 255 or 16% from 300); Blue value is 127 (50% from 255 or 42.33% from 300); Max value from RGB is 127 - color contains mainly: blue. Hex color #7D307F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D307F is #82CF80. Grayscale: #4F4F4F. Windows color (decimal): -8572801 or 8335485. OLE color: 8335485.
HSL color Cylindrical-coordinate representation of color #7D307F: hue angle of 298.48º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7D307F is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 125 | 48 | 127 | - |
| CMYK | 0.02 | 0.62 | 0 | 0.50 |
| HSL | 298.48º | 0.45% | 0.34% | - |
| HSV(B) | 298.48º | 0.62% | 0.5% | - |
| XYZ | 13.35 | 8.01 | 20.92 | - |
| YUV | 80.03 | 154.51 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 48 | 127 | 0.02 | 0.62 | 0 | 0.50 | 298.48 | 0.45 | 0.34 |
| Hex | 7D | 30 | 7F | 2 | 3E | 0 | 32 | 12A | 2D | 22 |
| Octal | 175 | 60 | 177 | 2 | 76 | 0 | 62 | 452 | 55 | 42 |
| Binary | 1111101 | 110000 | 1111111 | 10 | 111110 | 0 | 110010 | 100101010 | 101101 | 100010 |
Color Harmonies of #7D307F
Complementary color
Monochromatic Colors of #7D307F
Black with #7D307F
Text Example
Text Example
White with #7D307F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D307F; }
p { color: rgb(125,48,127); }
H1.HeaderClassName
{
color: #7D307F;
}
.AnyTagClassName
{
color: #7D307F;
}
</style>
background-color css
<style>
a { background-color: #7D307F; }
a { background-color: rgb(125,48,127); }
div.DivClassName
{
background-color: #7D307F;
}
.BgClassName
{
background-color: #7D307F;
}
</style>
border-color css
<style>
span { border-color: #7D307F; }
span { border-color: rgb(125,48,127); }
td.TdClassName
{
border-color: #7D307F;
}
.TagClassName
{
border-color: #7D307F;
}
</style>