#811D64

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

Shades of Dark Purple #811D64

Tints of Dark Purple #811D64

Color information

#811D64 (or 0x811D64) is unknown color: approx Dark Purple. HEX triplet: 81, 1D and 64. RGB value is (129,29,100). Sum of RGB (Red+Green+Blue) = 129+29+100=258 (34% of max value = 765). Red value is 129 (50.78% from 255 or 50% from 258); Green value is 29 (11.72% from 255 or 11.24% from 258); Blue value is 100 (39.45% from 255 or 38.76% from 258); Max value from RGB is 129 - color contains mainly: red. Hex color #811D64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #811D64 is #7EE29B. Grayscale: #424242. Windows color (decimal): -8315548 or 6561153. OLE color: 6561153.

HSL color Cylindrical-coordinate representation of color #811D64: hue angle of 317.4º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #811D64 is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB12929100-
CMYK00.780.220.49
HSL317.4º63.29%30.98%-
HSV(B)317.4º77.52%50.59%-
XYZ11.796.4712.68-
YUV66.99146.63172.23-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 50%
GREEN value IS 29 (11.72% from 255) = 11.24%
BLUE value IS 100 (39.45% from 255) = 38.76%
R=50%
G=11.24%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1292910000.780.220.49317.463.2930.98
Hex811D6404E163113d3f1f
Octal20135144011626614757737
Binary10000001111011100100010011101011011000110011110111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811D64; }

 p { color: rgb(129,29,100); }

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

<style>
 a { background-color: #811D64; }

 a { background-color: rgb(129,29,100); }

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

<style>
 span { border-color: #811D64; }

 span { border-color: rgb(129,29,100); }

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