#863871

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

Shades of Dark Purple #863871

Tints of Dark Purple #863871

Color information

#863871 (or 0x863871) is unknown color: approx Dark Purple. HEX triplet: 86, 38 and 71. RGB value is (134,56,113). Sum of RGB (Red+Green+Blue) = 134+56+113=303 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.22% from 303); Green value is 56 (22.27% from 255 or 18.48% from 303); Blue value is 113 (44.53% from 255 or 37.29% from 303); Max value from RGB is 134 - color contains mainly: red. Hex color #863871 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863871 is #79C78E. Grayscale: #555555. Windows color (decimal): -7980943 or 7420038. OLE color: 7420038.

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

Color convert

RGB13456113-
CMYK00.580.160.47
HSL316.15º41.05%37.25%-
HSV(B)316.15º58.21%52.55%-
XYZ14.239.0916.63-
YUV85.82143.34162.37-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.22%
GREEN value IS 56 (22.27% from 255) = 18.48%
BLUE value IS 113 (44.53% from 255) = 37.29%
R=44.22%
G=18.48%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1345611300.580.160.47316.1541.0537.25
Hex86387103A102F13c2925
Octal2067016107220574745145
Binary100001101110001110001011101010000101111100111100101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863871; }

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

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

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

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

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

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

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

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