#81066D

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

Shades of Purple #81066D

Tints of Purple #81066D

Color information

#81066D (or 0x81066D) is unknown color: approx Purple. HEX triplet: 81, 06 and 6D. RGB value is (129,6,109). Sum of RGB (Red+Green+Blue) = 129+6+109=244 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.87% from 244); Green value is 6 (2.73% from 255 or 2.46% from 244); Blue value is 109 (42.97% from 255 or 44.67% from 244); Max value from RGB is 129 - color contains mainly: red. Hex color #81066D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81066D is #7EF992. Grayscale: #363636. Windows color (decimal): -8321427 or 7145089. OLE color: 7145089.

HSL color Cylindrical-coordinate representation of color #81066D: hue angle of 309.76º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #81066D is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB1296109-
CMYK00.950.160.49
HSL309.76º91.11%26.47%-
HSV(B)309.76º95.35%50.59%-
XYZ11.885.914.98-
YUV54.52158.75181.12-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 52.87%
GREEN value IS 6 (2.73% from 255) = 2.46%
BLUE value IS 109 (42.97% from 255) = 44.67%
R=52.87%
G=2.46%
B=44.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129610900.950.160.49309.7691.1126.47
Hex8166D05F10311365b1a
Octal20161550137206146613332
Binary1000000111011011010101111110000110001100110110101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81066D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,6,109); }

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

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

 a { background-color: rgb(129,6,109); }

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

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

 span { border-color: rgb(129,6,109); }

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