#863671

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

Shades of Dark Purple #863671

Tints of Dark Purple #863671

Color information

#863671 (or 0x863671) is unknown color: approx Dark Purple. HEX triplet: 86, 36 and 71. RGB value is (134,54,113). Sum of RGB (Red+Green+Blue) = 134+54+113=301 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.52% from 301); Green value is 54 (21.48% from 255 or 17.94% from 301); Blue value is 113 (44.53% from 255 or 37.54% from 301); Max value from RGB is 134 - color contains mainly: red. Hex color #863671 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863671 is #79C98E. Grayscale: #545454. Windows color (decimal): -7981455 or 7419526. OLE color: 7419526.

HSL color Cylindrical-coordinate representation of color #863671: hue angle of 315.75º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #863671 is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB13454113-
CMYK00.600.160.47
HSL315.75º42.55%36.86%-
HSV(B)315.75º59.7%52.55%-
XYZ14.138.916.6-
YUV84.65144163.2-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.52%
GREEN value IS 54 (21.48% from 255) = 17.94%
BLUE value IS 113 (44.53% from 255) = 37.54%
R=44.52%
G=17.94%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1345411300.600.160.47315.7542.5536.86
Hex86367103C102F13c2b25
Octal2066616107420574745345
Binary100001101101101110001011110010000101111100111100101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863671; }

 p { color: rgb(134,54,113); }

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

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

 a { background-color: rgb(134,54,113); }

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

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

 span { border-color: rgb(134,54,113); }

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