#81056C

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

Shades of Purple #81056C

Tints of Purple #81056C

Color information

#81056C (or 0x81056C) is unknown color: approx Purple. HEX triplet: 81, 05 and 6C. RGB value is (129,5,108). Sum of RGB (Red+Green+Blue) = 129+5+108=242 (32% of max value = 765). Red value is 129 (50.78% from 255 or 53.31% from 242); Green value is 5 (2.34% from 255 or 2.07% from 242); Blue value is 108 (42.58% from 255 or 44.63% from 242); Max value from RGB is 129 - color contains mainly: red. Hex color #81056C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81056C is #7EFA93. Grayscale: #353535. Windows color (decimal): -8321684 or 7079297. OLE color: 7079297.

HSL color Cylindrical-coordinate representation of color #81056C: hue angle of 310.16º 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 #81056C is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB1295108-
CMYK00.960.160.49
HSL310.16º92.54%26.27%-
HSV(B)310.16º96.12%50.59%-
XYZ11.815.8614.7-
YUV53.82158.58181.62-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 53.31%
GREEN value IS 5 (2.34% from 255) = 2.07%
BLUE value IS 108 (42.58% from 255) = 44.63%
R=53.31%
G=2.07%
B=44.63%

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
Decimal129510800.960.160.49310.1692.5426.27
Hex8156C06010311365d1a
Octal20151540140206146613532
Binary1000000110111011000110000010000110001100110110101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81056C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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