#801582

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

Shades of Dark Purple #801582

Tints of Dark Purple #801582

Color information

#801582 (or 0x801582) is unknown color: approx Dark Purple. HEX triplet: 80, 15 and 82. RGB value is (128,21,130). Sum of RGB (Red+Green+Blue) = 128+21+130=279 (36% of max value = 765). Red value is 128 (50.39% from 255 or 45.88% from 279); Green value is 21 (8.59% from 255 or 7.53% from 279); Blue value is 130 (51.17% from 255 or 46.59% from 279); Max value from RGB is 130 - color contains mainly: blue. Hex color #801582 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801582 is #7FEA7D. Grayscale: #414141. Windows color (decimal): -8383102 or 8525184. OLE color: 8525184.

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

Color convert

RGB12821130-
CMYK0.020.8400.49
HSL298.9º72.19%29.61%-
HSV(B)298.9º83.85%50.98%-
XYZ13.26.7421.72-
YUV65.42164.45172.64-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.88%
GREEN value IS 21 (8.59% from 255) = 7.53%
BLUE value IS 130 (51.17% from 255) = 46.59%
R=45.88%
G=7.53%
B=46.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal128211300.020.8400.49298.972.1929.61
Hex80158225403112b481e
Octal20025202212406145311036
Binary1000000010101100000101010101000110001100101011100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801582; }

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

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

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

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

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

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

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

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