Shades of Trendy Pink #7D497A
Tints of Trendy Pink #7D497A
RGB
CMYK
RGB Variations
Color information
#7D497A (or 0x7D497A) is known color: Trendy Pink. HEX triplet: 7D, 49 and 7A. RGB value is (125,73,122). Sum of RGB (Red+Green+Blue) = 125+73+122=320 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.06% from 320); Green value is 73 (28.91% from 255 or 22.81% from 320); Blue value is 122 (48.05% from 255 or 38.12% from 320); Max value from RGB is 125 - color contains mainly: red. Hex color #7D497A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D497A is #82B685. Grayscale: #5D5D5D. Windows color (decimal): -8566406 or 8014205. OLE color: 8014205.
HSL color Cylindrical-coordinate representation of color #7D497A: hue angle of 303.46º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7D497A is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 73 | 122 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.51 |
| HSL | 303.46º | 0.26% | 0.39% | - |
| HSV(B) | 303.46º | 0.42% | 0.49% | - |
| XYZ | 14.35 | 10.53 | 19.69 | - |
| YUV | 94.13 | 143.73 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 73 | 122 | 0 | 0.42 | 0.02 | 0.51 | 303.46 | 0.26 | 0.39 |
| Hex | 7D | 49 | 7A | 0 | 2A | 2 | 33 | 12F | 1A | 27 |
| Octal | 175 | 111 | 172 | 0 | 52 | 2 | 63 | 457 | 32 | 47 |
| Binary | 1111101 | 1001001 | 1111010 | 0 | 101010 | 10 | 110011 | 100101111 | 11010 | 100111 |
Color Harmonies of #7D497A
Complementary color
Monochromatic Colors of #7D497A
Black with #7D497A
Text Example
Text Example
White with #7D497A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D497A; }
p { color: rgb(125,73,122); }
H1.HeaderClassName
{
color: #7D497A;
}
.AnyTagClassName
{
color: #7D497A;
}
</style>
background-color css
<style>
a { background-color: #7D497A; }
a { background-color: rgb(125,73,122); }
div.DivClassName
{
background-color: #7D497A;
}
.BgClassName
{
background-color: #7D497A;
}
</style>
border-color css
<style>
span { border-color: #7D497A; }
span { border-color: rgb(125,73,122); }
td.TdClassName
{
border-color: #7D497A;
}
.TagClassName
{
border-color: #7D497A;
}
</style>