#860B7E

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

Shades of Purple #860B7E

Tints of Purple #860B7E

Color information

#860B7E (or 0x860B7E) is unknown color: approx Purple. HEX triplet: 86, 0B and 7E. RGB value is (134,11,126). Sum of RGB (Red+Green+Blue) = 134+11+126=271 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.45% from 271); Green value is 11 (4.69% from 255 or 4.06% from 271); Blue value is 126 (49.61% from 255 or 46.49% from 271); Max value from RGB is 134 - color contains mainly: red. Hex color #860B7E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860B7E is #79F481. Grayscale: #3C3C3C. Windows color (decimal): -7992450 or 8260486. OLE color: 8260486.

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

Color convert

RGB13411126-
CMYK00.920.060.47
HSL303.9º84.83%28.43%-
HSV(B)303.9º91.79%52.55%-
XYZ13.726.8120.33-
YUV60.89164.75180.15-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.45%
GREEN value IS 11 (4.69% from 255) = 4.06%
BLUE value IS 126 (49.61% from 255) = 46.49%
R=49.45%
G=4.06%
B=46.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341112600.920.060.47303.984.8328.43
Hex86B7E05C62F130551c
Octal20613176013465746012534
Binary100001101011111111001011100110101111100110000101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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