#882472

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

Shades of Dark Purple #882472

Tints of Dark Purple #882472

Color information

#882472 (or 0x882472) is unknown color: approx Dark Purple. HEX triplet: 88, 24 and 72. RGB value is (136,36,114). Sum of RGB (Red+Green+Blue) = 136+36+114=286 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.55% from 286); Green value is 36 (14.45% from 255 or 12.59% from 286); Blue value is 114 (44.92% from 255 or 39.86% from 286); Max value from RGB is 136 - color contains mainly: red. Hex color #882472 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882472 is #77DB8D. Grayscale: #4A4A4A. Windows color (decimal): -7854990 or 7480456. OLE color: 7480456.

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

Color convert

RGB13636114-
CMYK00.740.160.47
HSL313.2º58.14%33.73%-
HSV(B)313.2º73.53%53.33%-
XYZ13.827.7116.68-
YUV74.79150.13171.66-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.55%
GREEN value IS 36 (14.45% from 255) = 12.59%
BLUE value IS 114 (44.92% from 255) = 39.86%
R=47.55%
G=12.59%
B=39.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1363611400.740.160.47313.258.1433.73
Hex88247204A102F1393a22
Octal21044162011220574717242
Binary1000100010010011100100100101010000101111100111001111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882472; }

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

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

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

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

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

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

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

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