#800979

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

Shades of Purple #800979

Tints of Purple #800979

Color information

#800979 (or 0x800979) is unknown color: approx Purple. HEX triplet: 80, 09 and 79. RGB value is (128,9,121). Sum of RGB (Red+Green+Blue) = 128+9+121=258 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.61% from 258); Green value is 9 (3.91% from 255 or 3.49% from 258); Blue value is 121 (47.66% from 255 or 46.90% from 258); Max value from RGB is 128 - color contains mainly: red. Hex color #800979 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800979 is #7FF686. Grayscale: #393939. Windows color (decimal): -8386183 or 7932288. OLE color: 7932288.

HSL color Cylindrical-coordinate representation of color #800979: hue angle of 303.53º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #800979 is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB1289121-
CMYK00.930.050.50
HSL303.53º86.86%26.86%-
HSV(B)303.53º92.97%50.2%-
XYZ12.456.1718.62-
YUV57.35163.92178.39-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 49.61%
GREEN value IS 9 (3.91% from 255) = 3.49%
BLUE value IS 121 (47.66% from 255) = 46.90%
R=49.61%
G=3.49%
B=46.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.05
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128912100.930.050.50303.5386.8626.86
Hex8097905D532130571b
Octal20011171013556246012733
Binary100000001001111100101011101101110010100110000101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800979; }

 p { color: rgb(128,9,121); }

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

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

 a { background-color: rgb(128,9,121); }

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

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

 span { border-color: rgb(128,9,121); }

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