#860E77

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

Shades of Dark Purple #860E77

Tints of Dark Purple #860E77

Color information

#860E77 (or 0x860E77) is unknown color: approx Dark Purple. HEX triplet: 86, 0E and 77. RGB value is (134,14,119). Sum of RGB (Red+Green+Blue) = 134+14+119=267 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.19% from 267); Green value is 14 (5.86% from 255 or 5.24% from 267); Blue value is 119 (46.88% from 255 or 44.57% from 267); Max value from RGB is 134 - color contains mainly: red. Hex color #860E77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860E77 is #79F188. Grayscale: #3D3D3D. Windows color (decimal): -7991689 or 7802502. OLE color: 7802502.

HSL color Cylindrical-coordinate representation of color #860E77: hue angle of 307.5º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #860E77 is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB13414119-
CMYK00.900.110.47
HSL307.5º81.08%29.02%-
HSV(B)307.5º89.55%52.55%-
XYZ13.326.7118.05-
YUV61.85160.26179.46-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.19%
GREEN value IS 14 (5.86% from 255) = 5.24%
BLUE value IS 119 (46.88% from 255) = 44.57%
R=50.19%
G=5.24%
B=44.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341411900.900.110.47307.581.0829.02
Hex86E7705AB2F134511d
Octal206161670132135746412135
Binary1000011011101110111010110101011101111100110100101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,14,119); }

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

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

 a { background-color: rgb(134,14,119); }

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

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

 span { border-color: rgb(134,14,119); }

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