#860A71

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

Shades of Dark Purple #860A71

Tints of Dark Purple #860A71

Color information

#860A71 (or 0x860A71) is unknown color: approx Dark Purple. HEX triplet: 86, 0A and 71. RGB value is (134,10,113). Sum of RGB (Red+Green+Blue) = 134+10+113=257 (34% of max value = 765). Red value is 134 (52.73% from 255 or 52.14% from 257); Green value is 10 (4.30% from 255 or 3.89% from 257); Blue value is 113 (44.53% from 255 or 43.97% from 257); Max value from RGB is 134 - color contains mainly: red. Hex color #860A71 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860A71 is #79F58E. Grayscale: #3A3A3A. Windows color (decimal): -7992719 or 7408262. OLE color: 7408262.

HSL color Cylindrical-coordinate representation of color #860A71: hue angle of 310.16º 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 #860A71 is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB13410113-
CMYK00.930.160.47
HSL310.16º86.11%28.24%-
HSV(B)310.16º92.54%52.55%-
XYZ12.926.4816.19-
YUV58.82158.58181.62-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.14%
GREEN value IS 10 (4.30% from 255) = 3.89%
BLUE value IS 113 (44.53% from 255) = 43.97%
R=52.14%
G=3.89%
B=43.97%

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
Decimal1341011300.930.160.47310.1686.1128.24
Hex86A7105D102F136561c
Octal206121610135205746612634
Binary10000110101011100010101110110000101111100110110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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