#80017F

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

Shades of Purple #80017F

Tints of Purple #80017F

Color information

#80017F (or 0x80017F) is unknown color: approx Purple. HEX triplet: 80, 01 and 7F. RGB value is (128,1,127). Sum of RGB (Red+Green+Blue) = 128+1+127=256 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 127 (50% from 255 or 49.61% from 256); Max value from RGB is 128 - color contains mainly: red. Hex color #80017F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80017F is #7FFE80. Grayscale: #343434. Windows color (decimal): -8388225 or 8323456. OLE color: 8323456.

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

Color convert

RGB1281127-
CMYK00.990.010.50
HSL300.47º98.45%25.29%-
HSV(B)300.47º99.22%50.2%-
XYZ12.746.1420.59-
YUV53.34169.58181.25-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 50%
GREEN value IS 1 (0.78% from 255) = 0.39%
BLUE value IS 127 (50% from 255) = 49.61%
R=50%
G=0.39%
B=49.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.01
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128112700.990.010.50300.4798.4525.29
Hex8017F06313212c6219
Octal2001177014316245414231
Binary1000000011111111011000111110010100101100110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80017F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,1,127); }

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

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

 a { background-color: rgb(128,1,127); }

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

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

 span { border-color: rgb(128,1,127); }

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