#80117F

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

Shades of Purple #80117F

Tints of Purple #80117F

Color information

#80117F (or 0x80117F) is unknown color: approx Purple. HEX triplet: 80, 11 and 7F. RGB value is (128,17,127). Sum of RGB (Red+Green+Blue) = 128+17+127=272 (36% of max value = 765). Red value is 128 (50.39% from 255 or 47.06% from 272); Green value is 17 (7.03% from 255 or 6.25% from 272); Blue value is 127 (50% from 255 or 46.69% from 272); Max value from RGB is 128 - color contains mainly: red. Hex color #80117F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80117F is #7FEE80. Grayscale: #3E3E3E. Windows color (decimal): -8384129 or 8327552. OLE color: 8327552.

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

Color convert

RGB12817127-
CMYK00.870.010.50
HSL300.54º76.55%28.43%-
HSV(B)300.54º86.72%50.2%-
XYZ12.936.5220.66-
YUV62.73164.27174.56-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 47.06%
GREEN value IS 17 (7.03% from 255) = 6.25%
BLUE value IS 127 (50% from 255) = 46.69%
R=47.06%
G=6.25%
B=46.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.01
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281712700.870.010.50300.5476.5528.43
Hex80117F05713212d4d1c
Octal20021177012716245511534
Binary10000000100011111111010101111110010100101101100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80117F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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