#86037C

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

Shades of Purple #86037C

Tints of Purple #86037C

Color information

#86037C (or 0x86037C) is unknown color: approx Purple. HEX triplet: 86, 03 and 7C. RGB value is (134,3,124). Sum of RGB (Red+Green+Blue) = 134+3+124=261 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.34% from 261); Green value is 3 (1.56% from 255 or 1.15% from 261); Blue value is 124 (48.83% from 255 or 47.51% from 261); Max value from RGB is 134 - color contains mainly: red. Hex color #86037C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86037C is #79FC83. Grayscale: #373737. Windows color (decimal): -7994500 or 8127366. OLE color: 8127366.

HSL color Cylindrical-coordinate representation of color #86037C: hue angle of 304.58º 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 #86037C is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB1343124-
CMYK00.980.070.47
HSL304.58º95.62%26.86%-
HSV(B)304.58º97.76%52.55%-
XYZ13.56.5919.63-
YUV55.96166.4183.66-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 51.34%
GREEN value IS 3 (1.56% from 255) = 1.15%
BLUE value IS 124 (48.83% from 255) = 47.51%
R=51.34%
G=1.15%
B=47.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134312400.980.070.47304.5895.6226.86
Hex8637C06272F131601b
Octal2063174014275746114033
Binary1000011011111110001100010111101111100110001110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86037C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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