#80226D

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

Shades of Dark Purple #80226D

Tints of Dark Purple #80226D

Color information

#80226D (or 0x80226D) is unknown color: approx Dark Purple. HEX triplet: 80, 22 and 6D. RGB value is (128,34,109). Sum of RGB (Red+Green+Blue) = 128+34+109=271 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.23% from 271); Green value is 34 (13.67% from 255 or 12.55% from 271); Blue value is 109 (42.97% from 255 or 40.22% from 271); Max value from RGB is 128 - color contains mainly: red. Hex color #80226D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80226D is #7FDD92. Grayscale: #464646. Windows color (decimal): -8379795 or 7152256. OLE color: 7152256.

HSL color Cylindrical-coordinate representation of color #80226D: hue angle of 312.13º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #80226D is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.50.

Color convert

RGB12834109-
CMYK00.730.150.50
HSL312.13º58.02%31.76%-
HSV(B)312.13º73.44%50.2%-
XYZ12.236.8415.14-
YUV70.66149.64168.9-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 47.23%
GREEN value IS 34 (13.67% from 255) = 12.55%
BLUE value IS 109 (42.97% from 255) = 40.22%
R=47.23%
G=12.55%
B=40.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.15
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1283410900.730.150.50312.1358.0231.76
Hex80226D049F321383a20
Octal20042155011117624707240
Binary100000001000101101101010010011111110010100111000111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80226D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,34,109); }

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

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

 a { background-color: rgb(128,34,109); }

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

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

 span { border-color: rgb(128,34,109); }

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