#800073

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

Shades of Purple #800073

Tints of Purple #800073

Color information

#800073 (or 0x800073) is unknown color: approx Purple. HEX triplet: 80, 00 and 73. RGB value is (128,0,115). Sum of RGB (Red+Green+Blue) = 128+0+115=243 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.67% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 115 (45.31% from 255 or 47.33% from 243); Max value from RGB is 128 - color contains mainly: red. Hex color #800073 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800073 is #7FFF8C. Grayscale: #333333. Windows color (decimal): -8388493 or 7536768. OLE color: 7536768.

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

Color convert

RGB1280115-
CMYK010.100.50
HSL306.09º100%25.1%-
HSV(B)306.09º100%50.2%-
XYZ125.8316.71-
YUV51.38163.91182.65-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 52.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 115 (45.31% from 255) = 47.33%
R=52.67%
G=0%
B=47.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.10
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1280115010.100.50306.0910025.1
Hex80073064A321326419
Octal20001630144126246214431
Binary1000000001110011011001001010110010100110010110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800073; }

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

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

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

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

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

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

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

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