#80026F

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

Shades of Purple #80026F

Tints of Purple #80026F

Color information

#80026F (or 0x80026F) is unknown color: approx Purple. HEX triplet: 80, 02 and 6F. RGB value is (128,2,111). Sum of RGB (Red+Green+Blue) = 128+2+111=241 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.11% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 111 (43.75% from 255 or 46.06% from 241); Max value from RGB is 128 - color contains mainly: red. Hex color #80026F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80026F is #7FFD90. Grayscale: #333333. Windows color (decimal): -8387985 or 7275136. OLE color: 7275136.

HSL color Cylindrical-coordinate representation of color #80026F: hue angle of 308.1º 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 #80026F is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB1282111-
CMYK00.980.130.50
HSL308.1º96.92%25.49%-
HSV(B)308.1º98.44%50.2%-
XYZ11.795.7815.53-
YUV52.1161.24182.14-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 53.11%
GREEN value IS 2 (1.17% from 255) = 0.83%
BLUE value IS 111 (43.75% from 255) = 46.06%
R=53.11%
G=0.83%
B=46.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.13
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128211100.980.130.50308.196.9225.49
Hex8026F062D321346119
Octal20021570142156246414131
Binary10000000101101111011000101101110010100110100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80026F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80026F; }

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

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

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

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

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

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

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

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