Shades of Trendy Pink #7E4A78
Tints of Trendy Pink #7E4A78
RGB
CMYK
RGB Variations
Color information
#7E4A78 (or 0x7E4A78) is known color: Trendy Pink. HEX triplet: 7E, 4A and 78. RGB value is (126,74,120). Sum of RGB (Red+Green+Blue) = 126+74+120=320 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.38% from 320); Green value is 74 (29.30% from 255 or 23.12% from 320); Blue value is 120 (47.27% from 255 or 37.5% from 320); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4A78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E4A78 is #81B587. Grayscale: #5E5E5E. Windows color (decimal): -8500616 or 7883390. OLE color: 7883390.
HSL color Cylindrical-coordinate representation of color #7E4A78: hue angle of 306.92º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7E4A78 is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 74 | 120 | - |
| CMYK | 0 | 0.41 | 0.05 | 0.51 |
| HSL | 306.92º | 0.26% | 0.39% | - |
| HSV(B) | 306.92º | 0.41% | 0.49% | - |
| XYZ | 14.44 | 10.69 | 19.07 | - |
| YUV | 94.79 | 142.23 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 74 | 120 | 0 | 0.41 | 0.05 | 0.51 | 306.92 | 0.26 | 0.39 |
| Hex | 7E | 4A | 78 | 0 | 29 | 5 | 33 | 133 | 1A | 27 |
| Octal | 176 | 112 | 170 | 0 | 51 | 5 | 63 | 463 | 32 | 47 |
| Binary | 1111110 | 1001010 | 1111000 | 0 | 101001 | 101 | 110011 | 100110011 | 11010 | 100111 |
Color Harmonies of #7E4A78
Complementary color
Monochromatic Colors of #7E4A78
Black with #7E4A78
Text Example
Text Example
White with #7E4A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4A78; }
p { color: rgb(126,74,120); }
H1.HeaderClassName
{
color: #7E4A78;
}
.AnyTagClassName
{
color: #7E4A78;
}
</style>
background-color css
<style>
a { background-color: #7E4A78; }
a { background-color: rgb(126,74,120); }
div.DivClassName
{
background-color: #7E4A78;
}
.BgClassName
{
background-color: #7E4A78;
}
</style>
border-color css
<style>
span { border-color: #7E4A78; }
span { border-color: rgb(126,74,120); }
td.TdClassName
{
border-color: #7E4A78;
}
.TagClassName
{
border-color: #7E4A78;
}
</style>