#87087A

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

Shades of Purple #87087A

Tints of Purple #87087A

Color information

#87087A (or 0x87087A) is unknown color: approx Purple. HEX triplet: 87, 08 and 7A. RGB value is (135,8,122). Sum of RGB (Red+Green+Blue) = 135+8+122=265 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.94% from 265); Green value is 8 (3.52% from 255 or 3.02% from 265); Blue value is 122 (48.05% from 255 or 46.04% from 265); Max value from RGB is 135 - color contains mainly: red. Hex color #87087A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87087A is #78F785. Grayscale: #3A3A3A. Windows color (decimal): -7927686 or 7997575. OLE color: 7997575.

HSL color Cylindrical-coordinate representation of color #87087A: hue angle of 306.14º 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 #87087A is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB1358122-
CMYK00.940.100.47
HSL306.14º88.81%28.04%-
HSV(B)306.14º94.07%52.94%-
XYZ13.596.7318.99-
YUV58.97163.58182.23-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.94%
GREEN value IS 8 (3.52% from 255) = 3.02%
BLUE value IS 122 (48.05% from 255) = 46.04%
R=50.94%
G=3.02%
B=46.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135812200.940.100.47306.1488.8128.04
Hex8787A05EA2F132591c
Octal207101720136125746213134
Binary1000011110001111010010111101010101111100110010101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87087A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87087A; }

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

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

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

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

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

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

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

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