#802873

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

Shades of Dark Purple #802873

Tints of Dark Purple #802873

Color information

#802873 (or 0x802873) is unknown color: approx Dark Purple. HEX triplet: 80, 28 and 73. RGB value is (128,40,115). Sum of RGB (Red+Green+Blue) = 128+40+115=283 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.23% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 115 (45.31% from 255 or 40.64% from 283); Max value from RGB is 128 - color contains mainly: red. Hex color #802873 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802873 is #7FD78C. Grayscale: #4A4A4A. Windows color (decimal): -8378253 or 7547008. OLE color: 7547008.

HSL color Cylindrical-coordinate representation of color #802873: hue angle of 308.86º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #802873 is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.50.

Color convert

RGB12840115-
CMYK00.690.100.50
HSL308.86º52.38%32.94%-
HSV(B)308.86º68.75%50.2%-
XYZ12.767.3416.97-
YUV74.86150.65165.9-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.23%
GREEN value IS 40 (16.02% from 255) = 14.13%
BLUE value IS 115 (45.31% from 255) = 40.64%
R=45.23%
G=14.13%
B=40.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.10
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1284011500.690.100.50308.8652.3832.94
Hex802873045A321353421
Octal20050163010512624656441
Binary100000001010001110011010001011010110010100110101110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802873; }

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

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

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

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

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

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

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

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