#860579

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

Shades of Purple #860579

Tints of Purple #860579

Color information

#860579 (or 0x860579) is unknown color: approx Purple. HEX triplet: 86, 05 and 79. RGB value is (134,5,121). Sum of RGB (Red+Green+Blue) = 134+5+121=260 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.54% from 260); Green value is 5 (2.34% from 255 or 1.92% from 260); Blue value is 121 (47.66% from 255 or 46.54% from 260); Max value from RGB is 134 - color contains mainly: red. Hex color #860579 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860579 is #79FA86. Grayscale: #383838. Windows color (decimal): -7993991 or 7931270. OLE color: 7931270.

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

Color convert

RGB1345121-
CMYK00.960.100.47
HSL306.05º92.81%27.25%-
HSV(B)306.05º96.27%52.55%-
XYZ13.346.5618.65-
YUV56.8164.24183.07-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 51.54%
GREEN value IS 5 (2.34% from 255) = 1.92%
BLUE value IS 121 (47.66% from 255) = 46.54%
R=51.54%
G=1.92%
B=46.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134512100.960.100.47306.0592.8127.25
Hex86579060A2F1325d1b
Octal20651710140125746213533
Binary100001101011111001011000001010101111100110010101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860579; }

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

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

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

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

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

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

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

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