#882672

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

Shades of Dark Purple #882672

Tints of Dark Purple #882672

Color information

#882672 (or 0x882672) is unknown color: approx Dark Purple. HEX triplet: 88, 26 and 72. RGB value is (136,38,114). Sum of RGB (Red+Green+Blue) = 136+38+114=288 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.22% from 288); Green value is 38 (15.23% from 255 or 13.19% from 288); Blue value is 114 (44.92% from 255 or 39.58% from 288); Max value from RGB is 136 - color contains mainly: red. Hex color #882672 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882672 is #77D98D. Grayscale: #4B4B4B. Windows color (decimal): -7854478 or 7480968. OLE color: 7480968.

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

Color convert

RGB13638114-
CMYK00.720.160.47
HSL313.47º56.32%34.12%-
HSV(B)313.47º72.06%53.33%-
XYZ13.887.8416.7-
YUV75.97149.47170.82-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.22%
GREEN value IS 38 (15.23% from 255) = 13.19%
BLUE value IS 114 (44.92% from 255) = 39.58%
R=47.22%
G=13.19%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1363811400.720.160.47313.4756.3234.12
Hex882672048102F1393822
Octal21046162011020574717042
Binary1000100010011011100100100100010000101111100111001111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882672; }

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

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

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

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

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

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

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

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