#811E7A

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

Shades of Dark Purple #811E7A

Tints of Dark Purple #811E7A

Color information

#811E7A (or 0x811E7A) is unknown color: approx Dark Purple. HEX triplet: 81, 1E and 7A. RGB value is (129,30,122). Sum of RGB (Red+Green+Blue) = 129+30+122=281 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.91% from 281); Green value is 30 (12.11% from 255 or 10.68% from 281); Blue value is 122 (48.05% from 255 or 43.42% from 281); Max value from RGB is 129 - color contains mainly: red. Hex color #811E7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #811E7A is #7EE185. Grayscale: #454545. Windows color (decimal): -8315270 or 8003201. OLE color: 8003201.

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

Color convert

RGB12930122-
CMYK00.770.050.49
HSL304.24º62.26%31.18%-
HSV(B)304.24º76.74%50.59%-
XYZ13.03719.08-
YUV70.09157.3170.02-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.91%
GREEN value IS 30 (12.11% from 255) = 10.68%
BLUE value IS 122 (48.05% from 255) = 43.42%
R=45.91%
G=10.68%
B=43.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1293012200.770.050.49304.2462.2631.18
Hex811E7A04D5311303e1f
Octal2013617201155614607637
Binary100000011111011110100100110110111000110011000011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,30,122); }

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

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

 a { background-color: rgb(129,30,122); }

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

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

 span { border-color: rgb(129,30,122); }

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