#801E81

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

Shades of Dark Purple #801E81

Tints of Dark Purple #801E81

Color information

#801E81 (or 0x801E81) is unknown color: approx Dark Purple. HEX triplet: 80, 1E and 81. RGB value is (128,30,129). Sum of RGB (Red+Green+Blue) = 128+30+129=287 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.60% from 287); Green value is 30 (12.11% from 255 or 10.45% from 287); Blue value is 129 (50.78% from 255 or 44.95% from 287); Max value from RGB is 129 - color contains mainly: blue. Hex color #801E81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #801E81 is #7FE17E. Grayscale: #464646. Windows color (decimal): -8380799 or 8461952. OLE color: 8461952.

HSL color Cylindrical-coordinate representation of color #801E81: hue angle of 299.39º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #801E81 is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12830129-
CMYK0.010.7700.49
HSL299.39º62.26%31.18%-
HSV(B)299.39º76.74%50.59%-
XYZ13.337.121.44-
YUV70.59160.97168.95-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.60%
GREEN value IS 30 (12.11% from 255) = 10.45%
BLUE value IS 129 (50.78% from 255) = 44.95%
R=44.60%
G=10.45%
B=44.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal128301290.010.7700.49299.3962.2631.18
Hex801E8114D03112b3e1f
Octal2003620111150614537637
Binary10000000111101000000111001101011000110010101111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801E81; }

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

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

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

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

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

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

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

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