#86007F

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

Shades of Purple #86007F

Tints of Purple #86007F

Color information

#86007F (or 0x86007F) is unknown color: approx Purple. HEX triplet: 86, 00 and 7F. RGB value is (134,0,127). Sum of RGB (Red+Green+Blue) = 134+0+127=261 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.34% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 127 (50% from 255 or 48.66% from 261); Max value from RGB is 134 - color contains mainly: red. Hex color #86007F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86007F is #79FF80. Grayscale: #363636. Windows color (decimal): -7995265 or 8323206. OLE color: 8323206.

HSL color Cylindrical-coordinate representation of color #86007F: hue angle of 303.13º 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 #86007F is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB1340127-
CMYK010.050.47
HSL303.13º100%26.27%-
HSV(B)303.13º100%52.55%-
XYZ13.666.620.63-
YUV54.54168.89184.67-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 51.34%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 127 (50% from 255) = 48.66%
R=51.34%
G=0%
B=48.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1340127010.050.47303.1310026.27
Hex8607F06452F12f641a
Octal2060177014455745714432
Binary100001100111111101100100101101111100101111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86007F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86007F; }

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

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

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

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

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

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

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

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