#81056D

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

Shades of Purple #81056D

Tints of Purple #81056D

Color information

#81056D (or 0x81056D) is unknown color: approx Purple. HEX triplet: 81, 05 and 6D. RGB value is (129,5,109). Sum of RGB (Red+Green+Blue) = 129+5+109=243 (32% of max value = 765). Red value is 129 (50.78% from 255 or 53.09% from 243); Green value is 5 (2.34% from 255 or 2.06% from 243); Blue value is 109 (42.97% from 255 or 44.86% from 243); Max value from RGB is 129 - color contains mainly: red. Hex color #81056D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81056D is #7EFA92. Grayscale: #353535. Windows color (decimal): -8321683 or 7144833. OLE color: 7144833.

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

Color convert

RGB1295109-
CMYK00.960.160.49
HSL309.68º92.54%26.27%-
HSV(B)309.68º96.12%50.59%-
XYZ11.875.8814.98-
YUV53.93159.08181.54-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 53.09%
GREEN value IS 5 (2.34% from 255) = 2.06%
BLUE value IS 109 (42.97% from 255) = 44.86%
R=53.09%
G=2.06%
B=44.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129510900.960.160.49309.6892.5426.27
Hex8156D06010311365d1a
Octal20151550140206146613532
Binary1000000110111011010110000010000110001100110110101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81056D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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