#864073

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

Shades of Dark Purple #864073

Tints of Dark Purple #864073

Color information

#864073 (or 0x864073) is unknown color: approx Dark Purple. HEX triplet: 86, 40 and 73. RGB value is (134,64,115). Sum of RGB (Red+Green+Blue) = 134+64+115=313 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.81% from 313); Green value is 64 (25.39% from 255 or 20.45% from 313); Blue value is 115 (45.31% from 255 or 36.74% from 313); Max value from RGB is 134 - color contains mainly: red. Hex color #864073 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864073 is #79BF8C. Grayscale: #5A5A5A. Windows color (decimal): -7978893 or 7553158. OLE color: 7553158.

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

Color convert

RGB13464115-
CMYK00.520.140.47
HSL316.29º35.35%38.82%-
HSV(B)316.29º52.24%52.55%-
XYZ14.769.9717.37-
YUV90.74141.69158.85-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.81%
GREEN value IS 64 (25.39% from 255) = 20.45%
BLUE value IS 115 (45.31% from 255) = 36.74%
R=42.81%
G=20.45%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1346411500.520.140.47316.2935.3538.82
Hex864073034E2F13c2327
Octal20610016306416574744347
Binary100001101000000111001101101001110101111100111100100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864073; }

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

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

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

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

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

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

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

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