#87407C

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

Shades of Trendy Pink #87407C

Tints of Trendy Pink #87407C

Color information

#87407C (or 0x87407C) is unknown color: approx Trendy Pink. HEX triplet: 87, 40 and 7C. RGB value is (135,64,124). Sum of RGB (Red+Green+Blue) = 135+64+124=323 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.80% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 124 (48.83% from 255 or 38.39% from 323); Max value from RGB is 135 - color contains mainly: red. Hex color #87407C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87407C is #78BF83. Grayscale: #5B5B5B. Windows color (decimal): -7913348 or 8142983. OLE color: 8142983.

HSL color Cylindrical-coordinate representation of color #87407C: hue angle of 309.3º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #87407C is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB13564124-
CMYK00.530.080.47
HSL309.3º35.68%39.02%-
HSV(B)309.3º52.59%52.94%-
XYZ15.4610.2720.24-
YUV92.07146.02158.62-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.80%
GREEN value IS 64 (25.39% from 255) = 19.81%
BLUE value IS 124 (48.83% from 255) = 38.39%
R=41.80%
G=19.81%
B=38.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1356412400.530.080.47309.335.6839.02
Hex87407C03582F1352427
Octal20710017406510574654447
Binary100001111000000111110001101011000101111100110101100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87407C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87407C; }

 p { color: rgb(135,64,124); }

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

<style>
 a { background-color: #87407C; }

 a { background-color: rgb(135,64,124); }

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

<style>
 span { border-color: #87407C; }

 span { border-color: rgb(135,64,124); }

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