#860A7E

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

Shades of Purple #860A7E

Tints of Purple #860A7E

Color information

#860A7E (or 0x860A7E) is unknown color: approx Purple. HEX triplet: 86, 0A and 7E. RGB value is (134,10,126). Sum of RGB (Red+Green+Blue) = 134+10+126=270 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.63% from 270); Green value is 10 (4.30% from 255 or 3.70% from 270); Blue value is 126 (49.61% from 255 or 46.67% from 270); Max value from RGB is 134 - color contains mainly: red. Hex color #860A7E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860A7E is #79F581. Grayscale: #3B3B3B. Windows color (decimal): -7992706 or 8260230. OLE color: 8260230.

HSL color Cylindrical-coordinate representation of color #860A7E: hue angle of 303.87º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #860A7E is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB13410126-
CMYK00.930.060.47
HSL303.87º86.11%28.24%-
HSV(B)303.87º92.54%52.55%-
XYZ13.716.7920.33-
YUV60.3165.08180.57-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.63%
GREEN value IS 10 (4.30% from 255) = 3.70%
BLUE value IS 126 (49.61% from 255) = 46.67%
R=49.63%
G=3.70%
B=46.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341012600.930.060.47303.8786.1128.24
Hex86A7E05D62F130561c
Octal20612176013565746012634
Binary100001101010111111001011101110101111100110000101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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