#860F7D

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

Shades of Purple #860F7D

Tints of Purple #860F7D

Color information

#860F7D (or 0x860F7D) is unknown color: approx Purple. HEX triplet: 86, 0F and 7D. RGB value is (134,15,125). Sum of RGB (Red+Green+Blue) = 134+15+125=274 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.91% from 274); Green value is 15 (6.25% from 255 or 5.47% from 274); Blue value is 125 (49.22% from 255 or 45.62% from 274); Max value from RGB is 134 - color contains mainly: red. Hex color #860F7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860F7D is #79F082. Grayscale: #3E3E3E. Windows color (decimal): -7991427 or 8195974. OLE color: 8195974.

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

Color convert

RGB13415125-
CMYK00.890.070.47
HSL304.54º79.87%29.22%-
HSV(B)304.54º88.81%52.55%-
XYZ13.76.8920.01-
YUV63.12162.92178.56-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.91%
GREEN value IS 15 (6.25% from 255) = 5.47%
BLUE value IS 125 (49.22% from 255) = 45.62%
R=48.91%
G=5.47%
B=45.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341512500.890.070.47304.5479.8729.22
Hex86F7D05972F131501d
Octal20617175013175746112035
Binary100001101111111110101011001111101111100110001101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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