#812980

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

Shades of Dark Purple #812980

Tints of Dark Purple #812980

Color information

#812980 (or 0x812980) is unknown color: approx Dark Purple. HEX triplet: 81, 29 and 80. RGB value is (129,41,128). Sum of RGB (Red+Green+Blue) = 129+41+128=298 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.29% from 298); Green value is 41 (16.41% from 255 or 13.76% from 298); Blue value is 128 (50.39% from 255 or 42.95% from 298); Max value from RGB is 129 - color contains mainly: red. Hex color #812980 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812980 is #7ED67F. Grayscale: #4C4C4C. Windows color (decimal): -8312448 or 8399233. OLE color: 8399233.

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

Color convert

RGB12941128-
CMYK00.680.010.49
HSL300.68º51.76%33.33%-
HSV(B)300.68º68.22%50.59%-
XYZ13.747.8121.21-
YUV77.23156.65164.93-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.29%
GREEN value IS 41 (16.41% from 255) = 13.76%
BLUE value IS 128 (50.39% from 255) = 42.95%
R=43.29%
G=13.76%
B=42.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1294112800.680.010.49300.6851.7633.33
Hex81298004413112d3421
Octal2015120001041614556441
Binary1000000110100110000000010001001110001100101101110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812980; }

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

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

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

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

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

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

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

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