#81107F

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

Shades of Purple #81107F

Tints of Purple #81107F

Color information

#81107F (or 0x81107F) is unknown color: approx Purple. HEX triplet: 81, 10 and 7F. RGB value is (129,16,127). Sum of RGB (Red+Green+Blue) = 129+16+127=272 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.43% from 272); Green value is 16 (6.64% from 255 or 5.88% from 272); Blue value is 127 (50% from 255 or 46.69% from 272); Max value from RGB is 129 - color contains mainly: red. Hex color #81107F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81107F is #7EEF80. Grayscale: #3E3E3E. Windows color (decimal): -8318849 or 8327297. OLE color: 8327297.

HSL color Cylindrical-coordinate representation of color #81107F: hue angle of 301.06º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #81107F is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB12916127-
CMYK00.880.020.49
HSL301.06º77.93%28.43%-
HSV(B)301.06º87.6%50.59%-
XYZ13.076.5720.66-
YUV62.44164.44175.47-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.43%
GREEN value IS 16 (6.64% from 255) = 5.88%
BLUE value IS 127 (50% from 255) = 46.69%
R=47.43%
G=5.88%
B=46.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291612700.880.020.49301.0677.9328.43
Hex81107F05823112d4e1c
Octal20120177013026145511634
Binary100000011000011111110101100010110001100101101100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81107F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81107F; }

 p { color: rgb(129,16,127); }

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

<style>
 a { background-color: #81107F; }

 a { background-color: rgb(129,16,127); }

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

<style>
 span { border-color: #81107F; }

 span { border-color: rgb(129,16,127); }

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