#882476

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

Shades of Dark Purple #882476

Tints of Dark Purple #882476

Color information

#882476 (or 0x882476) is unknown color: approx Dark Purple. HEX triplet: 88, 24 and 76. RGB value is (136,36,118). Sum of RGB (Red+Green+Blue) = 136+36+118=290 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.90% from 290); Green value is 36 (14.45% from 255 or 12.41% from 290); Blue value is 118 (46.48% from 255 or 40.69% from 290); Max value from RGB is 136 - color contains mainly: red. Hex color #882476 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882476 is #77DB89. Grayscale: #4B4B4B. Windows color (decimal): -7854986 or 7742600. OLE color: 7742600.

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

Color convert

RGB13636118-
CMYK00.740.130.47
HSL310.8º58.14%33.73%-
HSV(B)310.8º73.53%53.33%-
XYZ14.057.817.91-
YUV75.25152.13171.33-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 46.90%
GREEN value IS 36 (14.45% from 255) = 12.41%
BLUE value IS 118 (46.48% from 255) = 40.69%
R=46.90%
G=12.41%
B=40.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1363611800.740.130.47310.858.1433.73
Hex88247604AD2F1373a22
Octal21044166011215574677242
Binary100010001001001110110010010101101101111100110111111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882476; }

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

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

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

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

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

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

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

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