#80217A

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

Shades of Dark Purple #80217A

Tints of Dark Purple #80217A

Color information

#80217A (or 0x80217A) is unknown color: approx Dark Purple. HEX triplet: 80, 21 and 7A. RGB value is (128,33,122). Sum of RGB (Red+Green+Blue) = 128+33+122=283 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.23% from 283); Green value is 33 (13.28% from 255 or 11.66% from 283); Blue value is 122 (48.05% from 255 or 43.11% from 283); Max value from RGB is 128 - color contains mainly: red. Hex color #80217A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80217A is #7FDE85. Grayscale: #474747. Windows color (decimal): -8380038 or 8003968. OLE color: 8003968.

HSL color Cylindrical-coordinate representation of color #80217A: hue angle of 303.79º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #80217A is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB12833122-
CMYK00.740.050.50
HSL303.79º59.01%31.57%-
HSV(B)303.79º74.22%50.2%-
XYZ12.967.0819.1-
YUV71.55156.47168.26-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.23%
GREEN value IS 33 (13.28% from 255) = 11.66%
BLUE value IS 122 (48.05% from 255) = 43.11%
R=45.23%
G=11.66%
B=43.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.05
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1283312200.740.050.50303.7959.0131.57
Hex80217A04A5321303b20
Octal2004117201125624607340
Binary10000000100001111101001001010101110010100110000111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80217A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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