#882578

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

Shades of Dark Purple #882578

Tints of Dark Purple #882578

Color information

#882578 (or 0x882578) is unknown color: approx Dark Purple. HEX triplet: 88, 25 and 78. RGB value is (136,37,120). Sum of RGB (Red+Green+Blue) = 136+37+120=293 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.42% from 293); Green value is 37 (14.84% from 255 or 12.63% from 293); Blue value is 120 (47.27% from 255 or 40.96% from 293); Max value from RGB is 136 - color contains mainly: red. Hex color #882578 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882578 is #77DA87. Grayscale: #4B4B4B. Windows color (decimal): -7854728 or 7873928. OLE color: 7873928.

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

Color convert

RGB13637120-
CMYK00.730.120.47
HSL309.7º57.23%33.92%-
HSV(B)309.7º72.79%53.33%-
XYZ14.217.9118.55-
YUV76.06152.8170.75-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 46.42%
GREEN value IS 37 (14.84% from 255) = 12.63%
BLUE value IS 120 (47.27% from 255) = 40.96%
R=46.42%
G=12.63%
B=40.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1363712000.730.120.47309.757.2333.92
Hex882578049C2F1363922
Octal21045170011114574667142
Binary100010001001011111000010010011100101111100110110111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882578; }

 p { color: rgb(136,37,120); }

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

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

 a { background-color: rgb(136,37,120); }

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

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

 span { border-color: rgb(136,37,120); }

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