#863772

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

Shades of Dark Purple #863772

Tints of Dark Purple #863772

Color information

#863772 (or 0x863772) is unknown color: approx Dark Purple. HEX triplet: 86, 37 and 72. RGB value is (134,55,114). Sum of RGB (Red+Green+Blue) = 134+55+114=303 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.22% from 303); Green value is 55 (21.88% from 255 or 18.15% from 303); Blue value is 114 (44.92% from 255 or 37.62% from 303); Max value from RGB is 134 - color contains mainly: red. Hex color #863772 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863772 is #79C88D. Grayscale: #555555. Windows color (decimal): -7981198 or 7485318. OLE color: 7485318.

HSL color Cylindrical-coordinate representation of color #863772: hue angle of 315.19º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #863772 is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB13455114-
CMYK00.590.150.47
HSL315.19º41.8%37.06%-
HSV(B)315.19º58.96%52.55%-
XYZ14.239.0216.91-
YUV85.35144.17162.7-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.22%
GREEN value IS 55 (21.88% from 255) = 18.15%
BLUE value IS 114 (44.92% from 255) = 37.62%
R=44.22%
G=18.15%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1345511400.590.150.47315.1941.837.06
Hex86377203BF2F13b2a25
Octal2066716207317574735245
Binary10000110110111111001001110111111101111100111011101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863772; }

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

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

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

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

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

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

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

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