Shades of Trendy Pink #7B5981
Tints of Trendy Pink #7B5981
RGB
CMYK
RGB Variations
Color information
#7B5981 (or 0x7B5981) is known color: Trendy Pink. HEX triplet: 7B, 59 and 81. RGB value is (123,89,129). Sum of RGB (Red+Green+Blue) = 123+89+129=341 (45% of max value = 765). Red value is 123 (48.44% from 255 or 36.07% from 341); Green value is 89 (35.16% from 255 or 26.10% from 341); Blue value is 129 (50.78% from 255 or 37.83% from 341); Max value from RGB is 129 - color contains mainly: blue. Hex color #7B5981 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B5981 is #84A67E. Grayscale: #676767. Windows color (decimal): -8693375 or 8477051. OLE color: 8477051.
HSL color Cylindrical-coordinate representation of color #7B5981: hue angle of 291º 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 #7B5981 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 123 | 89 | 129 | - |
| CMYK | 0.05 | 0.31 | 0 | 0.49 |
| HSL | 291º | 0.18% | 0.43% | - |
| HSV(B) | 291º | 0.31% | 0.51% | - |
| XYZ | 15.7 | 12.94 | 22.44 | - |
| YUV | 103.73 | 142.26 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 89 | 129 | 0.05 | 0.31 | 0 | 0.49 | 291 | 0.18 | 0.43 |
| Hex | 7B | 59 | 81 | 5 | 1F | 0 | 31 | 123 | 12 | 2B |
| Octal | 173 | 131 | 201 | 5 | 37 | 0 | 61 | 443 | 22 | 53 |
| Binary | 1111011 | 1011001 | 10000001 | 101 | 11111 | 0 | 110001 | 100100011 | 10010 | 101011 |
Color Harmonies of #7B5981
Complementary color
Monochromatic Colors of #7B5981
Black with #7B5981
Text Example
Text Example
White with #7B5981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5981; }
p { color: rgb(123,89,129); }
H1.HeaderClassName
{
color: #7B5981;
}
.AnyTagClassName
{
color: #7B5981;
}
</style>
background-color css
<style>
a { background-color: #7B5981; }
a { background-color: rgb(123,89,129); }
div.DivClassName
{
background-color: #7B5981;
}
.BgClassName
{
background-color: #7B5981;
}
</style>
border-color css
<style>
span { border-color: #7B5981; }
span { border-color: rgb(123,89,129); }
td.TdClassName
{
border-color: #7B5981;
}
.TagClassName
{
border-color: #7B5981;
}
</style>