#883372

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

Shades of Dark Purple #883372

Tints of Dark Purple #883372

Color information

#883372 (or 0x883372) is unknown color: approx Dark Purple. HEX triplet: 88, 33 and 72. RGB value is (136,51,114). Sum of RGB (Red+Green+Blue) = 136+51+114=301 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.18% from 301); Green value is 51 (20.31% from 255 or 16.94% from 301); Blue value is 114 (44.92% from 255 or 37.87% from 301); Max value from RGB is 136 - color contains mainly: red. Hex color #883372 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883372 is #77CC8D. Grayscale: #535353. Windows color (decimal): -7851150 or 7484296. OLE color: 7484296.

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

Color convert

RGB13651114-
CMYK00.620.160.47
HSL315.53º45.45%36.67%-
HSV(B)315.53º62.5%53.33%-
XYZ14.378.8216.86-
YUV83.6145.16165.38-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.18%
GREEN value IS 51 (20.31% from 255) = 16.94%
BLUE value IS 114 (44.92% from 255) = 37.87%
R=45.18%
G=16.94%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1365111400.620.160.47315.5345.4536.67
Hex88337203E102F13c2d25
Octal2106316207620574745545
Binary100010001100111110010011111010000101111100111100101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883372; }

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

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

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

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

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

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

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

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