#80247C

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

Shades of Dark Purple #80247C

Tints of Dark Purple #80247C

Color information

#80247C (or 0x80247C) is unknown color: approx Dark Purple. HEX triplet: 80, 24 and 7C. RGB value is (128,36,124). Sum of RGB (Red+Green+Blue) = 128+36+124=288 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.44% from 288); Green value is 36 (14.45% from 255 or 12.5% from 288); Blue value is 124 (48.83% from 255 or 43.06% from 288); Max value from RGB is 128 - color contains mainly: red. Hex color #80247C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80247C is #7FDB83. Grayscale: #494949. Windows color (decimal): -8379268 or 8135808. OLE color: 8135808.

HSL color Cylindrical-coordinate representation of color #80247C: hue angle of 302.61º 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 #80247C is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.50.

Color convert

RGB12836124-
CMYK00.720.030.50
HSL302.61º56.1%32.16%-
HSV(B)302.61º71.88%50.2%-
XYZ13.177.3119.78-
YUV73.54156.48166.84-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.44%
GREEN value IS 36 (14.45% from 255) = 12.5%
BLUE value IS 124 (48.83% from 255) = 43.06%
R=44.44%
G=12.5%
B=43.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.03
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1283612400.720.030.50302.6156.132.16
Hex80247C04833212f3820
Octal2004417401103624577040
Binary1000000010010011111000100100011110010100101111111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80247C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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