#81107D

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

Shades of Purple #81107D

Tints of Purple #81107D

Color information

#81107D (or 0x81107D) is unknown color: approx Purple. HEX triplet: 81, 10 and 7D. RGB value is (129,16,125). Sum of RGB (Red+Green+Blue) = 129+16+125=270 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.78% from 270); Green value is 16 (6.64% from 255 or 5.93% from 270); Blue value is 125 (49.22% from 255 or 46.30% from 270); Max value from RGB is 129 - color contains mainly: red. Hex color #81107D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81107D is #7EEF82. Grayscale: #3D3D3D. Windows color (decimal): -8318851 or 8196225. OLE color: 8196225.

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

Color convert

RGB12916125-
CMYK00.880.030.49
HSL302.12º77.93%28.43%-
HSV(B)302.12º87.6%50.59%-
XYZ12.946.5219.98-
YUV62.21163.44175.64-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.78%
GREEN value IS 16 (6.64% from 255) = 5.93%
BLUE value IS 125 (49.22% from 255) = 46.30%
R=47.78%
G=5.93%
B=46.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291612500.880.030.49302.1277.9328.43
Hex81107D05833112e4e1c
Octal20120175013036145611634
Binary100000011000011111010101100011110001100101110100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81107D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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