Shades of Trendy Pink #7A4F7E
Tints of Trendy Pink #7A4F7E
RGB
CMYK
RGB Variations
Color information
#7A4F7E (or 0x7A4F7E) is known color: Trendy Pink. HEX triplet: 7A, 4F and 7E. RGB value is (122,79,126). Sum of RGB (Red+Green+Blue) = 122+79+126=327 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.31% from 327); Green value is 79 (31.25% from 255 or 24.16% from 327); Blue value is 126 (49.61% from 255 or 38.53% from 327); Max value from RGB is 126 - color contains mainly: blue. Hex color #7A4F7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A4F7E is #85B081. Grayscale: #616161. Windows color (decimal): -8761474 or 8277882. OLE color: 8277882.
HSL color Cylindrical-coordinate representation of color #7A4F7E: hue angle of 294.89º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7A4F7E is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 122 | 79 | 126 | - |
| CMYK | 0.03 | 0.37 | 0 | 0.51 |
| HSL | 294.89º | 0.23% | 0.4% | - |
| HSV(B) | 294.89º | 0.37% | 0.49% | - |
| XYZ | 14.59 | 11.24 | 21.14 | - |
| YUV | 97.22 | 144.25 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 79 | 126 | 0.03 | 0.37 | 0 | 0.51 | 294.89 | 0.23 | 0.4 |
| Hex | 7A | 4F | 7E | 3 | 25 | 0 | 33 | 127 | 17 | 28 |
| Octal | 172 | 117 | 176 | 3 | 45 | 0 | 63 | 447 | 27 | 50 |
| Binary | 1111010 | 1001111 | 1111110 | 11 | 100101 | 0 | 110011 | 100100111 | 10111 | 101000 |
Color Harmonies of #7A4F7E
Complementary color
Monochromatic Colors of #7A4F7E
Black with #7A4F7E
Text Example
Text Example
White with #7A4F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4F7E; }
p { color: rgb(122,79,126); }
H1.HeaderClassName
{
color: #7A4F7E;
}
.AnyTagClassName
{
color: #7A4F7E;
}
</style>
background-color css
<style>
a { background-color: #7A4F7E; }
a { background-color: rgb(122,79,126); }
div.DivClassName
{
background-color: #7A4F7E;
}
.BgClassName
{
background-color: #7A4F7E;
}
</style>
border-color css
<style>
span { border-color: #7A4F7E; }
span { border-color: rgb(122,79,126); }
td.TdClassName
{
border-color: #7A4F7E;
}
.TagClassName
{
border-color: #7A4F7E;
}
</style>