#860F7F

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

Shades of Purple #860F7F

Tints of Purple #860F7F

Color information

#860F7F (or 0x860F7F) is unknown color: approx Purple. HEX triplet: 86, 0F and 7F. RGB value is (134,15,127). Sum of RGB (Red+Green+Blue) = 134+15+127=276 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.55% from 276); Green value is 15 (6.25% from 255 or 5.43% from 276); Blue value is 127 (50% from 255 or 46.01% from 276); Max value from RGB is 134 - color contains mainly: red. Hex color #860F7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860F7F is #79F080. Grayscale: #3F3F3F. Windows color (decimal): -7991425 or 8327046. OLE color: 8327046.

HSL color Cylindrical-coordinate representation of color #860F7F: hue angle of 303.53º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #860F7F is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB13415127-
CMYK00.890.050.47
HSL303.53º79.87%29.22%-
HSV(B)303.53º88.81%52.55%-
XYZ13.836.9420.69-
YUV63.35163.92178.39-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.55%
GREEN value IS 15 (6.25% from 255) = 5.43%
BLUE value IS 127 (50% from 255) = 46.01%
R=48.55%
G=5.43%
B=46.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341512700.890.050.47303.5379.8729.22
Hex86F7F05952F130501d
Octal20617177013155746012035
Binary100001101111111111101011001101101111100110000101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,15,127); }

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

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

 a { background-color: rgb(134,15,127); }

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

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

 span { border-color: rgb(134,15,127); }

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