#881370

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

Shades of Dark Purple #881370

Tints of Dark Purple #881370

Color information

#881370 (or 0x881370) is unknown color: approx Dark Purple. HEX triplet: 88, 13 and 70. RGB value is (136,19,112). Sum of RGB (Red+Green+Blue) = 136+19+112=267 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.94% from 267); Green value is 19 (7.81% from 255 or 7.12% from 267); Blue value is 112 (44.14% from 255 or 41.95% from 267); Max value from RGB is 136 - color contains mainly: red. Hex color #881370 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881370 is #77EC8F. Grayscale: #404040. Windows color (decimal): -7859344 or 7345032. OLE color: 7345032.

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

Color convert

RGB13619112-
CMYK00.860.180.47
HSL312.31º75.48%30.39%-
HSV(B)312.31º86.03%53.33%-
XYZ13.316.8715.95-
YUV64.59154.76178.94-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50.94%
GREEN value IS 19 (7.81% from 255) = 7.12%
BLUE value IS 112 (44.14% from 255) = 41.95%
R=50.94%
G=7.12%
B=41.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361911200.860.180.47312.3175.4830.39
Hex881370056122F1384b1e
Octal210231600126225747011336
Binary100010001001111100000101011010010101111100111000100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881370; }

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

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

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

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

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

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

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

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