#803771

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

Shades of Dark Purple #803771

Tints of Dark Purple #803771

Color information

#803771 (or 0x803771) is unknown color: approx Dark Purple. HEX triplet: 80, 37 and 71. RGB value is (128,55,113). Sum of RGB (Red+Green+Blue) = 128+55+113=296 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.24% from 296); Green value is 55 (21.88% from 255 or 18.58% from 296); Blue value is 113 (44.53% from 255 or 38.18% from 296); Max value from RGB is 128 - color contains mainly: red. Hex color #803771 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803771 is #7FC88E. Grayscale: #535353. Windows color (decimal): -8374415 or 7419776. OLE color: 7419776.

HSL color Cylindrical-coordinate representation of color #803771: hue angle of 312.33º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #803771 is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB12855113-
CMYK00.570.120.50
HSL312.33º39.89%35.88%-
HSV(B)312.33º57.03%50.2%-
XYZ13.258.5116.57-
YUV83.44144.68159.78-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.24%
GREEN value IS 55 (21.88% from 255) = 18.58%
BLUE value IS 113 (44.53% from 255) = 38.18%
R=43.24%
G=18.58%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.12
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1285511300.570.120.50312.3339.8935.88
Hex803771039C321382824
Octal2006716107114624705044
Binary10000000110111111000101110011100110010100111000101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803771; }

 p { color: rgb(128,55,113); }

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

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

 a { background-color: rgb(128,55,113); }

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

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

 span { border-color: rgb(128,55,113); }

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