#863376

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

Shades of Dark Purple #863376

Tints of Dark Purple #863376

Color information

#863376 (or 0x863376) is unknown color: approx Dark Purple. HEX triplet: 86, 33 and 76. RGB value is (134,51,118). Sum of RGB (Red+Green+Blue) = 134+51+118=303 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.22% from 303); Green value is 51 (20.31% from 255 or 16.83% from 303); Blue value is 118 (46.48% from 255 or 38.94% from 303); Max value from RGB is 134 - color contains mainly: red. Hex color #863376 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863376 is #79CC89. Grayscale: #535353. Windows color (decimal): -7982218 or 7746438. OLE color: 7746438.

HSL color Cylindrical-coordinate representation of color #863376: hue angle of 311.57º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #863376 is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB13451118-
CMYK00.620.120.47
HSL311.57º44.86%36.27%-
HSV(B)311.57º61.94%52.55%-
XYZ14.298.7418.07-
YUV83.45147.5164.05-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.22%
GREEN value IS 51 (20.31% from 255) = 16.83%
BLUE value IS 118 (46.48% from 255) = 38.94%
R=44.22%
G=16.83%
B=38.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1345111800.620.120.47311.5744.8636.27
Hex86337603EC2F1382d24
Octal2066316607614574705544
Binary10000110110011111011001111101100101111100111000101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863376; }

 p { color: rgb(134,51,118); }

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

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

 a { background-color: rgb(134,51,118); }

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

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

 span { border-color: rgb(134,51,118); }

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