#883672

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

Shades of Dark Purple #883672

Tints of Dark Purple #883672

Color information

#883672 (or 0x883672) is unknown color: approx Dark Purple. HEX triplet: 88, 36 and 72. RGB value is (136,54,114). Sum of RGB (Red+Green+Blue) = 136+54+114=304 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.74% from 304); Green value is 54 (21.48% from 255 or 17.76% from 304); Blue value is 114 (44.92% from 255 or 37.5% from 304); Max value from RGB is 136 - color contains mainly: red. Hex color #883672 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883672 is #77C98D. Grayscale: #555555. Windows color (decimal): -7850382 or 7485064. OLE color: 7485064.

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

Color convert

RGB13654114-
CMYK00.600.160.47
HSL316.1º43.16%37.25%-
HSV(B)316.1º60.29%53.33%-
XYZ14.519.0916.91-
YUV85.36144.17164.12-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.74%
GREEN value IS 54 (21.48% from 255) = 17.76%
BLUE value IS 114 (44.92% from 255) = 37.5%
R=44.74%
G=17.76%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1365411400.600.160.47316.143.1637.25
Hex88367203C102F13c2b25
Octal2106616207420574745345
Binary100010001101101110010011110010000101111100111100101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883672; }

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

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

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

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

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

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

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

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