#80226C

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

Shades of Dark Purple #80226C

Tints of Dark Purple #80226C

Color information

#80226C (or 0x80226C) is unknown color: approx Dark Purple. HEX triplet: 80, 22 and 6C. RGB value is (128,34,108). Sum of RGB (Red+Green+Blue) = 128+34+108=270 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.41% from 270); Green value is 34 (13.67% from 255 or 12.59% from 270); Blue value is 108 (42.58% from 255 or 40% from 270); Max value from RGB is 128 - color contains mainly: red. Hex color #80226C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80226C is #7FDD93. Grayscale: #464646. Windows color (decimal): -8379796 or 7086720. OLE color: 7086720.

HSL color Cylindrical-coordinate representation of color #80226C: hue angle of 312.77º 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 #80226C is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB12834108-
CMYK00.730.160.50
HSL312.77º58.02%31.76%-
HSV(B)312.77º73.44%50.2%-
XYZ12.186.8214.86-
YUV70.54149.14168.98-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 47.41%
GREEN value IS 34 (13.67% from 255) = 12.59%
BLUE value IS 108 (42.58% from 255) = 40%
R=47.41%
G=12.59%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.16
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1283410800.730.160.50312.7758.0231.76
Hex80226C04910321393a20
Octal20042154011120624717240
Binary1000000010001011011000100100110000110010100111001111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80226C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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