#87007B

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

Shades of Purple #87007B

Tints of Purple #87007B

Color information

#87007B (or 0x87007B) is unknown color: approx Purple. HEX triplet: 87, 00 and 7B. RGB value is (135,0,123). Sum of RGB (Red+Green+Blue) = 135+0+123=258 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.33% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 123 (48.44% from 255 or 47.67% from 258); Max value from RGB is 135 - color contains mainly: red. Hex color #87007B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87007B is #78FF84. Grayscale: #363636. Windows color (decimal): -7929733 or 8061063. OLE color: 8061063.

HSL color Cylindrical-coordinate representation of color #87007B: hue angle of 305.33º 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 #87007B is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB1350123-
CMYK010.090.47
HSL305.33º100%26.47%-
HSV(B)305.33º100%52.94%-
XYZ13.576.5819.29-
YUV54.39166.73185.5-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 123 (48.44% from 255) = 47.67%
R=52.33%
G=0%
B=47.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1350123010.090.47305.3310026.47
Hex8707B06492F131641a
Octal20701730144115746114432
Binary1000011101111011011001001001101111100110001110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87007B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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