Shades of Trendy Pink #7F5174
Tints of Trendy Pink #7F5174
RGB
CMYK
RGB Variations
Color information
#7F5174 (or 0x7F5174) is known color: Trendy Pink. HEX triplet: 7F, 51 and 74. RGB value is (127,81,116). Sum of RGB (Red+Green+Blue) = 127+81+116=324 (42% of max value = 765). Red value is 127 (50% from 255 or 39.20% from 324); Green value is 81 (32.03% from 255 or 25% from 324); Blue value is 116 (45.70% from 255 or 35.80% from 324); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5174 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5174 is #80AE8B. Grayscale: #626262. Windows color (decimal): -8433292 or 7623039. OLE color: 7623039.
HSL color Cylindrical-coordinate representation of color #7F5174: hue angle of 314.35º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7F5174 is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 81 | 116 | - |
| CMYK | 0 | 0.36 | 0.09 | 0.50 |
| HSL | 314.35º | 0.22% | 0.41% | - |
| HSV(B) | 314.35º | 0.36% | 0.5% | - |
| XYZ | 14.85 | 11.66 | 17.99 | - |
| YUV | 98.74 | 137.74 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 81 | 116 | 0 | 0.36 | 0.09 | 0.50 | 314.35 | 0.22 | 0.41 |
| Hex | 7F | 51 | 74 | 0 | 24 | 9 | 32 | 13A | 16 | 29 |
| Octal | 177 | 121 | 164 | 0 | 44 | 11 | 62 | 472 | 26 | 51 |
| Binary | 1111111 | 1010001 | 1110100 | 0 | 100100 | 1001 | 110010 | 100111010 | 10110 | 101001 |
Color Harmonies of #7F5174
Complementary color
Monochromatic Colors of #7F5174
Black with #7F5174
Text Example
Text Example
White with #7F5174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5174; }
p { color: rgb(127,81,116); }
H1.HeaderClassName
{
color: #7F5174;
}
.AnyTagClassName
{
color: #7F5174;
}
</style>
background-color css
<style>
a { background-color: #7F5174; }
a { background-color: rgb(127,81,116); }
div.DivClassName
{
background-color: #7F5174;
}
.BgClassName
{
background-color: #7F5174;
}
</style>
border-color css
<style>
span { border-color: #7F5174; }
span { border-color: rgb(127,81,116); }
td.TdClassName
{
border-color: #7F5174;
}
.TagClassName
{
border-color: #7F5174;
}
</style>