#870879

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

Shades of Purple #870879

Tints of Purple #870879

Color information

#870879 (or 0x870879) is unknown color: approx Purple. HEX triplet: 87, 08 and 79. RGB value is (135,8,121). Sum of RGB (Red+Green+Blue) = 135+8+121=264 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.14% from 264); Green value is 8 (3.52% from 255 or 3.03% from 264); Blue value is 121 (47.66% from 255 or 45.83% from 264); Max value from RGB is 135 - color contains mainly: red. Hex color #870879 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870879 is #78F786. Grayscale: #3A3A3A. Windows color (decimal): -7927687 or 7932039. OLE color: 7932039.

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

Color convert

RGB1358121-
CMYK00.940.100.47
HSL306.61º88.81%28.04%-
HSV(B)306.61º94.07%52.94%-
XYZ13.536.7118.67-
YUV58.85163.08182.31-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 51.14%
GREEN value IS 8 (3.52% from 255) = 3.03%
BLUE value IS 121 (47.66% from 255) = 45.83%
R=51.14%
G=3.03%
B=45.83%

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
Decimal135812100.940.100.47306.6188.8128.04
Hex8787905EA2F133591c
Octal207101710136125746313134
Binary1000011110001111001010111101010101111100110011101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870879; }

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

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

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

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

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

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

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

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