#7F487D

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

Shades of Trendy Pink #7F487D

Tints of Trendy Pink #7F487D

Color information

#7F487D (or 0x7F487D) is unknown color: approx Trendy Pink. HEX triplet: 7F, 48 and 7D. RGB value is (127,72,125). Sum of RGB (Red+Green+Blue) = 127+72+125=324 (42% of max value = 765). Red value is 127 (50% from 255 or 39.20% from 324); Green value is 72 (28.52% from 255 or 22.22% from 324); Blue value is 125 (49.22% from 255 or 38.58% from 324); Max value from RGB is 127 - color contains mainly: red. Hex color #7F487D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F487D is #80B782. Grayscale: #5E5E5E. Windows color (decimal): -8435587 or 8210559. OLE color: 8210559.

HSL color Cylindrical-coordinate representation of color #7F487D: hue angle of 302.18º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7F487D is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB12772125-
CMYK00.430.020.50
HSL302.18º27.64%39.02%-
HSV(B)302.18º43.31%49.8%-
XYZ14.7710.6320.67-
YUV94.49145.22151.19-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 39.20%
GREEN value IS 72 (28.52% from 255) = 22.22%
BLUE value IS 125 (49.22% from 255) = 38.58%
R=39.20%
G=22.22%
B=38.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.02
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1277212500.430.020.50302.1827.6439.02
Hex7F487D02B23212e1c27
Octal1771101750532624563447
Binary11111111001000111110101010111011001010010111011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F487D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,72,125); }

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

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

 a { background-color: rgb(127,72,125); }

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

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

 span { border-color: rgb(127,72,125); }

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