#870880

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

Shades of Purple #870880

Tints of Purple #870880

Color information

#870880 (or 0x870880) is unknown color: approx Purple. HEX triplet: 87, 08 and 80. RGB value is (135,8,128). Sum of RGB (Red+Green+Blue) = 135+8+128=271 (35% of max value = 765). Red value is 135 (53.12% from 255 or 49.82% from 271); Green value is 8 (3.52% from 255 or 2.95% from 271); Blue value is 128 (50.39% from 255 or 47.23% from 271); Max value from RGB is 135 - color contains mainly: red. Hex color #870880 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870880 is #78F77F. Grayscale: #3B3B3B. Windows color (decimal): -7927680 or 8390791. OLE color: 8390791.

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

Color convert

RGB1358128-
CMYK00.940.050.47
HSL303.31º88.81%28.04%-
HSV(B)303.31º94.07%52.94%-
XYZ13.976.8821.01-
YUV59.65166.58181.74-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 49.82%
GREEN value IS 8 (3.52% from 255) = 2.95%
BLUE value IS 128 (50.39% from 255) = 47.23%
R=49.82%
G=2.95%
B=47.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135812800.940.050.47303.3188.8128.04
Hex8788005E52F12f591c
Octal20710200013655745713134
Binary1000011110001000000001011110101101111100101111101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870880; }

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

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

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

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

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

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

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

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