#882272

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

Shades of Dark Purple #882272

Tints of Dark Purple #882272

Color information

#882272 (or 0x882272) is unknown color: approx Dark Purple. HEX triplet: 88, 22 and 72. RGB value is (136,34,114). Sum of RGB (Red+Green+Blue) = 136+34+114=284 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.89% from 284); Green value is 34 (13.67% from 255 or 11.97% from 284); Blue value is 114 (44.92% from 255 or 40.14% from 284); Max value from RGB is 136 - color contains mainly: red. Hex color #882272 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882272 is #77DD8D. Grayscale: #494949. Windows color (decimal): -7855502 or 7479944. OLE color: 7479944.

HSL color Cylindrical-coordinate representation of color #882272: hue angle of 312.94º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #882272 is Cyan = 0, Magento = 0.75, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB13634114-
CMYK00.750.160.47
HSL312.94º60%33.33%-
HSV(B)312.94º75%53.33%-
XYZ13.767.5916.66-
YUV73.62150.79172.5-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.89%
GREEN value IS 34 (13.67% from 255) = 11.97%
BLUE value IS 114 (44.92% from 255) = 40.14%
R=47.89%
G=11.97%
B=40.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1363411400.750.160.47312.946033.33
Hex88227204B102F1393c21
Octal21042162011320574717441
Binary1000100010001011100100100101110000101111100111001111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882272; }

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

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

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

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

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

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

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

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