#870F80

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

Shades of Purple #870F80

Tints of Purple #870F80

Color information

#870F80 (or 0x870F80) is unknown color: approx Purple. HEX triplet: 87, 0F and 80. RGB value is (135,15,128). Sum of RGB (Red+Green+Blue) = 135+15+128=278 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.56% from 278); Green value is 15 (6.25% from 255 or 5.40% from 278); Blue value is 128 (50.39% from 255 or 46.04% from 278); Max value from RGB is 135 - color contains mainly: red. Hex color #870F80 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870F80 is #78F07F. Grayscale: #3F3F3F. Windows color (decimal): -7925888 or 8392583. OLE color: 8392583.

HSL color Cylindrical-coordinate representation of color #870F80: hue angle of 303.5º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #870F80 is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB13515128-
CMYK00.890.050.47
HSL303.5º80%29.41%-
HSV(B)303.5º88.89%52.94%-
XYZ14.067.0521.04-
YUV63.76164.26178.81-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.56%
GREEN value IS 15 (6.25% from 255) = 5.40%
BLUE value IS 128 (50.39% from 255) = 46.04%
R=48.56%
G=5.40%
B=46.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351512800.890.050.47303.58029.41
Hex87F8005952F130501d
Octal20717200013155746012035
Binary1000011111111000000001011001101101111100110000101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870F80; }

 p { color: rgb(135,15,128); }

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

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

 a { background-color: rgb(135,15,128); }

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

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

 span { border-color: rgb(135,15,128); }

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