#812964

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

Shades of Dark Purple #812964

Tints of Dark Purple #812964

Color information

#812964 (or 0x812964) is unknown color: approx Dark Purple. HEX triplet: 81, 29 and 64. RGB value is (129,41,100). Sum of RGB (Red+Green+Blue) = 129+41+100=270 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.78% from 270); Green value is 41 (16.41% from 255 or 15.19% from 270); Blue value is 100 (39.45% from 255 or 37.04% from 270); Max value from RGB is 129 - color contains mainly: red. Hex color #812964 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812964 is #7ED69B. Grayscale: #494949. Windows color (decimal): -8312476 or 6564225. OLE color: 6564225.

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

Color convert

RGB12941100-
CMYK00.680.220.49
HSL319.77º51.76%33.33%-
HSV(B)319.77º68.22%50.59%-
XYZ12.157.1712.8-
YUV74.04142.65167.2-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.78%
GREEN value IS 41 (16.41% from 255) = 15.19%
BLUE value IS 100 (39.45% from 255) = 37.04%
R=47.78%
G=15.19%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1294110000.680.220.49319.7751.7633.33
Hex81296404416311403421
Octal20151144010426615006441
Binary1000000110100111001000100010010110110001101000000110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812964; }

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

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

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

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

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

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

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

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