#811B7F

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

Shades of Dark Purple #811B7F

Tints of Dark Purple #811B7F

Color information

#811B7F (or 0x811B7F) is unknown color: approx Dark Purple. HEX triplet: 81, 1B and 7F. RGB value is (129,27,127). Sum of RGB (Red+Green+Blue) = 129+27+127=283 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.58% from 283); Green value is 27 (10.94% from 255 or 9.54% from 283); Blue value is 127 (50% from 255 or 44.88% from 283); Max value from RGB is 129 - color contains mainly: red. Hex color #811B7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #811B7F is #7EE480. Grayscale: #444444. Windows color (decimal): -8316033 or 8330113. OLE color: 8330113.

HSL color Cylindrical-coordinate representation of color #811B7F: hue angle of 301.18º 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 #811B7F is Cyan = 0, Magento = 0.79, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB12927127-
CMYK00.790.020.49
HSL301.18º65.38%30.59%-
HSV(B)301.18º79.07%50.59%-
XYZ13.286.9820.73-
YUV68.9160.79170.87-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.58%
GREEN value IS 27 (10.94% from 255) = 9.54%
BLUE value IS 127 (50% from 255) = 44.88%
R=45.58%
G=9.54%
B=44.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1292712700.790.020.49301.1865.3830.59
Hex811B7F04F23112d411f
Octal20133177011726145510137
Binary100000011101111111110100111110110001100101101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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