#881373

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

Shades of Dark Purple #881373

Tints of Dark Purple #881373

Color information

#881373 (or 0x881373) is unknown color: approx Dark Purple. HEX triplet: 88, 13 and 73. RGB value is (136,19,115). Sum of RGB (Red+Green+Blue) = 136+19+115=270 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.37% from 270); Green value is 19 (7.81% from 255 or 7.04% from 270); Blue value is 115 (45.31% from 255 or 42.59% from 270); Max value from RGB is 136 - color contains mainly: red. Hex color #881373 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881373 is #77EC8C. Grayscale: #404040. Windows color (decimal): -7859341 or 7541640. OLE color: 7541640.

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

Color convert

RGB13619115-
CMYK00.860.150.47
HSL310.77º75.48%30.39%-
HSV(B)310.77º86.03%53.33%-
XYZ13.486.9416.85-
YUV64.93156.26178.69-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50.37%
GREEN value IS 19 (7.81% from 255) = 7.04%
BLUE value IS 115 (45.31% from 255) = 42.59%
R=50.37%
G=7.04%
B=42.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361911500.860.150.47310.7775.4830.39
Hex881373056F2F1374b1e
Octal210231630126175746711336
Binary10001000100111110011010101101111101111100110111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881373; }

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

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

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

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

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

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

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

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