#800772

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

Shades of Purple #800772

Tints of Purple #800772

Color information

#800772 (or 0x800772) is unknown color: approx Purple. HEX triplet: 80, 07 and 72. RGB value is (128,7,114). Sum of RGB (Red+Green+Blue) = 128+7+114=249 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.41% from 249); Green value is 7 (3.12% from 255 or 2.81% from 249); Blue value is 114 (44.92% from 255 or 45.78% from 249); Max value from RGB is 128 - color contains mainly: red. Hex color #800772 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800772 is #7FF88D. Grayscale: #373737. Windows color (decimal): -8386702 or 7473024. OLE color: 7473024.

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

Color convert

RGB1287114-
CMYK00.950.110.50
HSL306.94º89.63%26.47%-
HSV(B)306.94º94.53%50.2%-
XYZ12.025.9616.44-
YUV55.38161.09179.8-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 51.41%
GREEN value IS 7 (3.12% from 255) = 2.81%
BLUE value IS 114 (44.92% from 255) = 45.78%
R=51.41%
G=2.81%
B=45.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.11
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128711400.950.110.50306.9489.6326.47
Hex8077205FB321335a1a
Octal20071620137136246313232
Binary100000001111110010010111111011110010100110011101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800772; }

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

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

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

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

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

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

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

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