#860F7C

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

Shades of Dark Purple #860F7C

Tints of Dark Purple #860F7C

Color information

#860F7C (or 0x860F7C) is unknown color: approx Dark Purple. HEX triplet: 86, 0F and 7C. RGB value is (134,15,124). Sum of RGB (Red+Green+Blue) = 134+15+124=273 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.08% from 273); Green value is 15 (6.25% from 255 or 5.49% from 273); Blue value is 124 (48.83% from 255 or 45.42% from 273); Max value from RGB is 134 - color contains mainly: red. Hex color #860F7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860F7C is #79F083. Grayscale: #3E3E3E. Windows color (decimal): -7991428 or 8130438. OLE color: 8130438.

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

Color convert

RGB13415124-
CMYK00.890.070.47
HSL305.04º79.87%29.22%-
HSV(B)305.04º88.81%52.55%-
XYZ13.646.8719.67-
YUV63.01162.42178.64-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.08%
GREEN value IS 15 (6.25% from 255) = 5.49%
BLUE value IS 124 (48.83% from 255) = 45.42%
R=49.08%
G=5.49%
B=45.42%

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
Decimal1341512400.890.070.47305.0479.8729.22
Hex86F7C05972F131501d
Octal20617174013175746112035
Binary100001101111111110001011001111101111100110001101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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