#873881

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

Shades of Dark Purple #873881

Tints of Dark Purple #873881

Color information

#873881 (or 0x873881) is unknown color: approx Dark Purple. HEX triplet: 87, 38 and 81. RGB value is (135,56,129). Sum of RGB (Red+Green+Blue) = 135+56+129=320 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.19% from 320); Green value is 56 (22.27% from 255 or 17.5% from 320); Blue value is 129 (50.78% from 255 or 40.31% from 320); Max value from RGB is 135 - color contains mainly: red. Hex color #873881 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873881 is #78C77E. Grayscale: #575757. Windows color (decimal): -7915391 or 8468615. OLE color: 8468615.

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

Color convert

RGB13556129-
CMYK00.590.040.47
HSL304.56º41.36%37.45%-
HSV(B)304.56º58.52%52.94%-
XYZ15.379.5621.8-
YUV87.94151.17161.56-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.19%
GREEN value IS 56 (22.27% from 255) = 17.5%
BLUE value IS 129 (50.78% from 255) = 40.31%
R=42.19%
G=17.5%
B=40.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1355612900.590.040.47304.5641.3637.45
Hex87388103B42F1312925
Octal207702010734574615145
Binary10000111111000100000010111011100101111100110001101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873881; }

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

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

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

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

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

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

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

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