#800279

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

Shades of Purple #800279

Tints of Purple #800279

Color information

#800279 (or 0x800279) is unknown color: approx Purple. HEX triplet: 80, 02 and 79. RGB value is (128,2,121). Sum of RGB (Red+Green+Blue) = 128+2+121=251 (33% of max value = 765). Red value is 128 (50.39% from 255 or 51.00% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 121 (47.66% from 255 or 48.21% from 251); Max value from RGB is 128 - color contains mainly: red. Hex color #800279 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800279 is #7FFD86. Grayscale: #343434. Windows color (decimal): -8387975 or 7930496. OLE color: 7930496.

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

Color convert

RGB1282121-
CMYK00.980.050.50
HSL303.33º96.92%25.49%-
HSV(B)303.33º98.44%50.2%-
XYZ12.376.0118.6-
YUV53.24166.24181.32-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 51.00%
GREEN value IS 2 (1.17% from 255) = 0.80%
BLUE value IS 121 (47.66% from 255) = 48.21%
R=51.00%
G=0.80%
B=48.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.05
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128212100.980.050.50303.3396.9225.49
Hex8027906253212f6119
Octal2002171014256245714131
Binary1000000010111100101100010101110010100101111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800279; }

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

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

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

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

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

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

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

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