#80296F

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

Shades of Dark Purple #80296F

Tints of Dark Purple #80296F

Color information

#80296F (or 0x80296F) is unknown color: approx Dark Purple. HEX triplet: 80, 29 and 6F. RGB value is (128,41,111). Sum of RGB (Red+Green+Blue) = 128+41+111=280 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.71% from 280); Green value is 41 (16.41% from 255 or 14.64% from 280); Blue value is 111 (43.75% from 255 or 39.64% from 280); Max value from RGB is 128 - color contains mainly: red. Hex color #80296F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80296F is #7FD690. Grayscale: #4A4A4A. Windows color (decimal): -8378001 or 7285120. OLE color: 7285120.

HSL color Cylindrical-coordinate representation of color #80296F: hue angle of 311.72º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #80296F is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB12841111-
CMYK00.680.130.50
HSL311.72º51.48%33.14%-
HSV(B)311.72º67.97%50.2%-
XYZ12.567.3215.79-
YUV74.99148.32165.81-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.71%
GREEN value IS 41 (16.41% from 255) = 14.64%
BLUE value IS 111 (43.75% from 255) = 39.64%
R=45.71%
G=14.64%
B=39.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.13
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1284111100.680.130.50311.7251.4833.14
Hex80296F044D321383321
Octal20051157010415624706341
Binary100000001010011101111010001001101110010100111000110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80296F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80296F; }

 p { color: rgb(128,41,111); }

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

<style>
 a { background-color: #80296F; }

 a { background-color: rgb(128,41,111); }

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

<style>
 span { border-color: #80296F; }

 span { border-color: rgb(128,41,111); }

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