#81007D

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

Shades of Purple #81007D

Tints of Purple #81007D

Color information

#81007D (or 0x81007D) is unknown color: approx Purple. HEX triplet: 81, 00 and 7D. RGB value is (129,0,125). Sum of RGB (Red+Green+Blue) = 129+0+125=254 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.79% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 125 (49.22% from 255 or 49.21% from 254); Max value from RGB is 129 - color contains mainly: red. Hex color #81007D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81007D is #7EFF82. Grayscale: #343434. Windows color (decimal): -8322947 or 8192129. OLE color: 8192129.

HSL color Cylindrical-coordinate representation of color #81007D: hue angle of 301.86º 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 #81007D is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB1290125-
CMYK010.030.49
HSL301.86º100%25.29%-
HSV(B)301.86º100%50.59%-
XYZ12.756.1519.92-
YUV52.82168.74182.34-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 50.79%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 125 (49.22% from 255) = 49.21%
R=50.79%
G=0%
B=49.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1290125010.030.49301.8610025.29
Hex8107D06433112e6419
Octal2010175014436145614431
Binary10000001011111010110010011110001100101110110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81007D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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