#811972

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

Shades of Dark Purple #811972

Tints of Dark Purple #811972

Color information

#811972 (or 0x811972) is unknown color: approx Dark Purple. HEX triplet: 81, 19 and 72. RGB value is (129,25,114). Sum of RGB (Red+Green+Blue) = 129+25+114=268 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.13% from 268); Green value is 25 (10.16% from 255 or 9.33% from 268); Blue value is 114 (44.92% from 255 or 42.54% from 268); Max value from RGB is 129 - color contains mainly: red. Hex color #811972 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811972 is #7EE68D. Grayscale: #414141. Windows color (decimal): -8316558 or 7477633. OLE color: 7477633.

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

Color convert

RGB12925114-
CMYK00.810.120.49
HSL308.65º67.53%30.2%-
HSV(B)308.65º80.62%50.59%-
XYZ12.446.5816.53-
YUV66.24154.96172.76-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 48.13%
GREEN value IS 25 (10.16% from 255) = 9.33%
BLUE value IS 114 (44.92% from 255) = 42.54%
R=48.13%
G=9.33%
B=42.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1292511400.810.120.49308.6567.5330.2
Hex811972051C31135441e
Octal201311620121146146510436
Binary10000001110011110010010100011100110001100110101100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811972; }

 p { color: rgb(129,25,114); }

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

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

 a { background-color: rgb(129,25,114); }

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

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

 span { border-color: rgb(129,25,114); }

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