#80227D

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

Shades of Dark Purple #80227D

Tints of Dark Purple #80227D

Color information

#80227D (or 0x80227D) is unknown color: approx Dark Purple. HEX triplet: 80, 22 and 7D. RGB value is (128,34,125). Sum of RGB (Red+Green+Blue) = 128+34+125=287 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.60% from 287); Green value is 34 (13.67% from 255 or 11.85% from 287); Blue value is 125 (49.22% from 255 or 43.55% from 287); Max value from RGB is 128 - color contains mainly: red. Hex color #80227D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80227D is #7FDD82. Grayscale: #484848. Windows color (decimal): -8379779 or 8200832. OLE color: 8200832.

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

Color convert

RGB12834125-
CMYK00.730.020.50
HSL301.91º58.02%31.76%-
HSV(B)301.91º73.44%50.2%-
XYZ13.187.2120.1-
YUV72.48157.64167.6-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.60%
GREEN value IS 34 (13.67% from 255) = 11.85%
BLUE value IS 125 (49.22% from 255) = 43.55%
R=44.60%
G=11.85%
B=43.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.02
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1283412500.730.020.50301.9158.0231.76
Hex80227D04923212e3a20
Octal2004217501112624567240
Binary1000000010001011111010100100110110010100101110111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80227D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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