Shades of Trendy Pink #7F4B7B
Tints of Trendy Pink #7F4B7B
RGB
CMYK
RGB Variations
Color information
#7F4B7B (or 0x7F4B7B) is known color: Trendy Pink. HEX triplet: 7F, 4B and 7B. RGB value is (127,75,123). Sum of RGB (Red+Green+Blue) = 127+75+123=325 (43% of max value = 765). Red value is 127 (50% from 255 or 39.08% from 325); Green value is 75 (29.69% from 255 or 23.08% from 325); Blue value is 123 (48.44% from 255 or 37.85% from 325); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4B7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F4B7B is #80B484. Grayscale: #5F5F5F. Windows color (decimal): -8434821 or 8080255. OLE color: 8080255.
HSL color Cylindrical-coordinate representation of color #7F4B7B: hue angle of 304.62º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7F4B7B is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 75 | 123 | - |
| CMYK | 0 | 0.41 | 0.03 | 0.50 |
| HSL | 304.62º | 0.26% | 0.4% | - |
| HSV(B) | 304.62º | 0.41% | 0.5% | - |
| XYZ | 14.84 | 10.97 | 20.07 | - |
| YUV | 96.02 | 143.23 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 75 | 123 | 0 | 0.41 | 0.03 | 0.50 | 304.62 | 0.26 | 0.4 |
| Hex | 7F | 4B | 7B | 0 | 29 | 3 | 32 | 131 | 1A | 28 |
| Octal | 177 | 113 | 173 | 0 | 51 | 3 | 62 | 461 | 32 | 50 |
| Binary | 1111111 | 1001011 | 1111011 | 0 | 101001 | 11 | 110010 | 100110001 | 11010 | 101000 |
Color Harmonies of #7F4B7B
Complementary color
Monochromatic Colors of #7F4B7B
Black with #7F4B7B
Text Example
Text Example
White with #7F4B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4B7B; }
p { color: rgb(127,75,123); }
H1.HeaderClassName
{
color: #7F4B7B;
}
.AnyTagClassName
{
color: #7F4B7B;
}
</style>
background-color css
<style>
a { background-color: #7F4B7B; }
a { background-color: rgb(127,75,123); }
div.DivClassName
{
background-color: #7F4B7B;
}
.BgClassName
{
background-color: #7F4B7B;
}
</style>
border-color css
<style>
span { border-color: #7F4B7B; }
span { border-color: rgb(127,75,123); }
td.TdClassName
{
border-color: #7F4B7B;
}
.TagClassName
{
border-color: #7F4B7B;
}
</style>