#860C79

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

Shades of Purple #860C79

Tints of Purple #860C79

Color information

#860C79 (or 0x860C79) is unknown color: approx Purple. HEX triplet: 86, 0C and 79. RGB value is (134,12,121). Sum of RGB (Red+Green+Blue) = 134+12+121=267 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.19% from 267); Green value is 12 (5.08% from 255 or 4.49% from 267); Blue value is 121 (47.66% from 255 or 45.32% from 267); Max value from RGB is 134 - color contains mainly: red. Hex color #860C79 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860C79 is #79F386. Grayscale: #3C3C3C. Windows color (decimal): -7992199 or 7933062. OLE color: 7933062.

HSL color Cylindrical-coordinate representation of color #860C79: hue angle of 306.39º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #860C79 is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB13412121-
CMYK00.910.100.47
HSL306.39º83.56%28.63%-
HSV(B)306.39º91.04%52.55%-
XYZ13.416.7118.68-
YUV60.9161.92180.14-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.19%
GREEN value IS 12 (5.08% from 255) = 4.49%
BLUE value IS 121 (47.66% from 255) = 45.32%
R=50.19%
G=4.49%
B=45.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341212100.910.100.47306.3983.5628.63
Hex86C7905BA2F132541d
Octal206141710133125746212435
Binary1000011011001111001010110111010101111100110010101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860C79; }

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

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

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

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

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

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

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

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