Shades of Trendy Pink #7F4984
Tints of Trendy Pink #7F4984
RGB
CMYK
RGB Variations
Color information
#7F4984 (or 0x7F4984) is known color: Trendy Pink. HEX triplet: 7F, 49 and 84. RGB value is (127,73,132). Sum of RGB (Red+Green+Blue) = 127+73+132=332 (43% of max value = 765). Red value is 127 (50% from 255 or 38.25% from 332); Green value is 73 (28.91% from 255 or 21.99% from 332); Blue value is 132 (51.95% from 255 or 39.76% from 332); Max value from RGB is 132 - color contains mainly: blue. Hex color #7F4984 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F4984 is #80B67B. Grayscale: #5F5F5F. Windows color (decimal): -8435324 or 8669567. OLE color: 8669567.
HSL color Cylindrical-coordinate representation of color #7F4984: hue angle of 294.92º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7F4984 is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 127 | 73 | 132 | - |
| CMYK | 0.04 | 0.45 | 0 | 0.48 |
| HSL | 294.92º | 0.29% | 0.4% | - |
| HSV(B) | 294.92º | 0.45% | 0.52% | - |
| XYZ | 15.3 | 10.94 | 23.14 | - |
| YUV | 95.87 | 148.39 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 73 | 132 | 0.04 | 0.45 | 0 | 0.48 | 294.92 | 0.29 | 0.4 |
| Hex | 7F | 49 | 84 | 4 | 2D | 0 | 30 | 127 | 1D | 28 |
| Octal | 177 | 111 | 204 | 4 | 55 | 0 | 60 | 447 | 35 | 50 |
| Binary | 1111111 | 1001001 | 10000100 | 100 | 101101 | 0 | 110000 | 100100111 | 11101 | 101000 |
Color Harmonies of #7F4984
Complementary color
Monochromatic Colors of #7F4984
Black with #7F4984
Text Example
Text Example
White with #7F4984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4984; }
p { color: rgb(127,73,132); }
H1.HeaderClassName
{
color: #7F4984;
}
.AnyTagClassName
{
color: #7F4984;
}
</style>
background-color css
<style>
a { background-color: #7F4984; }
a { background-color: rgb(127,73,132); }
div.DivClassName
{
background-color: #7F4984;
}
.BgClassName
{
background-color: #7F4984;
}
</style>
border-color css
<style>
span { border-color: #7F4984; }
span { border-color: rgb(127,73,132); }
td.TdClassName
{
border-color: #7F4984;
}
.TagClassName
{
border-color: #7F4984;
}
</style>