#882572

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

Shades of Dark Purple #882572

Tints of Dark Purple #882572

Color information

#882572 (or 0x882572) is unknown color: approx Dark Purple. HEX triplet: 88, 25 and 72. RGB value is (136,37,114). Sum of RGB (Red+Green+Blue) = 136+37+114=287 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.39% from 287); Green value is 37 (14.84% from 255 or 12.89% from 287); Blue value is 114 (44.92% from 255 or 39.72% from 287); Max value from RGB is 136 - color contains mainly: red. Hex color #882572 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882572 is #77DA8D. Grayscale: #4B4B4B. Windows color (decimal): -7854734 or 7480712. OLE color: 7480712.

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

Color convert

RGB13637114-
CMYK00.730.160.47
HSL313.33º57.23%33.92%-
HSV(B)313.33º72.79%53.33%-
XYZ13.857.7716.69-
YUV75.38149.8171.24-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.39%
GREEN value IS 37 (14.84% from 255) = 12.89%
BLUE value IS 114 (44.92% from 255) = 39.72%
R=47.39%
G=12.89%
B=39.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1363711400.730.160.47313.3357.2333.92
Hex882572049102F1393922
Octal21045162011120574717142
Binary1000100010010111100100100100110000101111100111001111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882572; }

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

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

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

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

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

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

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

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