#861073

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

Shades of Dark Purple #861073

Tints of Dark Purple #861073

Color information

#861073 (or 0x861073) is unknown color: approx Dark Purple. HEX triplet: 86, 10 and 73. RGB value is (134,16,115). Sum of RGB (Red+Green+Blue) = 134+16+115=265 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.57% from 265); Green value is 16 (6.64% from 255 or 6.04% from 265); Blue value is 115 (45.31% from 255 or 43.40% from 265); Max value from RGB is 134 - color contains mainly: red. Hex color #861073 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861073 is #79EF8C. Grayscale: #3E3E3E. Windows color (decimal): -7991181 or 7540870. OLE color: 7540870.

HSL color Cylindrical-coordinate representation of color #861073: hue angle of 309.66º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #861073 is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB13416115-
CMYK00.880.140.47
HSL309.66º78.67%29.41%-
HSV(B)309.66º88.06%52.55%-
XYZ13.116.6816.82-
YUV62.57157.59178.95-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.57%
GREEN value IS 16 (6.64% from 255) = 6.04%
BLUE value IS 115 (45.31% from 255) = 43.40%
R=50.57%
G=6.04%
B=43.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341611500.880.140.47309.6678.6729.41
Hex861073058E2F1364f1d
Octal206201630130165746611735
Binary10000110100001110011010110001110101111100110110100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861073; }

 p { color: rgb(134,16,115); }

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

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

 a { background-color: rgb(134,16,115); }

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

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

 span { border-color: rgb(134,16,115); }

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