#812676

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

Shades of Dark Purple #812676

Tints of Dark Purple #812676

Color information

#812676 (or 0x812676) is unknown color: approx Dark Purple. HEX triplet: 81, 26 and 76. RGB value is (129,38,118). Sum of RGB (Red+Green+Blue) = 129+38+118=285 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.26% from 285); Green value is 38 (15.23% from 255 or 13.33% from 285); Blue value is 118 (46.48% from 255 or 41.40% from 285); Max value from RGB is 129 - color contains mainly: red. Hex color #812676 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812676 is #7ED989. Grayscale: #4A4A4A. Windows color (decimal): -8313226 or 7743105. OLE color: 7743105.

HSL color Cylindrical-coordinate representation of color #812676: hue angle of 307.25º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #812676 is Cyan = 0, Magento = 0.71, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB12938118-
CMYK00.710.090.49
HSL307.25º54.49%32.75%-
HSV(B)307.25º70.54%50.59%-
XYZ13.027.3617.87-
YUV74.33152.65167-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.26%
GREEN value IS 38 (15.23% from 255) = 13.33%
BLUE value IS 118 (46.48% from 255) = 41.40%
R=45.26%
G=13.33%
B=41.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1293811800.710.090.49307.2554.4932.75
Hex8126760479311333621
Octal20146166010711614636641
Binary100000011001101110110010001111001110001100110011110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812676; }

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

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

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

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

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

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

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

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