#860371

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

Shades of Purple #860371

Tints of Purple #860371

Color information

#860371 (or 0x860371) is unknown color: approx Purple. HEX triplet: 86, 03 and 71. RGB value is (134,3,113). Sum of RGB (Red+Green+Blue) = 134+3+113=250 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.6% from 250); Green value is 3 (1.56% from 255 or 1.2% from 250); Blue value is 113 (44.53% from 255 or 45.2% from 250); Max value from RGB is 134 - color contains mainly: red. Hex color #860371 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860371 is #79FC8E. Grayscale: #363636. Windows color (decimal): -7994511 or 7406470. OLE color: 7406470.

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

Color convert

RGB1343113-
CMYK00.980.160.47
HSL309.62º95.62%26.86%-
HSV(B)309.62º97.76%52.55%-
XYZ12.846.3316.17-
YUV54.71160.9184.56-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 53.6%
GREEN value IS 3 (1.56% from 255) = 1.2%
BLUE value IS 113 (44.53% from 255) = 45.2%
R=53.6%
G=1.2%
B=45.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134311300.980.160.47309.6295.6226.86
Hex86371062102F136601b
Octal20631610142205746614033
Binary100001101111100010110001010000101111100110110110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860371; }

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

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

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

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

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

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

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

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