#870878

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

Shades of Purple #870878

Tints of Purple #870878

Color information

#870878 (or 0x870878) is unknown color: approx Purple. HEX triplet: 87, 08 and 78. RGB value is (135,8,120). Sum of RGB (Red+Green+Blue) = 135+8+120=263 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.33% from 263); Green value is 8 (3.52% from 255 or 3.04% from 263); Blue value is 120 (47.27% from 255 or 45.63% from 263); Max value from RGB is 135 - color contains mainly: red. Hex color #870878 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870878 is #78F787. Grayscale: #3A3A3A. Windows color (decimal): -7927688 or 7866503. OLE color: 7866503.

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

Color convert

RGB1358120-
CMYK00.940.110.47
HSL307.09º88.81%28.04%-
HSV(B)307.09º94.07%52.94%-
XYZ13.476.6818.35-
YUV58.74162.58182.39-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 51.33%
GREEN value IS 8 (3.52% from 255) = 3.04%
BLUE value IS 120 (47.27% from 255) = 45.63%
R=51.33%
G=3.04%
B=45.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135812000.940.110.47307.0988.8128.04
Hex8787805EB2F133591c
Octal207101700136135746313134
Binary1000011110001111000010111101011101111100110011101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870878; }

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

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

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

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

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

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

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

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