#80247F

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

Shades of Dark Purple #80247F

Tints of Dark Purple #80247F

Color information

#80247F (or 0x80247F) is unknown color: approx Dark Purple. HEX triplet: 80, 24 and 7F. RGB value is (128,36,127). Sum of RGB (Red+Green+Blue) = 128+36+127=291 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.99% from 291); Green value is 36 (14.45% from 255 or 12.37% from 291); Blue value is 127 (50% from 255 or 43.64% from 291); Max value from RGB is 128 - color contains mainly: red. Hex color #80247F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80247F is #7FDB80. Grayscale: #494949. Windows color (decimal): -8379265 or 8332416. OLE color: 8332416.

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

Color convert

RGB12836127-
CMYK00.720.010.50
HSL300.65º56.1%32.16%-
HSV(B)300.65º71.88%50.2%-
XYZ13.367.3820.8-
YUV73.88157.98166.6-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.99%
GREEN value IS 36 (14.45% from 255) = 12.37%
BLUE value IS 127 (50% from 255) = 43.64%
R=43.99%
G=12.37%
B=43.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.01
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1283612700.720.010.50300.6556.132.16
Hex80247F04813212d3820
Octal2004417701101624557040
Binary100000001001001111111010010001110010100101101111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80247F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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