#80287C

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

Shades of Dark Purple #80287C

Tints of Dark Purple #80287C

Color information

#80287C (or 0x80287C) is unknown color: approx Dark Purple. HEX triplet: 80, 28 and 7C. RGB value is (128,40,124). Sum of RGB (Red+Green+Blue) = 128+40+124=292 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.84% from 292); Green value is 40 (16.02% from 255 or 13.70% from 292); Blue value is 124 (48.83% from 255 or 42.47% from 292); Max value from RGB is 128 - color contains mainly: red. Hex color #80287C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80287C is #7FD783. Grayscale: #4B4B4B. Windows color (decimal): -8378244 or 8136832. OLE color: 8136832.

HSL color Cylindrical-coordinate representation of color #80287C: hue angle of 302.73º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #80287C is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.50.

Color convert

RGB12840124-
CMYK00.690.030.50
HSL302.73º52.38%32.94%-
HSV(B)302.73º68.75%50.2%-
XYZ13.37.5619.83-
YUV75.89155.15165.17-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.84%
GREEN value IS 40 (16.02% from 255) = 13.70%
BLUE value IS 124 (48.83% from 255) = 42.47%
R=43.84%
G=13.70%
B=42.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.03
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1284012400.690.030.50302.7352.3832.94
Hex80287C04533212f3421
Octal2005017401053624576441
Binary1000000010100011111000100010111110010100101111110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80287C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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