Shades of Eminence #7A3D7F
Tints of Eminence #7A3D7F
RGB
CMYK
RGB Variations
Color information
#7A3D7F (or 0x7A3D7F) is known color: Eminence. HEX triplet: 7A, 3D and 7F. RGB value is (122,61,127). Sum of RGB (Red+Green+Blue) = 122+61+127=310 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.35% from 310); Green value is 61 (24.22% from 255 or 19.68% from 310); Blue value is 127 (50% from 255 or 40.97% from 310); Max value from RGB is 127 - color contains mainly: blue. Hex color #7A3D7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A3D7F is #85C280. Grayscale: #565656. Windows color (decimal): -8766081 or 8338810. OLE color: 8338810.
HSL color Cylindrical-coordinate representation of color #7A3D7F: hue angle of 295.45º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7A3D7F is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 122 | 61 | 127 | - |
| CMYK | 0.04 | 0.52 | 0 | 0.50 |
| HSL | 295.45º | 0.35% | 0.37% | - |
| HSV(B) | 295.45º | 0.52% | 0.5% | - |
| XYZ | 13.53 | 9.01 | 21.1 | - |
| YUV | 86.76 | 150.71 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 61 | 127 | 0.04 | 0.52 | 0 | 0.50 | 295.45 | 0.35 | 0.37 |
| Hex | 7A | 3D | 7F | 4 | 34 | 0 | 32 | 127 | 23 | 25 |
| Octal | 172 | 75 | 177 | 4 | 64 | 0 | 62 | 447 | 43 | 45 |
| Binary | 1111010 | 111101 | 1111111 | 100 | 110100 | 0 | 110010 | 100100111 | 100011 | 100101 |
Color Harmonies of #7A3D7F
Complementary color
Monochromatic Colors of #7A3D7F
Black with #7A3D7F
Text Example
Text Example
White with #7A3D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3D7F; }
p { color: rgb(122,61,127); }
H1.HeaderClassName
{
color: #7A3D7F;
}
.AnyTagClassName
{
color: #7A3D7F;
}
</style>
background-color css
<style>
a { background-color: #7A3D7F; }
a { background-color: rgb(122,61,127); }
div.DivClassName
{
background-color: #7A3D7F;
}
.BgClassName
{
background-color: #7A3D7F;
}
</style>
border-color css
<style>
span { border-color: #7A3D7F; }
span { border-color: rgb(122,61,127); }
td.TdClassName
{
border-color: #7A3D7F;
}
.TagClassName
{
border-color: #7A3D7F;
}
</style>