#860A72

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

Shades of Dark Purple #860A72

Tints of Dark Purple #860A72

Color information

#860A72 (or 0x860A72) is unknown color: approx Dark Purple. HEX triplet: 86, 0A and 72. RGB value is (134,10,114). Sum of RGB (Red+Green+Blue) = 134+10+114=258 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.94% from 258); Green value is 10 (4.30% from 255 or 3.88% from 258); Blue value is 114 (44.92% from 255 or 44.19% from 258); Max value from RGB is 134 - color contains mainly: red. Hex color #860A72 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860A72 is #79F58D. Grayscale: #3A3A3A. Windows color (decimal): -7992718 or 7473798. OLE color: 7473798.

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

Color convert

RGB13410114-
CMYK00.930.150.47
HSL309.68º86.11%28.24%-
HSV(B)309.68º92.54%52.55%-
XYZ12.986.516.49-
YUV58.93159.08181.54-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 51.94%
GREEN value IS 10 (4.30% from 255) = 3.88%
BLUE value IS 114 (44.92% from 255) = 44.19%
R=51.94%
G=3.88%
B=44.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341011400.930.150.47309.6886.1128.24
Hex86A7205DF2F136561c
Octal206121620135175746612634
Binary1000011010101110010010111011111101111100110110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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