#811579

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

Shades of Dark Purple #811579

Tints of Dark Purple #811579

Color information

#811579 (or 0x811579) is unknown color: approx Dark Purple. HEX triplet: 81, 15 and 79. RGB value is (129,21,121). Sum of RGB (Red+Green+Blue) = 129+21+121=271 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.60% from 271); Green value is 21 (8.59% from 255 or 7.75% from 271); Blue value is 121 (47.66% from 255 or 44.65% from 271); Max value from RGB is 129 - color contains mainly: red. Hex color #811579 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811579 is #7EEA86. Grayscale: #404040. Windows color (decimal): -8317575 or 7935361. OLE color: 7935361.

HSL color Cylindrical-coordinate representation of color #811579: hue angle of 304.44º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #811579 is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB12921121-
CMYK00.840.060.49
HSL304.44º72%29.41%-
HSV(B)304.44º83.72%50.59%-
XYZ12.776.5818.69-
YUV64.69159.78173.87-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.60%
GREEN value IS 21 (8.59% from 255) = 7.75%
BLUE value IS 121 (47.66% from 255) = 44.65%
R=47.60%
G=7.75%
B=44.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1292112100.840.060.49304.447229.41
Hex811579054631130481d
Octal20125171012466146011035
Binary1000000110101111100101010100110110001100110000100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811579; }

 p { color: rgb(129,21,121); }

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

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

 a { background-color: rgb(129,21,121); }

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

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

 span { border-color: rgb(129,21,121); }

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