#881170

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

Shades of Dark Purple #881170

Tints of Dark Purple #881170

Color information

#881170 (or 0x881170) is unknown color: approx Dark Purple. HEX triplet: 88, 11 and 70. RGB value is (136,17,112). Sum of RGB (Red+Green+Blue) = 136+17+112=265 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.32% from 265); Green value is 17 (7.03% from 255 or 6.42% from 265); Blue value is 112 (44.14% from 255 or 42.26% from 265); Max value from RGB is 136 - color contains mainly: red. Hex color #881170 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881170 is #77EE8F. Grayscale: #3F3F3F. Windows color (decimal): -7859856 or 7344520. OLE color: 7344520.

HSL color Cylindrical-coordinate representation of color #881170: hue angle of 312.1º degrees, saturation: 0.78, 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 #881170 is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB13617112-
CMYK00.870.180.47
HSL312.1º77.78%30%-
HSV(B)312.1º87.5%53.33%-
XYZ13.286.815.94-
YUV63.41155.42179.78-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 51.32%
GREEN value IS 17 (7.03% from 255) = 6.42%
BLUE value IS 112 (44.14% from 255) = 42.26%
R=51.32%
G=6.42%
B=42.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361711200.870.180.47312.177.7830
Hex881170057122F1384e1e
Octal210211600127225747011636
Binary100010001000111100000101011110010101111100111000100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881170; }

 p { color: rgb(136,17,112); }

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

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

 a { background-color: rgb(136,17,112); }

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

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

 span { border-color: rgb(136,17,112); }

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