#80226B

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

Shades of Dark Purple #80226B

Tints of Dark Purple #80226B

Color information

#80226B (or 0x80226B) is unknown color: approx Dark Purple. HEX triplet: 80, 22 and 6B. RGB value is (128,34,107). Sum of RGB (Red+Green+Blue) = 128+34+107=269 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.58% from 269); Green value is 34 (13.67% from 255 or 12.64% from 269); Blue value is 107 (42.19% from 255 or 39.78% from 269); Max value from RGB is 128 - color contains mainly: red. Hex color #80226B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80226B is #7FDD94. Grayscale: #464646. Windows color (decimal): -8379797 or 7021184. OLE color: 7021184.

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

Color convert

RGB12834107-
CMYK00.730.160.50
HSL313.4º58.02%31.76%-
HSV(B)313.4º73.44%50.2%-
XYZ12.136.7914.58-
YUV70.43148.64169.06-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 47.58%
GREEN value IS 34 (13.67% from 255) = 12.64%
BLUE value IS 107 (42.19% from 255) = 39.78%
R=47.58%
G=12.64%
B=39.78%

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
Decimal1283410700.730.160.50313.458.0231.76
Hex80226B04910321393a20
Octal20042153011120624717240
Binary1000000010001011010110100100110000110010100111001111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80226B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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