#873976

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

Shades of Dark Purple #873976

Tints of Dark Purple #873976

Color information

#873976 (or 0x873976) is unknown color: approx Dark Purple. HEX triplet: 87, 39 and 76. RGB value is (135,57,118). Sum of RGB (Red+Green+Blue) = 135+57+118=310 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.55% from 310); Green value is 57 (22.66% from 255 or 18.39% from 310); Blue value is 118 (46.48% from 255 or 38.06% from 310); Max value from RGB is 135 - color contains mainly: red. Hex color #873976 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873976 is #78C689. Grayscale: #575757. Windows color (decimal): -7915146 or 7747975. OLE color: 7747975.

HSL color Cylindrical-coordinate representation of color #873976: hue angle of 313.08º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #873976 is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB13557118-
CMYK00.580.130.47
HSL313.08º40.63%37.65%-
HSV(B)313.08º57.78%52.94%-
XYZ14.729.3918.17-
YUV87.28145.34162.04-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.55%
GREEN value IS 57 (22.66% from 255) = 18.39%
BLUE value IS 118 (46.48% from 255) = 38.06%
R=43.55%
G=18.39%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1355711800.580.130.47313.0840.6337.65
Hex87397603AD2F1392926
Octal2077116607215574715146
Binary10000111111001111011001110101101101111100111001101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873976; }

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

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

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

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

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

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

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

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