#881072

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

Shades of Dark Purple #881072

Tints of Dark Purple #881072

Color information

#881072 (or 0x881072) is unknown color: approx Dark Purple. HEX triplet: 88, 10 and 72. RGB value is (136,16,114). Sum of RGB (Red+Green+Blue) = 136+16+114=266 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.13% from 266); Green value is 16 (6.64% from 255 or 6.02% from 266); Blue value is 114 (44.92% from 255 or 42.86% from 266); Max value from RGB is 136 - color contains mainly: red. Hex color #881072 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881072 is #77EF8D. Grayscale: #3E3E3E. Windows color (decimal): -7860110 or 7475336. OLE color: 7475336.

HSL color Cylindrical-coordinate representation of color #881072: hue angle of 311º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #881072 is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB13616114-
CMYK00.880.160.47
HSL311º78.95%29.8%-
HSV(B)311º88.24%53.33%-
XYZ13.386.8216.53-
YUV63.05156.76180.03-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 51.13%
GREEN value IS 16 (6.64% from 255) = 6.02%
BLUE value IS 114 (44.92% from 255) = 42.86%
R=51.13%
G=6.02%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361611400.880.160.4731178.9529.8
Hex881072058102F1374f1e
Octal210201620130205746711736
Binary100010001000011100100101100010000101111100110111100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881072; }

 p { color: rgb(136,16,114); }

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

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

 a { background-color: rgb(136,16,114); }

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

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

 span { border-color: rgb(136,16,114); }

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