#801384

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

Shades of Purple #801384

Tints of Purple #801384

Color information

#801384 (or 0x801384) is unknown color: approx Purple. HEX triplet: 80, 13 and 84. RGB value is (128,19,132). Sum of RGB (Red+Green+Blue) = 128+19+132=279 (36% of max value = 765). Red value is 128 (50.39% from 255 or 45.88% from 279); Green value is 19 (7.81% from 255 or 6.81% from 279); Blue value is 132 (51.95% from 255 or 47.31% from 279); Max value from RGB is 132 - color contains mainly: blue. Hex color #801384 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801384 is #7FEC7B. Grayscale: #404040. Windows color (decimal): -8383612 or 8655744. OLE color: 8655744.

HSL color Cylindrical-coordinate representation of color #801384: hue angle of 297.88º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #801384 is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12819132-
CMYK0.030.8600.48
HSL297.88º74.83%29.61%-
HSV(B)297.88º85.61%51.76%-
XYZ13.36.7222.43-
YUV64.47166.11173.31-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.88%
GREEN value IS 19 (7.81% from 255) = 6.81%
BLUE value IS 132 (51.95% from 255) = 47.31%
R=45.88%
G=6.81%
B=47.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal128191320.030.8600.48297.8874.8329.61
Hex80138435603012a4b1e
Octal20023204312606045211336
Binary1000000010011100001001110101100110000100101010100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801384; }

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

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

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

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

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

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

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

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