#86007E

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

Shades of Purple #86007E

Tints of Purple #86007E

Color information

#86007E (or 0x86007E) is unknown color: approx Purple. HEX triplet: 86, 00 and 7E. RGB value is (134,0,126). Sum of RGB (Red+Green+Blue) = 134+0+126=260 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.54% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 126 (49.61% from 255 or 48.46% from 260); Max value from RGB is 134 - color contains mainly: red. Hex color #86007E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86007E is #79FF81. Grayscale: #363636. Windows color (decimal): -7995266 or 8257670. OLE color: 8257670.

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

Color convert

RGB1340126-
CMYK010.060.47
HSL303.58º100%26.27%-
HSV(B)303.58º100%52.55%-
XYZ13.66.5720.29-
YUV54.43168.39184.75-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 51.54%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 126 (49.61% from 255) = 48.46%
R=51.54%
G=0%
B=48.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1340126010.060.47303.5810026.27
Hex8607E06462F130641a
Octal2060176014465746014432
Binary100001100111111001100100110101111100110000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86007E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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