#81326A

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

Shades of Dark Purple #81326A

Tints of Dark Purple #81326A

Color information

#81326A (or 0x81326A) is unknown color: approx Dark Purple. HEX triplet: 81, 32 and 6A. RGB value is (129,50,106). Sum of RGB (Red+Green+Blue) = 129+50+106=285 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.26% from 285); Green value is 50 (19.92% from 255 or 17.54% from 285); Blue value is 106 (41.80% from 255 or 37.19% from 285); Max value from RGB is 129 - color contains mainly: red. Hex color #81326A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81326A is #7ECD95. Grayscale: #4F4F4F. Windows color (decimal): -8310166 or 6959745. OLE color: 6959745.

HSL color Cylindrical-coordinate representation of color #81326A: hue angle of 317.47º 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 #81326A is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB12950106-
CMYK00.610.180.49
HSL317.47º44.13%35.1%-
HSV(B)317.47º61.24%50.59%-
XYZ12.87.9914.5-
YUV80142.67162.95-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.26%
GREEN value IS 50 (19.92% from 255) = 17.54%
BLUE value IS 106 (41.80% from 255) = 37.19%
R=45.26%
G=17.54%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1295010600.610.180.49317.4744.1335.1
Hex81326A03D123113d2c23
Octal2016215207522614755443
Binary100000011100101101010011110110010110001100111101101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81326A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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