#80286E

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

Shades of Dark Purple #80286E

Tints of Dark Purple #80286E

Color information

#80286E (or 0x80286E) is unknown color: approx Dark Purple. HEX triplet: 80, 28 and 6E. RGB value is (128,40,110). Sum of RGB (Red+Green+Blue) = 128+40+110=278 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.04% from 278); Green value is 40 (16.02% from 255 or 14.39% from 278); Blue value is 110 (43.36% from 255 or 39.57% from 278); Max value from RGB is 128 - color contains mainly: red. Hex color #80286E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80286E is #7FD791. Grayscale: #4A4A4A. Windows color (decimal): -8378258 or 7219328. OLE color: 7219328.

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

Color convert

RGB12840110-
CMYK00.690.140.50
HSL312.27º52.38%32.94%-
HSV(B)312.27º68.75%50.2%-
XYZ12.487.2315.49-
YUV74.29148.15166.31-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.04%
GREEN value IS 40 (16.02% from 255) = 14.39%
BLUE value IS 110 (43.36% from 255) = 39.57%
R=46.04%
G=14.39%
B=39.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.14
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1284011000.690.140.50312.2752.3832.94
Hex80286E045E321383421
Octal20050156010516624706441
Binary100000001010001101110010001011110110010100111000110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80286E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80286E; }

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

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

<style>
 a { background-color: #80286E; }

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

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

<style>
 span { border-color: #80286E; }

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

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