#860E7D

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

Shades of Purple #860E7D

Tints of Purple #860E7D

Color information

#860E7D (or 0x860E7D) is unknown color: approx Purple. HEX triplet: 86, 0E and 7D. RGB value is (134,14,125). Sum of RGB (Red+Green+Blue) = 134+14+125=273 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.08% from 273); Green value is 14 (5.86% from 255 or 5.13% from 273); Blue value is 125 (49.22% from 255 or 45.79% from 273); Max value from RGB is 134 - color contains mainly: red. Hex color #860E7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860E7D is #79F182. Grayscale: #3E3E3E. Windows color (decimal): -7991683 or 8195718. OLE color: 8195718.

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

Color convert

RGB13414125-
CMYK00.900.070.47
HSL304.5º81.08%29.02%-
HSV(B)304.5º89.55%52.55%-
XYZ13.696.8620.01-
YUV62.53163.26178.97-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.08%
GREEN value IS 14 (5.86% from 255) = 5.13%
BLUE value IS 125 (49.22% from 255) = 45.79%
R=49.08%
G=5.13%
B=45.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341412500.900.070.47304.581.0829.02
Hex86E7D05A72F130511d
Octal20616175013275746012135
Binary100001101110111110101011010111101111100110000101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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