#812280

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

Shades of Dark Purple #812280

Tints of Dark Purple #812280

Color information

#812280 (or 0x812280) is unknown color: approx Dark Purple. HEX triplet: 81, 22 and 80. RGB value is (129,34,128). Sum of RGB (Red+Green+Blue) = 129+34+128=291 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.33% from 291); Green value is 34 (13.67% from 255 or 11.68% from 291); Blue value is 128 (50.39% from 255 or 43.99% from 291); Max value from RGB is 129 - color contains mainly: red. Hex color #812280 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812280 is #7EDD7F. Grayscale: #484848. Windows color (decimal): -8314240 or 8397441. OLE color: 8397441.

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

Color convert

RGB12934128-
CMYK00.740.010.49
HSL300.63º58.28%31.96%-
HSV(B)300.63º73.64%50.59%-
XYZ13.527.3721.13-
YUV73.12158.97167.86-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.33%
GREEN value IS 34 (13.67% from 255) = 11.68%
BLUE value IS 128 (50.39% from 255) = 43.99%
R=44.33%
G=11.68%
B=43.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1293412800.740.010.49300.6358.2831.96
Hex81228004A13112d3a20
Octal2014220001121614557240
Binary1000000110001010000000010010101110001100101101111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812280; }

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

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

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

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

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

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

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

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