#811977

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

Shades of Dark Purple #811977

Tints of Dark Purple #811977

Color information

#811977 (or 0x811977) is unknown color: approx Dark Purple. HEX triplet: 81, 19 and 77. RGB value is (129,25,119). Sum of RGB (Red+Green+Blue) = 129+25+119=273 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.25% from 273); Green value is 25 (10.16% from 255 or 9.16% from 273); Blue value is 119 (46.88% from 255 or 43.59% from 273); Max value from RGB is 129 - color contains mainly: red. Hex color #811977 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811977 is #7EE688. Grayscale: #424242. Windows color (decimal): -8316553 or 7805313. OLE color: 7805313.

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

Color convert

RGB12925119-
CMYK00.810.080.49
HSL305.77º67.53%30.2%-
HSV(B)305.77º80.62%50.59%-
XYZ12.736.6918.07-
YUV66.81157.46172.36-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.25%
GREEN value IS 25 (10.16% from 255) = 9.16%
BLUE value IS 119 (46.88% from 255) = 43.59%
R=47.25%
G=9.16%
B=43.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1292511900.810.080.49305.7767.5330.2
Hex811977051831132441e
Octal201311670121106146210436
Binary10000001110011110111010100011000110001100110010100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811977; }

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

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

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

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

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

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

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

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