#800072

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

Shades of Purple #800072

Tints of Purple #800072

Color information

#800072 (or 0x800072) is unknown color: approx Purple. HEX triplet: 80, 00 and 72. RGB value is (128,0,114). Sum of RGB (Red+Green+Blue) = 128+0+114=242 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.89% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 114 (44.92% from 255 or 47.11% from 242); Max value from RGB is 128 - color contains mainly: red. Hex color #800072 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800072 is #7FFF8D. Grayscale: #323232. Windows color (decimal): -8388494 or 7471232. OLE color: 7471232.

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

Color convert

RGB1280114-
CMYK010.110.50
HSL306.56º100%25.1%-
HSV(B)306.56º100%50.2%-
XYZ11.945.816.41-
YUV51.27163.41182.73-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 52.89%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 114 (44.92% from 255) = 47.11%
R=52.89%
G=0%
B=47.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.11
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1280114010.110.50306.5610025.1
Hex80072064B321336419
Octal20001620144136246314431
Binary1000000001110010011001001011110010100110011110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800072; }

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

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

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

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

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

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

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

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