#80227A

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

Shades of Dark Purple #80227A

Tints of Dark Purple #80227A

Color information

#80227A (or 0x80227A) is unknown color: approx Dark Purple. HEX triplet: 80, 22 and 7A. RGB value is (128,34,122). Sum of RGB (Red+Green+Blue) = 128+34+122=284 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.07% from 284); Green value is 34 (13.67% from 255 or 11.97% from 284); Blue value is 122 (48.05% from 255 or 42.96% from 284); Max value from RGB is 128 - color contains mainly: red. Hex color #80227A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80227A is #7FDD85. Grayscale: #474747. Windows color (decimal): -8379782 or 8004224. OLE color: 8004224.

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

Color convert

RGB12834122-
CMYK00.730.050.50
HSL303.83º58.02%31.76%-
HSV(B)303.83º73.44%50.2%-
XYZ12.997.1419.11-
YUV72.14156.14167.84-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.07%
GREEN value IS 34 (13.67% from 255) = 11.97%
BLUE value IS 122 (48.05% from 255) = 42.96%
R=45.07%
G=11.97%
B=42.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.05
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1283412200.730.050.50303.8358.0231.76
Hex80227A0495321303a20
Octal2004217201115624607240
Binary10000000100010111101001001001101110010100110000111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80227A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80227A; }

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

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

<style>
 a { background-color: #80227A; }

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

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

<style>
 span { border-color: #80227A; }

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

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