#80287D

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

Shades of Dark Purple #80287D

Tints of Dark Purple #80287D

Color information

#80287D (or 0x80287D) is unknown color: approx Dark Purple. HEX triplet: 80, 28 and 7D. RGB value is (128,40,125). Sum of RGB (Red+Green+Blue) = 128+40+125=293 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.69% from 293); Green value is 40 (16.02% from 255 or 13.65% from 293); Blue value is 125 (49.22% from 255 or 42.66% from 293); Max value from RGB is 128 - color contains mainly: red. Hex color #80287D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80287D is #7FD782. Grayscale: #4B4B4B. Windows color (decimal): -8378243 or 8202368. OLE color: 8202368.

HSL color Cylindrical-coordinate representation of color #80287D: hue angle of 302.05º 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 #80287D is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB12840125-
CMYK00.690.020.50
HSL302.05º52.38%32.94%-
HSV(B)302.05º68.75%50.2%-
XYZ13.367.5920.16-
YUV76155.65165.09-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.69%
GREEN value IS 40 (16.02% from 255) = 13.65%
BLUE value IS 125 (49.22% from 255) = 42.66%
R=43.69%
G=13.65%
B=42.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.02
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1284012500.690.020.50302.0552.3832.94
Hex80287D04523212e3421
Octal2005017501052624566441
Binary1000000010100011111010100010110110010100101110110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80287D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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