#863678

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

Shades of Dark Purple #863678

Tints of Dark Purple #863678

Color information

#863678 (or 0x863678) is unknown color: approx Dark Purple. HEX triplet: 86, 36 and 78. RGB value is (134,54,120). Sum of RGB (Red+Green+Blue) = 134+54+120=308 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.51% from 308); Green value is 54 (21.48% from 255 or 17.53% from 308); Blue value is 120 (47.27% from 255 or 38.96% from 308); Max value from RGB is 134 - color contains mainly: red. Hex color #863678 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863678 is #79C987. Grayscale: #555555. Windows color (decimal): -7981448 or 7878278. OLE color: 7878278.

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

Color convert

RGB13454120-
CMYK00.600.100.47
HSL310.5º42.55%36.86%-
HSV(B)310.5º59.7%52.55%-
XYZ14.549.0618.75-
YUV85.44147.5162.63-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.51%
GREEN value IS 54 (21.48% from 255) = 17.53%
BLUE value IS 120 (47.27% from 255) = 38.96%
R=43.51%
G=17.53%
B=38.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1345412000.600.100.47310.542.5536.86
Hex86367803CA2F1362b25
Octal2066617007412574665345
Binary10000110110110111100001111001010101111100110110101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863678; }

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

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

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

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

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

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

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

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