#86037F

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

Shades of Purple #86037F

Tints of Purple #86037F

Color information

#86037F (or 0x86037F) is unknown color: approx Purple. HEX triplet: 86, 03 and 7F. RGB value is (134,3,127). Sum of RGB (Red+Green+Blue) = 134+3+127=264 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.76% from 264); Green value is 3 (1.56% from 255 or 1.14% from 264); Blue value is 127 (50% from 255 or 48.11% from 264); Max value from RGB is 134 - color contains mainly: red. Hex color #86037F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86037F is #79FC80. Grayscale: #373737. Windows color (decimal): -7994497 or 8323974. OLE color: 8323974.

HSL color Cylindrical-coordinate representation of color #86037F: hue angle of 303.21º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #86037F is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB1343127-
CMYK00.980.050.47
HSL303.21º95.62%26.86%-
HSV(B)303.21º97.76%52.55%-
XYZ13.696.6720.64-
YUV56.3167.9183.42-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.76%
GREEN value IS 3 (1.56% from 255) = 1.14%
BLUE value IS 127 (50% from 255) = 48.11%
R=50.76%
G=1.14%
B=48.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134312700.980.050.47303.2195.6226.86
Hex8637F06252F12f601b
Octal2063177014255745714033
Binary1000011011111111101100010101101111100101111110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86037F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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