#812380

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

Shades of Dark Purple #812380

Tints of Dark Purple #812380

Color information

#812380 (or 0x812380) is unknown color: approx Dark Purple. HEX triplet: 81, 23 and 80. RGB value is (129,35,128). Sum of RGB (Red+Green+Blue) = 129+35+128=292 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.18% from 292); Green value is 35 (14.06% from 255 or 11.99% from 292); Blue value is 128 (50.39% from 255 or 43.84% from 292); Max value from RGB is 129 - color contains mainly: red. Hex color #812380 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812380 is #7EDC7F. Grayscale: #494949. Windows color (decimal): -8313984 or 8397697. OLE color: 8397697.

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

Color convert

RGB12935128-
CMYK00.730.010.49
HSL300.64º57.32%32.16%-
HSV(B)300.64º72.87%50.59%-
XYZ13.557.4321.14-
YUV73.71158.64167.44-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.18%
GREEN value IS 35 (14.06% from 255) = 11.99%
BLUE value IS 128 (50.39% from 255) = 43.84%
R=44.18%
G=11.99%
B=43.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1293512800.730.010.49300.6457.3232.16
Hex81238004913112d3920
Octal2014320001111614557140
Binary1000000110001110000000010010011110001100101101111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812380; }

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

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

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

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

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

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

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

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