#80227B

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

Shades of Dark Purple #80227B

Tints of Dark Purple #80227B

Color information

#80227B (or 0x80227B) is unknown color: approx Dark Purple. HEX triplet: 80, 22 and 7B. RGB value is (128,34,123). Sum of RGB (Red+Green+Blue) = 128+34+123=285 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.91% from 285); Green value is 34 (13.67% from 255 or 11.93% from 285); Blue value is 123 (48.44% from 255 or 43.16% from 285); Max value from RGB is 128 - color contains mainly: red. Hex color #80227B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80227B is #7FDD84. Grayscale: #474747. Windows color (decimal): -8379781 or 8069760. OLE color: 8069760.

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

Color convert

RGB12834123-
CMYK00.730.040.50
HSL303.19º58.02%31.76%-
HSV(B)303.19º73.44%50.2%-
XYZ13.057.1619.43-
YUV72.25156.64167.76-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.91%
GREEN value IS 34 (13.67% from 255) = 11.93%
BLUE value IS 123 (48.44% from 255) = 43.16%
R=44.91%
G=11.93%
B=43.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.04
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1283412300.730.040.50303.1958.0231.76
Hex80227B04943212f3a20
Octal2004217301114624577240
Binary10000000100010111101101001001100110010100101111111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80227B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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