#811380

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

Shades of Purple #811380

Tints of Purple #811380

Color information

#811380 (or 0x811380) is unknown color: approx Purple. HEX triplet: 81, 13 and 80. RGB value is (129,19,128). Sum of RGB (Red+Green+Blue) = 129+19+128=276 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.74% from 276); Green value is 19 (7.81% from 255 or 6.88% from 276); Blue value is 128 (50.39% from 255 or 46.38% from 276); Max value from RGB is 129 - color contains mainly: red. Hex color #811380 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #811380 is #7EEC7F. Grayscale: #3F3F3F. Windows color (decimal): -8318080 or 8393601. OLE color: 8393601.

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

Color convert

RGB12919128-
CMYK00.850.010.49
HSL300.55º74.32%29.02%-
HSV(B)300.55º85.27%50.59%-
XYZ13.186.6921.02-
YUV64.32163.94174.14-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.74%
GREEN value IS 19 (7.81% from 255) = 6.88%
BLUE value IS 128 (50.39% from 255) = 46.38%
R=46.74%
G=6.88%
B=46.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291912800.850.010.49300.5574.3229.02
Hex81138005513112d4a1d
Octal20123200012516145511235
Binary100000011001110000000010101011110001100101101100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811380; }

 p { color: rgb(129,19,128); }

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

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

 a { background-color: rgb(129,19,128); }

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

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

 span { border-color: rgb(129,19,128); }

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