#863C6F

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

Shades of Dark Purple #863C6F

Tints of Dark Purple #863C6F

Color information

#863C6F (or 0x863C6F) is unknown color: approx Dark Purple. HEX triplet: 86, 3C and 6F. RGB value is (134,60,111). Sum of RGB (Red+Green+Blue) = 134+60+111=305 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.93% from 305); Green value is 60 (23.83% from 255 or 19.67% from 305); Blue value is 111 (43.75% from 255 or 36.39% from 305); Max value from RGB is 134 - color contains mainly: red. Hex color #863C6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863C6F is #79C390. Grayscale: #575757. Windows color (decimal): -7979921 or 7289990. OLE color: 7289990.

HSL color Cylindrical-coordinate representation of color #863C6F: hue angle of 318.65º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #863C6F is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB13460111-
CMYK00.550.170.47
HSL318.65º38.14%38.04%-
HSV(B)318.65º55.22%52.55%-
XYZ14.329.4516.11-
YUV87.94141.02160.85-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.93%
GREEN value IS 60 (23.83% from 255) = 19.67%
BLUE value IS 111 (43.75% from 255) = 36.39%
R=43.93%
G=19.67%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1346011100.550.170.47318.6538.1438.04
Hex863C6F037112F13f2626
Octal2067415706721574774646
Binary100001101111001101111011011110001101111100111111100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863C6F; }

 p { color: rgb(134,60,111); }

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

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

 a { background-color: rgb(134,60,111); }

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

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

 span { border-color: rgb(134,60,111); }

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