#863777

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

Shades of Dark Purple #863777

Tints of Dark Purple #863777

Color information

#863777 (or 0x863777) is unknown color: approx Dark Purple. HEX triplet: 86, 37 and 77. RGB value is (134,55,119). Sum of RGB (Red+Green+Blue) = 134+55+119=308 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.51% from 308); Green value is 55 (21.88% from 255 or 17.86% from 308); Blue value is 119 (46.88% from 255 or 38.64% from 308); Max value from RGB is 134 - color contains mainly: red. Hex color #863777 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863777 is #79C888. Grayscale: #555555. Windows color (decimal): -7981193 or 7812998. OLE color: 7812998.

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

Color convert

RGB13455119-
CMYK00.590.110.47
HSL311.39º41.8%37.06%-
HSV(B)311.39º58.96%52.55%-
XYZ14.539.1318.45-
YUV85.92146.67162.3-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.51%
GREEN value IS 55 (21.88% from 255) = 17.86%
BLUE value IS 119 (46.88% from 255) = 38.64%
R=43.51%
G=17.86%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1345511900.590.110.47311.3941.837.06
Hex86377703BB2F1372a25
Octal2066716707313574675245
Binary10000110110111111011101110111011101111100110111101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863777; }

 p { color: rgb(134,55,119); }

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

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

 a { background-color: rgb(134,55,119); }

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

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

 span { border-color: rgb(134,55,119); }

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