#81066F

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

Shades of Purple #81066F

Tints of Purple #81066F

Color information

#81066F (or 0x81066F) is unknown color: approx Purple. HEX triplet: 81, 06 and 6F. RGB value is (129,6,111). Sum of RGB (Red+Green+Blue) = 129+6+111=246 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.44% from 246); Green value is 6 (2.73% from 255 or 2.44% from 246); Blue value is 111 (43.75% from 255 or 45.12% from 246); Max value from RGB is 129 - color contains mainly: red. Hex color #81066F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81066F is #7EF990. Grayscale: #363636. Windows color (decimal): -8321425 or 7276161. OLE color: 7276161.

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

Color convert

RGB1296111-
CMYK00.950.140.49
HSL308.78º91.11%26.47%-
HSV(B)308.78º95.35%50.59%-
XYZ11.995.9515.55-
YUV54.75159.75180.96-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 52.44%
GREEN value IS 6 (2.73% from 255) = 2.44%
BLUE value IS 111 (43.75% from 255) = 45.12%
R=52.44%
G=2.44%
B=45.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129611100.950.140.49308.7891.1126.47
Hex8166F05FE311355b1a
Octal20161570137166146513332
Binary100000011101101111010111111110110001100110101101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81066F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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