#803773

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

Shades of Dark Purple #803773

Tints of Dark Purple #803773

Color information

#803773 (or 0x803773) is unknown color: approx Dark Purple. HEX triplet: 80, 37 and 73. RGB value is (128,55,115). Sum of RGB (Red+Green+Blue) = 128+55+115=298 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.95% from 298); Green value is 55 (21.88% from 255 or 18.46% from 298); Blue value is 115 (45.31% from 255 or 38.59% from 298); Max value from RGB is 128 - color contains mainly: red. Hex color #803773 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803773 is #7FC88C. Grayscale: #535353. Windows color (decimal): -8374413 or 7550848. OLE color: 7550848.

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

Color convert

RGB12855115-
CMYK00.570.100.50
HSL310.68º39.89%35.88%-
HSV(B)310.68º57.03%50.2%-
XYZ13.368.5617.17-
YUV83.67145.68159.62-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.95%
GREEN value IS 55 (21.88% from 255) = 18.46%
BLUE value IS 115 (45.31% from 255) = 38.59%
R=42.95%
G=18.46%
B=38.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.10
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1285511500.570.100.50310.6839.8935.88
Hex803773039A321372824
Octal2006716307112624675044
Binary10000000110111111001101110011010110010100110111101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803773; }

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

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

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

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

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

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

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

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