#811280

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

Shades of Purple #811280

Tints of Purple #811280

Color information

#811280 (or 0x811280) is unknown color: approx Purple. HEX triplet: 81, 12 and 80. RGB value is (129,18,128). Sum of RGB (Red+Green+Blue) = 129+18+128=275 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.91% from 275); Green value is 18 (7.42% from 255 or 6.55% from 275); Blue value is 128 (50.39% from 255 or 46.55% from 275); Max value from RGB is 129 - color contains mainly: red. Hex color #811280 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #811280 is #7EED7F. Grayscale: #3F3F3F. Windows color (decimal): -8318336 or 8393345. OLE color: 8393345.

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

Color convert

RGB12918128-
CMYK00.860.010.49
HSL300.54º75.51%28.82%-
HSV(B)300.54º86.05%50.59%-
XYZ13.176.6621.01-
YUV63.73164.27174.56-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.91%
GREEN value IS 18 (7.42% from 255) = 6.55%
BLUE value IS 128 (50.39% from 255) = 46.55%
R=46.91%
G=6.55%
B=46.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291812800.860.010.49300.5475.5128.82
Hex81128005613112d4c1d
Octal20122200012616145511435
Binary100000011001010000000010101101110001100101101100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811280; }

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

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

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

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

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

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

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

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