#882780

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

Shades of Dark Purple #882780

Tints of Dark Purple #882780

Color information

#882780 (or 0x882780) is unknown color: approx Dark Purple. HEX triplet: 88, 27 and 80. RGB value is (136,39,128). Sum of RGB (Red+Green+Blue) = 136+39+128=303 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.88% from 303); Green value is 39 (15.62% from 255 or 12.87% from 303); Blue value is 128 (50.39% from 255 or 42.24% from 303); Max value from RGB is 136 - color contains mainly: red. Hex color #882780 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882780 is #77D87F. Grayscale: #4D4D4D. Windows color (decimal): -7854208 or 8398728. OLE color: 8398728.

HSL color Cylindrical-coordinate representation of color #882780: hue angle of 304.95º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #882780 is Cyan = 0, Magento = 0.71, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB13639128-
CMYK00.710.060.47
HSL304.95º55.43%34.31%-
HSV(B)304.95º71.32%53.33%-
XYZ14.788.2421.23-
YUV78.15156.14169.26-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.88%
GREEN value IS 39 (15.62% from 255) = 12.87%
BLUE value IS 128 (50.39% from 255) = 42.24%
R=44.88%
G=12.87%
B=42.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1363912800.710.060.47304.9555.4334.31
Hex88278004762F1313722
Octal2104720001076574616742
Binary100010001001111000000001000111110101111100110001110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882780; }

 p { color: rgb(136,39,128); }

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

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

 a { background-color: rgb(136,39,128); }

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

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

 span { border-color: rgb(136,39,128); }

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