Shades of Trendy Pink #7F5981
Tints of Trendy Pink #7F5981
RGB
CMYK
RGB Variations
Color information
#7F5981 (or 0x7F5981) is known color: Trendy Pink. HEX triplet: 7F, 59 and 81. RGB value is (127,89,129). Sum of RGB (Red+Green+Blue) = 127+89+129=345 (45% of max value = 765). Red value is 127 (50% from 255 or 36.81% from 345); Green value is 89 (35.16% from 255 or 25.80% from 345); Blue value is 129 (50.78% from 255 or 37.39% from 345); Max value from RGB is 129 - color contains mainly: blue. Hex color #7F5981 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F5981 is #80A67E. Grayscale: #686868. Windows color (decimal): -8431231 or 8477055. OLE color: 8477055.
HSL color Cylindrical-coordinate representation of color #7F5981: hue angle of 297º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7F5981 is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 127 | 89 | 129 | - |
| CMYK | 0.02 | 0.31 | 0 | 0.49 |
| HSL | 297º | 0.18% | 0.43% | - |
| HSV(B) | 297º | 0.31% | 0.51% | - |
| XYZ | 16.29 | 13.24 | 22.47 | - |
| YUV | 104.92 | 141.59 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 89 | 129 | 0.02 | 0.31 | 0 | 0.49 | 297 | 0.18 | 0.43 |
| Hex | 7F | 59 | 81 | 2 | 1F | 0 | 31 | 129 | 12 | 2B |
| Octal | 177 | 131 | 201 | 2 | 37 | 0 | 61 | 451 | 22 | 53 |
| Binary | 1111111 | 1011001 | 10000001 | 10 | 11111 | 0 | 110001 | 100101001 | 10010 | 101011 |
Color Harmonies of #7F5981
Complementary color
Monochromatic Colors of #7F5981
Black with #7F5981
Text Example
Text Example
White with #7F5981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5981; }
p { color: rgb(127,89,129); }
H1.HeaderClassName
{
color: #7F5981;
}
.AnyTagClassName
{
color: #7F5981;
}
</style>
background-color css
<style>
a { background-color: #7F5981; }
a { background-color: rgb(127,89,129); }
div.DivClassName
{
background-color: #7F5981;
}
.BgClassName
{
background-color: #7F5981;
}
</style>
border-color css
<style>
span { border-color: #7F5981; }
span { border-color: rgb(127,89,129); }
td.TdClassName
{
border-color: #7F5981;
}
.TagClassName
{
border-color: #7F5981;
}
</style>