#81107C

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

Shades of Purple #81107C

Tints of Purple #81107C

Color information

#81107C (or 0x81107C) is unknown color: approx Purple. HEX triplet: 81, 10 and 7C. RGB value is (129,16,124). Sum of RGB (Red+Green+Blue) = 129+16+124=269 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.96% from 269); Green value is 16 (6.64% from 255 or 5.95% from 269); Blue value is 124 (48.83% from 255 or 46.10% from 269); Max value from RGB is 129 - color contains mainly: red. Hex color #81107C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81107C is #7EEF83. Grayscale: #3D3D3D. Windows color (decimal): -8318852 or 8130689. OLE color: 8130689.

HSL color Cylindrical-coordinate representation of color #81107C: hue angle of 302.65º 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 #81107C is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB12916124-
CMYK00.880.040.49
HSL302.65º77.93%28.43%-
HSV(B)302.65º87.6%50.59%-
XYZ12.886.4919.64-
YUV62.1162.94175.72-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.96%
GREEN value IS 16 (6.64% from 255) = 5.95%
BLUE value IS 124 (48.83% from 255) = 46.10%
R=47.96%
G=5.95%
B=46.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291612400.880.040.49302.6577.9328.43
Hex81107C05843112f4e1c
Octal20120174013046145711634
Binary1000000110000111110001011000100110001100101111100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81107C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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