Shades of Trendy Pink #7E517B
Tints of Trendy Pink #7E517B
RGB
CMYK
RGB Variations
Color information
#7E517B (or 0x7E517B) is known color: Trendy Pink. HEX triplet: 7E, 51 and 7B. RGB value is (126,81,123). Sum of RGB (Red+Green+Blue) = 126+81+123=330 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.18% from 330); Green value is 81 (32.03% from 255 or 24.55% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 126 - color contains mainly: red. Hex color #7E517B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E517B is #81AE84. Grayscale: #636363. Windows color (decimal): -8498821 or 8081790. OLE color: 8081790.
HSL color Cylindrical-coordinate representation of color #7E517B: hue angle of 304º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7E517B is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 81 | 123 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.51 |
| HSL | 304º | 0.22% | 0.41% | - |
| HSV(B) | 304º | 0.36% | 0.49% | - |
| XYZ | 15.12 | 11.75 | 20.21 | - |
| YUV | 99.24 | 141.41 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 81 | 123 | 0 | 0.36 | 0.02 | 0.51 | 304 | 0.22 | 0.41 |
| Hex | 7E | 51 | 7B | 0 | 24 | 2 | 33 | 130 | 16 | 29 |
| Octal | 176 | 121 | 173 | 0 | 44 | 2 | 63 | 460 | 26 | 51 |
| Binary | 1111110 | 1010001 | 1111011 | 0 | 100100 | 10 | 110011 | 100110000 | 10110 | 101001 |
Color Harmonies of #7E517B
Complementary color
Monochromatic Colors of #7E517B
Black with #7E517B
Text Example
Text Example
White with #7E517B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E517B; }
p { color: rgb(126,81,123); }
H1.HeaderClassName
{
color: #7E517B;
}
.AnyTagClassName
{
color: #7E517B;
}
</style>
background-color css
<style>
a { background-color: #7E517B; }
a { background-color: rgb(126,81,123); }
div.DivClassName
{
background-color: #7E517B;
}
.BgClassName
{
background-color: #7E517B;
}
</style>
border-color css
<style>
span { border-color: #7E517B; }
span { border-color: rgb(126,81,123); }
td.TdClassName
{
border-color: #7E517B;
}
.TagClassName
{
border-color: #7E517B;
}
</style>