#803272

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

Shades of Dark Purple #803272

Tints of Dark Purple #803272

Color information

#803272 (or 0x803272) is unknown color: approx Dark Purple. HEX triplet: 80, 32 and 72. RGB value is (128,50,114). Sum of RGB (Red+Green+Blue) = 128+50+114=292 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.84% from 292); Green value is 50 (19.92% from 255 or 17.12% from 292); Blue value is 114 (44.92% from 255 or 39.04% from 292); Max value from RGB is 128 - color contains mainly: red. Hex color #803272 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803272 is #7FCD8D. Grayscale: #505050. Windows color (decimal): -8375694 or 7484032. OLE color: 7484032.

HSL color Cylindrical-coordinate representation of color #803272: hue angle of 310.77º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #803272 is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.50.

Color convert

RGB12850114-
CMYK00.610.110.50
HSL310.77º43.82%34.9%-
HSV(B)310.77º60.94%50.2%-
XYZ13.088.0916.79-
YUV80.62146.84161.8-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.84%
GREEN value IS 50 (19.92% from 255) = 17.12%
BLUE value IS 114 (44.92% from 255) = 39.04%
R=43.84%
G=17.12%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.11
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1285011400.610.110.50310.7743.8234.9
Hex80327203DB321372c23
Octal2006216207513624675443
Binary10000000110010111001001111011011110010100110111101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803272; }

 p { color: rgb(128,50,114); }

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

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

 a { background-color: rgb(128,50,114); }

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

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

 span { border-color: rgb(128,50,114); }

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