#860071

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

Shades of Purple #860071

Tints of Purple #860071

Color information

#860071 (or 0x860071) is unknown color: approx Purple. HEX triplet: 86, 00 and 71. RGB value is (134,0,113). Sum of RGB (Red+Green+Blue) = 134+0+113=247 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.25% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 113 (44.53% from 255 or 45.75% from 247); Max value from RGB is 134 - color contains mainly: red. Hex color #860071 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860071 is #79FF8E. Grayscale: #343434. Windows color (decimal): -7995279 or 7405702. OLE color: 7405702.

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

Color convert

RGB1340113-
CMYK010.160.47
HSL309.4º100%26.27%-
HSV(B)309.4º100%52.55%-
XYZ12.816.2616.16-
YUV52.95161.89185.81-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 54.25%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 113 (44.53% from 255) = 45.75%
R=54.25%
G=0%
B=45.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1340113010.160.47309.410026.27
Hex86071064102F135641a
Octal20601610144205746514432
Binary10000110011100010110010010000101111100110101110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860071; }

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

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

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

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

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

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

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

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