#801a7f

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

Shades of Dark Purple #801A7F

Tints of Dark Purple #801A7F

Color information

#801A7F (or 0x801A7F) is unknown color: approx Dark Purple. HEX triplet: 80, 1A and 7F. RGB value is (128,26,127). Sum of RGB (Red+Green+Blue) = 128+26+127=281 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.55% from 281); Green value is 26 (10.55% from 255 or 9.25% from 281); Blue value is 127 (50% from 255 or 45.20% from 281); Max value from RGB is 128 - color contains mainly: red. Hex color #801A7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #801A7F is #7FE580. Grayscale: #434343. Windows color (decimal): -8381825 or 8329856. OLE color: 8329856.

HSL color Cylindrical-coordinate representation of color #801A7F: hue angle of 300.59º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #801A7F is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.50.

Color convert

RGB12826127-
CMYK00.800.010.50
HSL300.59º66.23%30.2%-
HSV(B)300.59º79.69%50.2%-
XYZ13.16.8620.71-
YUV68.01161.29170.79-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.55%
GREEN value IS 26 (10.55% from 255) = 9.25%
BLUE value IS 127 (50% from 255) = 45.20%
R=45.55%
G=9.25%
B=45.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.01
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1282612700.800.010.50300.5966.2330.2
Hex801A7F05013212d421e
Octal20032177012016245510236
Binary10000000110101111111010100001110010100101101100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801a7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,26,127); }

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

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

 a { background-color: rgb(128,26,127); }

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

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

 span { border-color: rgb(128,26,127); }

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