Shades of Eminence #7F357D
Tints of Eminence #7F357D
RGB
CMYK
RGB Variations
Color information
#7F357D (or 0x7F357D) is known color: Eminence. HEX triplet: 7F, 35 and 7D. RGB value is (127,53,125). Sum of RGB (Red+Green+Blue) = 127+53+125=305 (40% of max value = 765). Red value is 127 (50% from 255 or 41.64% from 305); Green value is 53 (21.09% from 255 or 17.38% from 305); Blue value is 125 (49.22% from 255 or 40.98% from 305); Max value from RGB is 127 - color contains mainly: red. Hex color #7F357D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F357D is #80CA82. Grayscale: #535353. Windows color (decimal): -8440451 or 8205695. OLE color: 8205695.
HSL color Cylindrical-coordinate representation of color #7F357D: hue angle of 301.62º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7F357D is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 53 | 125 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.50 |
| HSL | 301.62º | 0.41% | 0.35% | - |
| HSV(B) | 301.62º | 0.58% | 0.5% | - |
| XYZ | 13.73 | 8.54 | 20.33 | - |
| YUV | 83.33 | 151.52 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 53 | 125 | 0 | 0.58 | 0.02 | 0.50 | 301.62 | 0.41 | 0.35 |
| Hex | 7F | 35 | 7D | 0 | 3A | 2 | 32 | 12E | 29 | 23 |
| Octal | 177 | 65 | 175 | 0 | 72 | 2 | 62 | 456 | 51 | 43 |
| Binary | 1111111 | 110101 | 1111101 | 0 | 111010 | 10 | 110010 | 100101110 | 101001 | 100011 |
Color Harmonies of #7F357D
Complementary color
Monochromatic Colors of #7F357D
Black with #7F357D
Text Example
Text Example
White with #7F357D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F357D; }
p { color: rgb(127,53,125); }
H1.HeaderClassName
{
color: #7F357D;
}
.AnyTagClassName
{
color: #7F357D;
}
</style>
background-color css
<style>
a { background-color: #7F357D; }
a { background-color: rgb(127,53,125); }
div.DivClassName
{
background-color: #7F357D;
}
.BgClassName
{
background-color: #7F357D;
}
</style>
border-color css
<style>
span { border-color: #7F357D; }
span { border-color: rgb(127,53,125); }
td.TdClassName
{
border-color: #7F357D;
}
.TagClassName
{
border-color: #7F357D;
}
</style>