#874580

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

Shades of Trendy Pink #874580

Tints of Trendy Pink #874580

Color information

#874580 (or 0x874580) is unknown color: approx Trendy Pink. HEX triplet: 87, 45 and 80. RGB value is (135,69,128). Sum of RGB (Red+Green+Blue) = 135+69+128=332 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.66% from 332); Green value is 69 (27.34% from 255 or 20.78% from 332); Blue value is 128 (50.39% from 255 or 38.55% from 332); Max value from RGB is 135 - color contains mainly: red. Hex color #874580 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874580 is #78BA7F. Grayscale: #5F5F5F. Windows color (decimal): -7912064 or 8406407. OLE color: 8406407.

HSL color Cylindrical-coordinate representation of color #874580: hue angle of 306.36º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #874580 is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB13569128-
CMYK00.490.050.47
HSL306.36º32.35%40%-
HSV(B)306.36º48.89%52.94%-
XYZ16.0210.9721.69-
YUV95.46146.37156.2-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.66%
GREEN value IS 69 (27.34% from 255) = 20.78%
BLUE value IS 128 (50.39% from 255) = 38.55%
R=40.66%
G=20.78%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1356912800.490.050.47306.3632.3540
Hex87458003152F1322028
Octal2071052000615574624050
Binary100001111000101100000000110001101101111100110010100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874580; }

 p { color: rgb(135,69,128); }

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

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

 a { background-color: rgb(135,69,128); }

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

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

 span { border-color: rgb(135,69,128); }

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