#811B79

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

Shades of Dark Purple #811B79

Tints of Dark Purple #811B79

Color information

#811B79 (or 0x811B79) is unknown color: approx Dark Purple. HEX triplet: 81, 1B and 79. RGB value is (129,27,121). Sum of RGB (Red+Green+Blue) = 129+27+121=277 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.57% from 277); Green value is 27 (10.94% from 255 or 9.75% from 277); Blue value is 121 (47.66% from 255 or 43.68% from 277); Max value from RGB is 129 - color contains mainly: red. Hex color #811B79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #811B79 is #7EE486. Grayscale: #434343. Windows color (decimal): -8316039 or 7936897. OLE color: 7936897.

HSL color Cylindrical-coordinate representation of color #811B79: hue angle of 304.71º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #811B79 is Cyan = 0, Magento = 0.79, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB12927121-
CMYK00.790.060.49
HSL304.71º65.38%30.59%-
HSV(B)304.71º79.07%50.59%-
XYZ12.96.8318.73-
YUV68.21157.79171.36-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.57%
GREEN value IS 27 (10.94% from 255) = 9.75%
BLUE value IS 121 (47.66% from 255) = 43.68%
R=46.57%
G=9.75%
B=43.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1292712100.790.060.49304.7165.3830.59
Hex811B7904F631131411f
Octal20133171011766146110137
Binary1000000111011111100101001111110110001100110001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811B79; }

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

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

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

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

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

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

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

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