#873F77

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

Shades of Dark Purple #873F77

Tints of Dark Purple #873F77

Color information

#873F77 (or 0x873F77) is unknown color: approx Dark Purple. HEX triplet: 87, 3F and 77. RGB value is (135,63,119). Sum of RGB (Red+Green+Blue) = 135+63+119=317 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.59% from 317); Green value is 63 (25% from 255 or 19.87% from 317); Blue value is 119 (46.88% from 255 or 37.54% from 317); Max value from RGB is 135 - color contains mainly: red. Hex color #873F77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873F77 is #78C088. Grayscale: #5A5A5A. Windows color (decimal): -7913609 or 7815047. OLE color: 7815047.

HSL color Cylindrical-coordinate representation of color #873F77: hue angle of 313.33º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #873F77 is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB13563119-
CMYK00.530.120.47
HSL313.33º36.36%38.82%-
HSV(B)313.33º53.33%52.94%-
XYZ15.110.0418.59-
YUV90.91143.85159.45-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.59%
GREEN value IS 63 (25% from 255) = 19.87%
BLUE value IS 119 (46.88% from 255) = 37.54%
R=42.59%
G=19.87%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1356311900.530.120.47313.3336.3638.82
Hex873F77035C2F1392427
Octal2077716706514574714447
Binary10000111111111111011101101011100101111100111001100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873F77; }

 p { color: rgb(135,63,119); }

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

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

 a { background-color: rgb(135,63,119); }

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

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

 span { border-color: rgb(135,63,119); }

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