#863C78

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

Shades of Dark Purple #863C78

Tints of Dark Purple #863C78

Color information

#863C78 (or 0x863C78) is unknown color: approx Dark Purple. HEX triplet: 86, 3C and 78. RGB value is (134,60,120). Sum of RGB (Red+Green+Blue) = 134+60+120=314 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.68% from 314); Green value is 60 (23.83% from 255 or 19.11% from 314); Blue value is 120 (47.27% from 255 or 38.22% from 314); Max value from RGB is 134 - color contains mainly: red. Hex color #863C78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863C78 is #79C387. Grayscale: #585858. Windows color (decimal): -7979912 or 7879814. OLE color: 7879814.

HSL color Cylindrical-coordinate representation of color #863C78: hue angle of 311.35º 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 #863C78 is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB13460120-
CMYK00.550.100.47
HSL311.35º38.14%38.04%-
HSV(B)311.35º55.22%52.55%-
XYZ14.849.6618.85-
YUV88.97145.52160.12-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.68%
GREEN value IS 60 (23.83% from 255) = 19.11%
BLUE value IS 120 (47.27% from 255) = 38.22%
R=42.68%
G=19.11%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1346012000.550.100.47311.3538.1438.04
Hex863C78037A2F1372626
Octal2067417006712574674646
Binary10000110111100111100001101111010101111100110111100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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