#81066A

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

Shades of Purple #81066A

Tints of Purple #81066A

Color information

#81066A (or 0x81066A) is unknown color: approx Purple. HEX triplet: 81, 06 and 6A. RGB value is (129,6,106). Sum of RGB (Red+Green+Blue) = 129+6+106=241 (31% of max value = 765). Red value is 129 (50.78% from 255 or 53.53% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 106 (41.80% from 255 or 43.98% from 241); Max value from RGB is 129 - color contains mainly: red. Hex color #81066A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81066A is #7EF995. Grayscale: #353535. Windows color (decimal): -8321430 or 6948481. OLE color: 6948481.

HSL color Cylindrical-coordinate representation of color #81066A: hue angle of 311.22º 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 #81066A is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB1296106-
CMYK00.950.180.49
HSL311.22º91.11%26.47%-
HSV(B)311.22º95.35%50.59%-
XYZ11.725.8414.14-
YUV54.18157.25181.37-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 53.53%
GREEN value IS 6 (2.73% from 255) = 2.49%
BLUE value IS 106 (41.80% from 255) = 43.98%
R=53.53%
G=2.49%
B=43.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129610600.950.180.49311.2291.1126.47
Hex8166A05F12311375b1a
Octal20161520137226146713332
Binary1000000111011010100101111110010110001100110111101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81066A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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