#811c7f

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

Shades of Dark Purple #811C7F

Tints of Dark Purple #811C7F

Color information

#811C7F (or 0x811C7F) is unknown color: approx Dark Purple. HEX triplet: 81, 1C and 7F. RGB value is (129,28,127). Sum of RGB (Red+Green+Blue) = 129+28+127=284 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.42% from 284); Green value is 28 (11.33% from 255 or 9.86% from 284); Blue value is 127 (50% from 255 or 44.72% from 284); Max value from RGB is 129 - color contains mainly: red. Hex color #811C7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #811C7F is #7EE380. Grayscale: #454545. Windows color (decimal): -8315777 or 8330369. OLE color: 8330369.

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

Color convert

RGB12928127-
CMYK00.780.020.49
HSL301.19º64.33%30.78%-
HSV(B)301.19º78.29%50.59%-
XYZ13.37.0320.73-
YUV69.48160.46170.45-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.42%
GREEN value IS 28 (11.33% from 255) = 9.86%
BLUE value IS 127 (50% from 255) = 44.72%
R=45.42%
G=9.86%
B=44.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1292812700.780.020.49301.1964.3330.78
Hex811C7F04E23112d401f
Octal20134177011626145510037
Binary100000011110011111110100111010110001100101101100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811c7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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