#81007E

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

Shades of Purple #81007E

Tints of Purple #81007E

Color information

#81007E (or 0x81007E) is unknown color: approx Purple. HEX triplet: 81, 00 and 7E. RGB value is (129,0,126). Sum of RGB (Red+Green+Blue) = 129+0+126=255 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.59% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 126 (49.61% from 255 or 49.41% from 255); Max value from RGB is 129 - color contains mainly: red. Hex color #81007E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81007E is #7EFF81. Grayscale: #343434. Windows color (decimal): -8322946 or 8257665. OLE color: 8257665.

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

Color convert

RGB1290126-
CMYK010.020.49
HSL301.4º100%25.29%-
HSV(B)301.4º100%50.59%-
XYZ12.826.1720.25-
YUV52.94169.24182.25-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 50.59%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 126 (49.61% from 255) = 49.41%
R=50.59%
G=0%
B=49.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1290126010.020.49301.410025.29
Hex8107E06423112d6419
Octal2010176014426145514431
Binary10000001011111100110010010110001100101101110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81007E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81007E; }

 p { color: rgb(129,0,126); }

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

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

 a { background-color: rgb(129,0,126); }

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

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

 span { border-color: rgb(129,0,126); }

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