#81336D

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

Shades of Dark Purple #81336D

Tints of Dark Purple #81336D

Color information

#81336D (or 0x81336D) is unknown color: approx Dark Purple. HEX triplet: 81, 33 and 6D. RGB value is (129,51,109). Sum of RGB (Red+Green+Blue) = 129+51+109=289 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.64% from 289); Green value is 51 (20.31% from 255 or 17.65% from 289); Blue value is 109 (42.97% from 255 or 37.72% from 289); Max value from RGB is 129 - color contains mainly: red. Hex color #81336D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81336D is #7ECC92. Grayscale: #505050. Windows color (decimal): -8309907 or 7156609. OLE color: 7156609.

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

Color convert

RGB12951109-
CMYK00.600.160.49
HSL315.38º43.33%35.29%-
HSV(B)315.38º60.47%50.59%-
XYZ138.1415.35-
YUV80.93143.84162.28-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.64%
GREEN value IS 51 (20.31% from 255) = 17.65%
BLUE value IS 109 (42.97% from 255) = 37.72%
R=44.64%
G=17.65%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1295110900.600.160.49315.3843.3335.29
Hex81336D03C103113b2b23
Octal2016315507420614735343
Binary100000011100111101101011110010000110001100111011101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81336D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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