#87007C

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

Shades of Purple #87007C

Tints of Purple #87007C

Color information

#87007C (or 0x87007C) is unknown color: approx Purple. HEX triplet: 87, 00 and 7C. RGB value is (135,0,124). Sum of RGB (Red+Green+Blue) = 135+0+124=259 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.12% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 124 (48.83% from 255 or 47.88% from 259); Max value from RGB is 135 - color contains mainly: red. Hex color #87007C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87007C is #78FF83. Grayscale: #363636. Windows color (decimal): -7929732 or 8126599. OLE color: 8126599.

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

Color convert

RGB1350124-
CMYK010.080.47
HSL304.89º100%26.47%-
HSV(B)304.89º100%52.94%-
XYZ13.636.6119.63-
YUV54.5167.23185.42-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.12%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 124 (48.83% from 255) = 47.88%
R=52.12%
G=0%
B=47.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1350124010.080.47304.8910026.47
Hex8707C06482F131641a
Octal20701740144105746114432
Binary1000011101111100011001001000101111100110001110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87007C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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