#864079

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

Shades of Dark Purple #864079

Tints of Dark Purple #864079

Color information

#864079 (or 0x864079) is unknown color: approx Dark Purple. HEX triplet: 86, 40 and 79. RGB value is (134,64,121). Sum of RGB (Red+Green+Blue) = 134+64+121=319 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.01% from 319); Green value is 64 (25.39% from 255 or 20.06% from 319); Blue value is 121 (47.66% from 255 or 37.93% from 319); Max value from RGB is 134 - color contains mainly: red. Hex color #864079 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864079 is #79BF86. Grayscale: #5B5B5B. Windows color (decimal): -7978887 or 7946374. OLE color: 7946374.

HSL color Cylindrical-coordinate representation of color #864079: hue angle of 311.14º 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 #864079 is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB13464121-
CMYK00.520.100.47
HSL311.14º35.35%38.82%-
HSV(B)311.14º52.24%52.55%-
XYZ15.1210.1219.24-
YUV91.43144.69158.37-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.01%
GREEN value IS 64 (25.39% from 255) = 20.06%
BLUE value IS 121 (47.66% from 255) = 37.93%
R=42.01%
G=20.06%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1346412100.520.100.47311.1435.3538.82
Hex864079034A2F1372327
Octal20610017106412574674347
Binary100001101000000111100101101001010101111100110111100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864079; }

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

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

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

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

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

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

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

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