#873D76

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

Shades of Dark Purple #873D76

Tints of Dark Purple #873D76

Color information

#873D76 (or 0x873D76) is unknown color: approx Dark Purple. HEX triplet: 87, 3D and 76. RGB value is (135,61,118). Sum of RGB (Red+Green+Blue) = 135+61+118=314 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.99% from 314); Green value is 61 (24.22% from 255 or 19.43% from 314); Blue value is 118 (46.48% from 255 or 37.58% from 314); Max value from RGB is 135 - color contains mainly: red. Hex color #873D76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873D76 is #78C289. Grayscale: #595959. Windows color (decimal): -7914122 or 7748999. OLE color: 7748999.

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

Color convert

RGB13561118-
CMYK00.550.130.47
HSL313.78º37.76%38.43%-
HSV(B)313.78º54.81%52.94%-
XYZ14.939.818.24-
YUV89.62144.02160.37-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.99%
GREEN value IS 61 (24.22% from 255) = 19.43%
BLUE value IS 118 (46.48% from 255) = 37.58%
R=42.99%
G=19.43%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1356111800.550.130.47313.7837.7638.43
Hex873D76037D2F13a2626
Octal2077516606715574724646
Binary10000111111101111011001101111101101111100111010100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,61,118); }

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

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

 a { background-color: rgb(135,61,118); }

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

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

 span { border-color: rgb(135,61,118); }

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