#87407F

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

Shades of Trendy Pink #87407F

Tints of Trendy Pink #87407F

Color information

#87407F (or 0x87407F) is unknown color: approx Trendy Pink. HEX triplet: 87, 40 and 7F. RGB value is (135,64,127). Sum of RGB (Red+Green+Blue) = 135+64+127=326 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.41% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 127 (50% from 255 or 38.96% from 326); Max value from RGB is 135 - color contains mainly: red. Hex color #87407F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87407F is #78BF80. Grayscale: #5C5C5C. Windows color (decimal): -7913345 or 8339591. OLE color: 8339591.

HSL color Cylindrical-coordinate representation of color #87407F: hue angle of 306.76º 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 #87407F is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB13564127-
CMYK00.530.060.47
HSL306.76º35.68%39.02%-
HSV(B)306.76º52.59%52.94%-
XYZ15.6610.3521.25-
YUV92.41147.52158.38-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.41%
GREEN value IS 64 (25.39% from 255) = 19.63%
BLUE value IS 127 (50% from 255) = 38.96%
R=41.41%
G=19.63%
B=38.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1356412700.530.060.47306.7635.6839.02
Hex87407F03562F1332427
Octal2071001770656574634447
Binary10000111100000011111110110101110101111100110011100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87407F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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