#873877

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

Shades of Dark Purple #873877

Tints of Dark Purple #873877

Color information

#873877 (or 0x873877) is unknown color: approx Dark Purple. HEX triplet: 87, 38 and 77. RGB value is (135,56,119). Sum of RGB (Red+Green+Blue) = 135+56+119=310 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.55% from 310); Green value is 56 (22.27% from 255 or 18.06% from 310); Blue value is 119 (46.88% from 255 or 38.39% from 310); Max value from RGB is 135 - color contains mainly: red. Hex color #873877 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873877 is #78C788. Grayscale: #565656. Windows color (decimal): -7915401 or 7813255. OLE color: 7813255.

HSL color Cylindrical-coordinate representation of color #873877: hue angle of 312.15º degrees, saturation: 0.41, 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 #873877 is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB13556119-
CMYK00.590.120.47
HSL312.15º41.36%37.45%-
HSV(B)312.15º58.52%52.94%-
XYZ14.749.3118.47-
YUV86.8146.17162.38-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.55%
GREEN value IS 56 (22.27% from 255) = 18.06%
BLUE value IS 119 (46.88% from 255) = 38.39%
R=43.55%
G=18.06%
B=38.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1355611900.590.120.47312.1541.3637.45
Hex87387703BC2F1382925
Octal2077016707314574705145
Binary10000111111000111011101110111100101111100111000101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873877; }

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

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

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

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

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

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

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

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