#881870

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

Shades of Dark Purple #881870

Tints of Dark Purple #881870

Color information

#881870 (or 0x881870) is unknown color: approx Dark Purple. HEX triplet: 88, 18 and 70. RGB value is (136,24,112). Sum of RGB (Red+Green+Blue) = 136+24+112=272 (36% of max value = 765). Red value is 136 (53.52% from 255 or 50% from 272); Green value is 24 (9.77% from 255 or 8.82% from 272); Blue value is 112 (44.14% from 255 or 41.18% from 272); Max value from RGB is 136 - color contains mainly: red. Hex color #881870 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881870 is #77E78F. Grayscale: #434343. Windows color (decimal): -7858064 or 7346312. OLE color: 7346312.

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

Color convert

RGB13624112-
CMYK00.820.180.47
HSL312.86º70%31.37%-
HSV(B)312.86º82.35%53.33%-
XYZ13.47.0615.98-
YUV67.52153.11176.84-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50%
GREEN value IS 24 (9.77% from 255) = 8.82%
BLUE value IS 112 (44.14% from 255) = 41.18%
R=50%
G=8.82%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1362411200.820.180.47312.867031.37
Hex881870052122F139461f
Octal210301600122225747110637
Binary100010001100011100000101001010010101111100111001100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881870; }

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

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

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

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

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

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

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

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