#80246E

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

Shades of Dark Purple #80246E

Tints of Dark Purple #80246E

Color information

#80246E (or 0x80246E) is unknown color: approx Dark Purple. HEX triplet: 80, 24 and 6E. RGB value is (128,36,110). Sum of RGB (Red+Green+Blue) = 128+36+110=274 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.72% from 274); Green value is 36 (14.45% from 255 or 13.14% from 274); Blue value is 110 (43.36% from 255 or 40.15% from 274); Max value from RGB is 128 - color contains mainly: red. Hex color #80246E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80246E is #7FDB91. Grayscale: #474747. Windows color (decimal): -8379282 or 7218304. OLE color: 7218304.

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

Color convert

RGB12836110-
CMYK00.720.140.50
HSL311.74º56.1%32.16%-
HSV(B)311.74º71.88%50.2%-
XYZ12.356.9815.45-
YUV71.94149.48167.98-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.72%
GREEN value IS 36 (14.45% from 255) = 13.14%
BLUE value IS 110 (43.36% from 255) = 40.15%
R=46.72%
G=13.14%
B=40.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.14
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1283611000.720.140.50311.7456.132.16
Hex80246E048E321383820
Octal20044156011016624707040
Binary100000001001001101110010010001110110010100111000111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80246E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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