#801381

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

Shades of Purple #801381

Tints of Purple #801381

Color information

#801381 (or 0x801381) is unknown color: approx Purple. HEX triplet: 80, 13 and 81. RGB value is (128,19,129). Sum of RGB (Red+Green+Blue) = 128+19+129=276 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.38% from 276); Green value is 19 (7.81% from 255 or 6.88% from 276); Blue value is 129 (50.78% from 255 or 46.74% from 276); Max value from RGB is 129 - color contains mainly: blue. Hex color #801381 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801381 is #7FEC7E. Grayscale: #3F3F3F. Windows color (decimal): -8383615 or 8459136. OLE color: 8459136.

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

Color convert

RGB12819129-
CMYK0.010.8500.49
HSL299.45º74.32%29.02%-
HSV(B)299.45º85.27%50.59%-
XYZ13.16.6421.36-
YUV64.13164.61173.56-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.38%
GREEN value IS 19 (7.81% from 255) = 6.88%
BLUE value IS 129 (50.78% from 255) = 46.74%
R=46.38%
G=6.88%
B=46.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal128191290.010.8500.49299.4574.3229.02
Hex80138115503112b4a1d
Octal20023201112506145311235
Binary100000001001110000001110101010110001100101011100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801381; }

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

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

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

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

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

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

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

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