#812973

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

Shades of Dark Purple #812973

Tints of Dark Purple #812973

Color information

#812973 (or 0x812973) is unknown color: approx Dark Purple. HEX triplet: 81, 29 and 73. RGB value is (129,41,115). Sum of RGB (Red+Green+Blue) = 129+41+115=285 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.26% from 285); Green value is 41 (16.41% from 255 or 14.39% from 285); Blue value is 115 (45.31% from 255 or 40.35% from 285); Max value from RGB is 129 - color contains mainly: red. Hex color #812973 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812973 is #7ED68C. Grayscale: #4B4B4B. Windows color (decimal): -8312461 or 7547265. OLE color: 7547265.

HSL color Cylindrical-coordinate representation of color #812973: hue angle of 309.55º 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 #812973 is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB12941115-
CMYK00.680.110.49
HSL309.55º51.76%33.33%-
HSV(B)309.55º68.22%50.59%-
XYZ12.947.4916.98-
YUV75.75150.15165.98-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.26%
GREEN value IS 41 (16.41% from 255) = 14.39%
BLUE value IS 115 (45.31% from 255) = 40.35%
R=45.26%
G=14.39%
B=40.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1294111500.680.110.49309.5551.7633.33
Hex812973044B311363421
Octal20151163010413614666441
Binary100000011010011110011010001001011110001100110110110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812973; }

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

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

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

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

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

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

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

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