#881376

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

Shades of Dark Purple #881376

Tints of Dark Purple #881376

Color information

#881376 (or 0x881376) is unknown color: approx Dark Purple. HEX triplet: 88, 13 and 76. RGB value is (136,19,118). Sum of RGB (Red+Green+Blue) = 136+19+118=273 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.82% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 118 (46.48% from 255 or 43.22% from 273); Max value from RGB is 136 - color contains mainly: red. Hex color #881376 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881376 is #77EC89. Grayscale: #404040. Windows color (decimal): -7859338 or 7738248. OLE color: 7738248.

HSL color Cylindrical-coordinate representation of color #881376: hue angle of 309.23º 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 #881376 is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB13619118-
CMYK00.860.130.47
HSL309.23º75.48%30.39%-
HSV(B)309.23º86.03%53.33%-
XYZ13.667.0117.77-
YUV65.27157.76178.45-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.82%
GREEN value IS 19 (7.81% from 255) = 6.96%
BLUE value IS 118 (46.48% from 255) = 43.22%
R=49.82%
G=6.96%
B=43.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361911800.860.130.47309.2375.4830.39
Hex881376056D2F1354b1e
Octal210231660126155746511336
Binary10001000100111110110010101101101101111100110101100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881376; }

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

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

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

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

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

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

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

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