#870A71

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

Shades of Dark Purple #870A71

Tints of Dark Purple #870A71

Color information

#870A71 (or 0x870A71) is unknown color: approx Dark Purple. HEX triplet: 87, 0A and 71. RGB value is (135,10,113). Sum of RGB (Red+Green+Blue) = 135+10+113=258 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.33% from 258); Green value is 10 (4.30% from 255 or 3.88% from 258); Blue value is 113 (44.53% from 255 or 43.80% from 258); Max value from RGB is 135 - color contains mainly: red. Hex color #870A71 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870A71 is #78F58E. Grayscale: #3A3A3A. Windows color (decimal): -7927183 or 7408263. OLE color: 7408263.

HSL color Cylindrical-coordinate representation of color #870A71: hue angle of 310.56º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #870A71 is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB13510113-
CMYK00.930.160.47
HSL310.56º86.21%28.43%-
HSV(B)310.56º92.59%52.94%-
XYZ13.086.5616.2-
YUV59.12158.41182.12-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.33%
GREEN value IS 10 (4.30% from 255) = 3.88%
BLUE value IS 113 (44.53% from 255) = 43.80%
R=52.33%
G=3.88%
B=43.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351011300.930.160.47310.5686.2128.43
Hex87A7105D102F137561c
Octal207121610135205746712634
Binary10000111101011100010101110110000101111100110111101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,10,113); }

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

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

 a { background-color: rgb(135,10,113); }

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

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

 span { border-color: rgb(135,10,113); }

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