#81017D

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

Shades of Purple #81017D

Tints of Purple #81017D

Color information

#81017D (or 0x81017D) is unknown color: approx Purple. HEX triplet: 81, 01 and 7D. RGB value is (129,1,125). Sum of RGB (Red+Green+Blue) = 129+1+125=255 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.59% from 255); Green value is 1 (0.78% from 255 or 0.39% from 255); Blue value is 125 (49.22% from 255 or 49.02% from 255); Max value from RGB is 129 - color contains mainly: red. Hex color #81017D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81017D is #7EFE82. Grayscale: #353535. Windows color (decimal): -8322691 or 8192385. OLE color: 8192385.

HSL color Cylindrical-coordinate representation of color #81017D: hue angle of 301.88º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #81017D is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB1291125-
CMYK00.990.030.49
HSL301.88º98.46%25.49%-
HSV(B)301.88º99.22%50.59%-
XYZ12.776.1719.92-
YUV53.41168.41181.92-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 50.59%
GREEN value IS 1 (0.78% from 255) = 0.39%
BLUE value IS 125 (49.22% from 255) = 49.02%
R=50.59%
G=0.39%
B=49.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129112500.990.030.49301.8898.4625.49
Hex8117D06333112e6219
Octal2011175014336145614231
Binary10000001111111010110001111110001100101110110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81017D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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