#860580

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

Shades of Purple #860580

Tints of Purple #860580

Color information

#860580 (or 0x860580) is unknown color: approx Purple. HEX triplet: 86, 05 and 80. RGB value is (134,5,128). Sum of RGB (Red+Green+Blue) = 134+5+128=267 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.19% from 267); Green value is 5 (2.34% from 255 or 1.87% from 267); Blue value is 128 (50.39% from 255 or 47.94% from 267); Max value from RGB is 134 - color contains mainly: red. Hex color #860580 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860580 is #79FA7F. Grayscale: #393939. Windows color (decimal): -7993984 or 8390022. OLE color: 8390022.

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

Color convert

RGB1345128-
CMYK00.960.040.47
HSL302.79º92.81%27.25%-
HSV(B)302.79º96.27%52.55%-
XYZ13.786.7421-
YUV57.59167.74182.5-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.19%
GREEN value IS 5 (2.34% from 255) = 1.87%
BLUE value IS 128 (50.39% from 255) = 47.94%
R=50.19%
G=1.87%
B=47.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134512800.960.040.47302.7992.8127.25
Hex8658006042F12f5d1b
Octal2065200014045745713533
Binary100001101011000000001100000100101111100101111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860580; }

 p { color: rgb(134,5,128); }

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

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

 a { background-color: rgb(134,5,128); }

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

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

 span { border-color: rgb(134,5,128); }

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