#811A76

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

Shades of Dark Purple #811A76

Tints of Dark Purple #811A76

Color information

#811A76 (or 0x811A76) is unknown color: approx Dark Purple. HEX triplet: 81, 1A and 76. RGB value is (129,26,118). Sum of RGB (Red+Green+Blue) = 129+26+118=273 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.25% from 273); Green value is 26 (10.55% from 255 or 9.52% from 273); Blue value is 118 (46.48% from 255 or 43.22% from 273); Max value from RGB is 129 - color contains mainly: red. Hex color #811A76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #811A76 is #7EE589. Grayscale: #434343. Windows color (decimal): -8316298 or 7740033. OLE color: 7740033.

HSL color Cylindrical-coordinate representation of color #811A76: hue angle of 306.41º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #811A76 is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB12926118-
CMYK00.800.090.49
HSL306.41º66.45%30.39%-
HSV(B)306.41º79.84%50.59%-
XYZ12.696.7117.77-
YUV67.28156.62172.02-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.25%
GREEN value IS 26 (10.55% from 255) = 9.52%
BLUE value IS 118 (46.48% from 255) = 43.22%
R=47.25%
G=9.52%
B=43.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1292611800.800.090.49306.4166.4530.39
Hex811A76050931132421e
Octal201321660120116146210236
Binary10000001110101110110010100001001110001100110010100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,26,118); }

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

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

 a { background-color: rgb(129,26,118); }

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

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

 span { border-color: rgb(129,26,118); }

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