#81336A

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

Shades of Dark Purple #81336A

Tints of Dark Purple #81336A

Color information

#81336A (or 0x81336A) is unknown color: approx Dark Purple. HEX triplet: 81, 33 and 6A. RGB value is (129,51,106). Sum of RGB (Red+Green+Blue) = 129+51+106=286 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.10% from 286); Green value is 51 (20.31% from 255 or 17.83% from 286); Blue value is 106 (41.80% from 255 or 37.06% from 286); Max value from RGB is 129 - color contains mainly: red. Hex color #81336A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81336A is #7ECC95. Grayscale: #505050. Windows color (decimal): -8309910 or 6960001. OLE color: 6960001.

HSL color Cylindrical-coordinate representation of color #81336A: hue angle of 317.69º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #81336A is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB12951106-
CMYK00.600.180.49
HSL317.69º43.33%35.29%-
HSV(B)317.69º60.47%50.59%-
XYZ12.848.0814.52-
YUV80.59142.34162.53-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.10%
GREEN value IS 51 (20.31% from 255) = 17.83%
BLUE value IS 106 (41.80% from 255) = 37.06%
R=45.10%
G=17.83%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1295110600.600.180.49317.6943.3335.29
Hex81336A03C123113e2b23
Octal2016315207422614765343
Binary100000011100111101010011110010010110001100111110101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81336A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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