#873777

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

Shades of Dark Purple #873777

Tints of Dark Purple #873777

Color information

#873777 (or 0x873777) is unknown color: approx Dark Purple. HEX triplet: 87, 37 and 77. RGB value is (135,55,119). Sum of RGB (Red+Green+Blue) = 135+55+119=309 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.69% from 309); Green value is 55 (21.88% from 255 or 17.80% from 309); Blue value is 119 (46.88% from 255 or 38.51% from 309); Max value from RGB is 135 - color contains mainly: red. Hex color #873777 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873777 is #78C888. Grayscale: #565656. Windows color (decimal): -7915657 or 7812999. OLE color: 7812999.

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

Color convert

RGB13555119-
CMYK00.590.120.47
HSL312º42.11%37.25%-
HSV(B)312º59.26%52.94%-
XYZ14.699.2218.46-
YUV86.22146.5162.8-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.69%
GREEN value IS 55 (21.88% from 255) = 17.80%
BLUE value IS 119 (46.88% from 255) = 38.51%
R=43.69%
G=17.80%
B=38.51%

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
Decimal1355511900.590.120.4731242.1137.25
Hex87377703BC2F1382a25
Octal2076716707314574705245
Binary10000111110111111011101110111100101111100111000101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873777; }

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

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

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

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

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

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

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

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