Shades of Trendy Pink #7B5174
Tints of Trendy Pink #7B5174
RGB
CMYK
RGB Variations
Color information
#7B5174 (or 0x7B5174) is known color: Trendy Pink. HEX triplet: 7B, 51 and 74. RGB value is (123,81,116). Sum of RGB (Red+Green+Blue) = 123+81+116=320 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.44% from 320); Green value is 81 (32.03% from 255 or 25.31% from 320); Blue value is 116 (45.70% from 255 or 36.25% from 320); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5174 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5174 is #84AE8B. Grayscale: #616161. Windows color (decimal): -8695436 or 7623035. OLE color: 7623035.
HSL color Cylindrical-coordinate representation of color #7B5174: hue angle of 310º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7B5174 is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 81 | 116 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.52 |
| HSL | 310º | 0.21% | 0.4% | - |
| HSV(B) | 310º | 0.34% | 0.48% | - |
| XYZ | 14.26 | 11.36 | 17.96 | - |
| YUV | 97.55 | 138.41 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 81 | 116 | 0 | 0.34 | 0.06 | 0.52 | 310 | 0.21 | 0.4 |
| Hex | 7B | 51 | 74 | 0 | 22 | 6 | 34 | 136 | 15 | 28 |
| Octal | 173 | 121 | 164 | 0 | 42 | 6 | 64 | 466 | 25 | 50 |
| Binary | 1111011 | 1010001 | 1110100 | 0 | 100010 | 110 | 110100 | 100110110 | 10101 | 101000 |
Color Harmonies of #7B5174
Complementary color
Monochromatic Colors of #7B5174
Black with #7B5174
Text Example
Text Example
White with #7B5174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5174; }
p { color: rgb(123,81,116); }
H1.HeaderClassName
{
color: #7B5174;
}
.AnyTagClassName
{
color: #7B5174;
}
</style>
background-color css
<style>
a { background-color: #7B5174; }
a { background-color: rgb(123,81,116); }
div.DivClassName
{
background-color: #7B5174;
}
.BgClassName
{
background-color: #7B5174;
}
</style>
border-color css
<style>
span { border-color: #7B5174; }
span { border-color: rgb(123,81,116); }
td.TdClassName
{
border-color: #7B5174;
}
.TagClassName
{
border-color: #7B5174;
}
</style>