#81066E

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

Shades of Purple #81066E

Tints of Purple #81066E

Color information

#81066E (or 0x81066E) is unknown color: approx Purple. HEX triplet: 81, 06 and 6E. RGB value is (129,6,110). Sum of RGB (Red+Green+Blue) = 129+6+110=245 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.65% from 245); Green value is 6 (2.73% from 255 or 2.45% from 245); Blue value is 110 (43.36% from 255 or 44.90% from 245); Max value from RGB is 129 - color contains mainly: red. Hex color #81066E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81066E is #7EF991. Grayscale: #363636. Windows color (decimal): -8321426 or 7210625. OLE color: 7210625.

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

Color convert

RGB1296110-
CMYK00.950.150.49
HSL309.27º91.11%26.47%-
HSV(B)309.27º95.35%50.59%-
XYZ11.935.9215.27-
YUV54.63159.25181.04-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 52.65%
GREEN value IS 6 (2.73% from 255) = 2.45%
BLUE value IS 110 (43.36% from 255) = 44.90%
R=52.65%
G=2.45%
B=44.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129611000.950.150.49309.2791.1126.47
Hex8166E05FF311355b1a
Octal20161560137176146513332
Binary100000011101101110010111111111110001100110101101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81066E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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