#801E7E

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

Shades of Dark Purple #801E7E

Tints of Dark Purple #801E7E

Color information

#801E7E (or 0x801E7E) is unknown color: approx Dark Purple. HEX triplet: 80, 1E and 7E. RGB value is (128,30,126). Sum of RGB (Red+Green+Blue) = 128+30+126=284 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.07% from 284); Green value is 30 (12.11% from 255 or 10.56% from 284); Blue value is 126 (49.61% from 255 or 44.37% from 284); Max value from RGB is 128 - color contains mainly: red. Hex color #801E7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #801E7E is #7FE181. Grayscale: #454545. Windows color (decimal): -8380802 or 8265344. OLE color: 8265344.

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

Color convert

RGB12830126-
CMYK00.770.020.50
HSL301.22º62.03%30.98%-
HSV(B)301.22º76.56%50.2%-
XYZ13.137.0220.4-
YUV70.25159.47169.19-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.07%
GREEN value IS 30 (12.11% from 255) = 10.56%
BLUE value IS 126 (49.61% from 255) = 44.37%
R=45.07%
G=10.56%
B=44.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.02
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1283012600.770.020.50301.2262.0330.98
Hex801E7E04D23212d3e1f
Octal2003617601152624557637
Binary10000000111101111110010011011011001010010110111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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