#800373

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

Shades of Purple #800373

Tints of Purple #800373

Color information

#800373 (or 0x800373) is unknown color: approx Purple. HEX triplet: 80, 03 and 73. RGB value is (128,3,115). Sum of RGB (Red+Green+Blue) = 128+3+115=246 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.03% from 246); Green value is 3 (1.56% from 255 or 1.22% from 246); Blue value is 115 (45.31% from 255 or 46.75% from 246); Max value from RGB is 128 - color contains mainly: red. Hex color #800373 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800373 is #7FFC8C. Grayscale: #343434. Windows color (decimal): -8387725 or 7537536. OLE color: 7537536.

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

Color convert

RGB1283115-
CMYK00.980.100.50
HSL306.24º95.42%25.69%-
HSV(B)306.24º97.66%50.2%-
XYZ12.035.8916.72-
YUV53.14162.91181.39-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 52.03%
GREEN value IS 3 (1.56% from 255) = 1.22%
BLUE value IS 115 (45.31% from 255) = 46.75%
R=52.03%
G=1.22%
B=46.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.10
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128311500.980.100.50306.2495.4225.69
Hex80373062A321325f1a
Octal20031630142126246213732
Binary10000000111110011011000101010110010100110010101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800373; }

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

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

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

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

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

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

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

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