#803276

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

Shades of Dark Purple #803276

Tints of Dark Purple #803276

Color information

#803276 (or 0x803276) is unknown color: approx Dark Purple. HEX triplet: 80, 32 and 76. RGB value is (128,50,118). Sum of RGB (Red+Green+Blue) = 128+50+118=296 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.24% from 296); Green value is 50 (19.92% from 255 or 16.89% from 296); Blue value is 118 (46.48% from 255 or 39.86% from 296); Max value from RGB is 128 - color contains mainly: red. Hex color #803276 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803276 is #7FCD89. Grayscale: #505050. Windows color (decimal): -8375690 or 7746176. OLE color: 7746176.

HSL color Cylindrical-coordinate representation of color #803276: hue angle of 307.69º 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 #803276 is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.50.

Color convert

RGB12850118-
CMYK00.610.080.50
HSL307.69º43.82%34.9%-
HSV(B)307.69º60.94%50.2%-
XYZ13.318.1818.02-
YUV81.07148.84161.47-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.24%
GREEN value IS 50 (19.92% from 255) = 16.89%
BLUE value IS 118 (46.48% from 255) = 39.86%
R=43.24%
G=16.89%
B=39.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.08
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1285011800.610.080.50307.6943.8234.9
Hex80327603D8321342c23
Octal2006216607510624645443
Binary10000000110010111011001111011000110010100110100101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803276; }

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

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

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

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

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

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

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

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