#802073

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

Shades of Dark Purple #802073

Tints of Dark Purple #802073

Color information

#802073 (or 0x802073) is unknown color: approx Dark Purple. HEX triplet: 80, 20 and 73. RGB value is (128,32,115). Sum of RGB (Red+Green+Blue) = 128+32+115=275 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.55% from 275); Green value is 32 (12.89% from 255 or 11.64% from 275); Blue value is 115 (45.31% from 255 or 41.82% from 275); Max value from RGB is 128 - color contains mainly: red. Hex color #802073 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802073 is #7FDF8C. Grayscale: #454545. Windows color (decimal): -8380301 or 7544960. OLE color: 7544960.

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

Color convert

RGB12832115-
CMYK00.750.100.50
HSL308.12º60%31.37%-
HSV(B)308.12º75%50.2%-
XYZ12.516.8616.88-
YUV70.17153.3169.25-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.55%
GREEN value IS 32 (12.89% from 255) = 11.64%
BLUE value IS 115 (45.31% from 255) = 41.82%
R=46.55%
G=11.64%
B=41.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.10
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1283211500.750.100.50308.126031.37
Hex80207304BA321343c1f
Octal20040163011312624647437
Binary10000000100000111001101001011101011001010011010011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802073; }

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

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

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

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

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

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

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

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