#863B7C

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

Shades of Dark Purple #863B7C

Tints of Dark Purple #863B7C

Color information

#863B7C (or 0x863B7C) is unknown color: approx Dark Purple. HEX triplet: 86, 3B and 7C. RGB value is (134,59,124). Sum of RGB (Red+Green+Blue) = 134+59+124=317 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.27% from 317); Green value is 59 (23.44% from 255 or 18.61% from 317); Blue value is 124 (48.83% from 255 or 39.12% from 317); Max value from RGB is 134 - color contains mainly: red. Hex color #863B7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863B7C is #79C483. Grayscale: #585858. Windows color (decimal): -7980164 or 8141702. OLE color: 8141702.

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

Color convert

RGB13459124-
CMYK00.560.070.47
HSL308º38.86%37.84%-
HSV(B)308º55.97%52.55%-
XYZ15.039.6520.14-
YUV88.83147.85160.21-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.27%
GREEN value IS 59 (23.44% from 255) = 18.61%
BLUE value IS 124 (48.83% from 255) = 39.12%
R=42.27%
G=18.61%
B=39.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1345912400.560.070.4730838.8637.84
Hex863B7C03872F1342726
Octal206731740707574644746
Binary1000011011101111111000111000111101111100110100100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,59,124); }

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

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

 a { background-color: rgb(134,59,124); }

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

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

 span { border-color: rgb(134,59,124); }

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