#802173

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

Shades of Dark Purple #802173

Tints of Dark Purple #802173

Color information

#802173 (or 0x802173) is unknown color: approx Dark Purple. HEX triplet: 80, 21 and 73. RGB value is (128,33,115). Sum of RGB (Red+Green+Blue) = 128+33+115=276 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.38% from 276); Green value is 33 (13.28% from 255 or 11.96% from 276); Blue value is 115 (45.31% from 255 or 41.67% from 276); Max value from RGB is 128 - color contains mainly: red. Hex color #802173 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802173 is #7FDE8C. Grayscale: #464646. Windows color (decimal): -8380045 or 7545216. OLE color: 7545216.

HSL color Cylindrical-coordinate representation of color #802173: hue angle of 308.21º 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 #802173 is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.50.

Color convert

RGB12833115-
CMYK00.740.100.50
HSL308.21º59.01%31.57%-
HSV(B)308.21º74.22%50.2%-
XYZ12.546.9116.89-
YUV70.75152.97168.83-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.38%
GREEN value IS 33 (13.28% from 255) = 11.96%
BLUE value IS 115 (45.31% from 255) = 41.67%
R=46.38%
G=11.96%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.10
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1283311500.740.100.50308.2159.0131.57
Hex80217304AA321343b20
Octal20041163011212624647340
Binary100000001000011110011010010101010110010100110100111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802173; }

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

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

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

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

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

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

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

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