#801581

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

Shades of Dark Purple #801581

Tints of Dark Purple #801581

Color information

#801581 (or 0x801581) is unknown color: approx Dark Purple. HEX triplet: 80, 15 and 81. RGB value is (128,21,129). Sum of RGB (Red+Green+Blue) = 128+21+129=278 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.04% from 278); Green value is 21 (8.59% from 255 or 7.55% from 278); Blue value is 129 (50.78% from 255 or 46.40% from 278); Max value from RGB is 129 - color contains mainly: blue. Hex color #801581 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801581 is #7FEA7E. Grayscale: #404040. Windows color (decimal): -8383103 or 8459648. OLE color: 8459648.

HSL color Cylindrical-coordinate representation of color #801581: hue angle of 299.44º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #801581 is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12821129-
CMYK0.010.8400.49
HSL299.44º72%29.41%-
HSV(B)299.44º83.72%50.59%-
XYZ13.136.7121.37-
YUV65.3163.95172.72-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.04%
GREEN value IS 21 (8.59% from 255) = 7.55%
BLUE value IS 129 (50.78% from 255) = 46.40%
R=46.04%
G=7.55%
B=46.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal128211290.010.8400.49299.447229.41
Hex80158115403112b481d
Octal20025201112406145311035
Binary100000001010110000001110101000110001100101011100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801581; }

 p { color: rgb(128,21,129); }

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

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

 a { background-color: rgb(128,21,129); }

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

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

 span { border-color: rgb(128,21,129); }

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