#7F4D84

Color #7F4D84 Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #7F4D84

Tints of Trendy Pink #7F4D84

Color information

#7F4D84 (or 0x7F4D84) is unknown color: approx Trendy Pink. HEX triplet: 7F, 4D and 84. RGB value is (127,77,132). Sum of RGB (Red+Green+Blue) = 127+77+132=336 (44% of max value = 765). Red value is 127 (50% from 255 or 37.80% from 336); Green value is 77 (30.47% from 255 or 22.92% from 336); Blue value is 132 (51.95% from 255 or 39.29% from 336); Max value from RGB is 132 - color contains mainly: blue. Hex color #7F4D84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F4D84 is #80B27B. Grayscale: #626262. Windows color (decimal): -8434300 or 8670591. OLE color: 8670591.

HSL color Cylindrical-coordinate representation of color #7F4D84: hue angle of 294.55º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7F4D84 is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12777132-
CMYK0.040.4200.48
HSL294.55º26.32%40.98%-
HSV(B)294.55º41.67%51.76%-
XYZ15.5711.4923.23-
YUV98.22147.06148.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 127 (50% from 255) = 37.80%
GREEN value IS 77 (30.47% from 255) = 22.92%
BLUE value IS 132 (51.95% from 255) = 39.29%
R=37.80%
G=22.92%
B=39.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal127771320.040.4200.48294.5526.3240.98
Hex7F4D8442A0301271a29
Octal1771152044520604473251
Binary1111111100110110000100100101010011000010010011111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F4D84; }

 p { color: rgb(127,77,132); }

 H1.HeaderClassName
 {
   color: #7F4D84;
 }
 .AnyTagClassName
 {
   color: #7F4D84;
 }
</style>
background-color css

<style>
 a { background-color: #7F4D84; }

 a { background-color: rgb(127,77,132); }

 div.DivClassName
 {
   background-color: #7F4D84;
 }
 .BgClassName
 {
   background-color: #7F4D84;
 }
</style>
border-color css

<style>
 span { border-color: #7F4D84; }

 span { border-color: rgb(127,77,132); }

 td.TdClassName
 {
   border-color: #7F4D84;
 }
 .TagClassName
 {
   border-color: #7F4D84;
 }
</style>