#801881

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

Shades of Dark Purple #801881

Tints of Dark Purple #801881

Color information

#801881 (or 0x801881) is unknown color: approx Dark Purple. HEX triplet: 80, 18 and 81. RGB value is (128,24,129). Sum of RGB (Red+Green+Blue) = 128+24+129=281 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.55% from 281); Green value is 24 (9.77% from 255 or 8.54% from 281); Blue value is 129 (50.78% from 255 or 45.91% from 281); Max value from RGB is 129 - color contains mainly: blue. Hex color #801881 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801881 is #7FE77E. Grayscale: #424242. Windows color (decimal): -8382335 or 8460416. OLE color: 8460416.

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

Color convert

RGB12824129-
CMYK0.010.8100.49
HSL299.43º68.63%30%-
HSV(B)299.43º81.4%50.59%-
XYZ13.196.8321.39-
YUV67.07162.96171.46-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.55%
GREEN value IS 24 (9.77% from 255) = 8.54%
BLUE value IS 129 (50.78% from 255) = 45.91%
R=45.55%
G=8.54%
B=45.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal128241290.010.8100.49299.4368.6330
Hex80188115103112b451e
Octal20030201112106145310536
Binary100000001100010000001110100010110001100101011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801881; }

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

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

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

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

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

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

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

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