Shades of Eminence #7D3775
Tints of Eminence #7D3775
RGB
CMYK
RGB Variations
Color information
#7D3775 (or 0x7D3775) is known color: Eminence. HEX triplet: 7D, 37 and 75. RGB value is (125,55,117). Sum of RGB (Red+Green+Blue) = 125+55+117=297 (39% of max value = 765). Red value is 125 (49.22% from 255 or 42.09% from 297); Green value is 55 (21.88% from 255 or 18.52% from 297); Blue value is 117 (46.09% from 255 or 39.39% from 297); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3775 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3775 is #82C88A. Grayscale: #525252. Windows color (decimal): -8571019 or 7681917. OLE color: 7681917.
HSL color Cylindrical-coordinate representation of color #7D3775: hue angle of 306.86º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7D3775 is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 55 | 117 | - |
| CMYK | 0 | 0.56 | 0.06 | 0.51 |
| HSL | 306.86º | 0.39% | 0.35% | - |
| HSV(B) | 306.86º | 0.56% | 0.49% | - |
| XYZ | 13.03 | 8.38 | 17.76 | - |
| YUV | 83 | 147.19 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 55 | 117 | 0 | 0.56 | 0.06 | 0.51 | 306.86 | 0.39 | 0.35 |
| Hex | 7D | 37 | 75 | 0 | 38 | 6 | 33 | 133 | 27 | 23 |
| Octal | 175 | 67 | 165 | 0 | 70 | 6 | 63 | 463 | 47 | 43 |
| Binary | 1111101 | 110111 | 1110101 | 0 | 111000 | 110 | 110011 | 100110011 | 100111 | 100011 |
Color Harmonies of #7D3775
Complementary color
Monochromatic Colors of #7D3775
Black with #7D3775
Text Example
Text Example
White with #7D3775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3775; }
p { color: rgb(125,55,117); }
H1.HeaderClassName
{
color: #7D3775;
}
.AnyTagClassName
{
color: #7D3775;
}
</style>
background-color css
<style>
a { background-color: #7D3775; }
a { background-color: rgb(125,55,117); }
div.DivClassName
{
background-color: #7D3775;
}
.BgClassName
{
background-color: #7D3775;
}
</style>
border-color css
<style>
span { border-color: #7D3775; }
span { border-color: rgb(125,55,117); }
td.TdClassName
{
border-color: #7D3775;
}
.TagClassName
{
border-color: #7D3775;
}
</style>