#881771

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

Shades of Dark Purple #881771

Tints of Dark Purple #881771

Color information

#881771 (or 0x881771) is unknown color: approx Dark Purple. HEX triplet: 88, 17 and 71. RGB value is (136,23,113). Sum of RGB (Red+Green+Blue) = 136+23+113=272 (36% of max value = 765). Red value is 136 (53.52% from 255 or 50% from 272); Green value is 23 (9.38% from 255 or 8.46% from 272); Blue value is 113 (44.53% from 255 or 41.54% from 272); Max value from RGB is 136 - color contains mainly: red. Hex color #881771 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881771 is #77E88E. Grayscale: #424242. Windows color (decimal): -7858319 or 7411592. OLE color: 7411592.

HSL color Cylindrical-coordinate representation of color #881771: hue angle of 312.21º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #881771 is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB13623113-
CMYK00.830.170.47
HSL312.21º71.07%31.18%-
HSV(B)312.21º83.09%53.33%-
XYZ13.447.0416.27-
YUV67.05153.94177.18-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50%
GREEN value IS 23 (9.38% from 255) = 8.46%
BLUE value IS 113 (44.53% from 255) = 41.54%
R=50%
G=8.46%
B=41.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1362311300.830.170.47312.2171.0731.18
Hex881771053112F138471f
Octal210271610123215747010737
Binary100010001011111100010101001110001101111100111000100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881771; }

 p { color: rgb(136,23,113); }

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

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

 a { background-color: rgb(136,23,113); }

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

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

 span { border-color: rgb(136,23,113); }

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