#860E7E

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

Shades of Purple #860E7E

Tints of Purple #860E7E

Color information

#860E7E (or 0x860E7E) is unknown color: approx Purple. HEX triplet: 86, 0E and 7E. RGB value is (134,14,126). Sum of RGB (Red+Green+Blue) = 134+14+126=274 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.91% from 274); Green value is 14 (5.86% from 255 or 5.11% from 274); Blue value is 126 (49.61% from 255 or 45.99% from 274); Max value from RGB is 134 - color contains mainly: red. Hex color #860E7E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860E7E is #79F181. Grayscale: #3E3E3E. Windows color (decimal): -7991682 or 8261254. OLE color: 8261254.

HSL color Cylindrical-coordinate representation of color #860E7E: hue angle of 304º 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 #860E7E is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB13414126-
CMYK00.900.060.47
HSL304º81.08%29.02%-
HSV(B)304º89.55%52.55%-
XYZ13.756.8920.34-
YUV62.65163.76178.89-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.91%
GREEN value IS 14 (5.86% from 255) = 5.11%
BLUE value IS 126 (49.61% from 255) = 45.99%
R=48.91%
G=5.11%
B=45.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341412600.900.060.4730481.0829.02
Hex86E7E05A62F130511d
Octal20616176013265746012135
Binary100001101110111111001011010110101111100110000101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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