#81326C

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

Shades of Dark Purple #81326C

Tints of Dark Purple #81326C

Color information

#81326C (or 0x81326C) is unknown color: approx Dark Purple. HEX triplet: 81, 32 and 6C. RGB value is (129,50,108). Sum of RGB (Red+Green+Blue) = 129+50+108=287 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.95% from 287); Green value is 50 (19.92% from 255 or 17.42% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 129 - color contains mainly: red. Hex color #81326C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81326C is #7ECD93. Grayscale: #505050. Windows color (decimal): -8310164 or 7090817. OLE color: 7090817.

HSL color Cylindrical-coordinate representation of color #81326C: hue angle of 315.95º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #81326C is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB12950108-
CMYK00.610.160.49
HSL315.95º44.13%35.1%-
HSV(B)315.95º61.24%50.59%-
XYZ12.98.0315.06-
YUV80.23143.67162.78-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.95%
GREEN value IS 50 (19.92% from 255) = 17.42%
BLUE value IS 108 (42.58% from 255) = 37.63%
R=44.95%
G=17.42%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1295010800.610.160.49315.9544.1335.1
Hex81326C03D103113c2c23
Octal2016215407520614745443
Binary100000011100101101100011110110000110001100111100101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81326C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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