#81316A

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

Shades of Dark Purple #81316A

Tints of Dark Purple #81316A

Color information

#81316A (or 0x81316A) is unknown color: approx Dark Purple. HEX triplet: 81, 31 and 6A. RGB value is (129,49,106). Sum of RGB (Red+Green+Blue) = 129+49+106=284 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.42% from 284); Green value is 49 (19.53% from 255 or 17.25% from 284); Blue value is 106 (41.80% from 255 or 37.32% from 284); Max value from RGB is 129 - color contains mainly: red. Hex color #81316A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81316A is #7ECE95. Grayscale: #4F4F4F. Windows color (decimal): -8310422 or 6959489. OLE color: 6959489.

HSL color Cylindrical-coordinate representation of color #81316A: hue angle of 317.25º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #81316A is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB12949106-
CMYK00.620.180.49
HSL317.25º44.94%34.9%-
HSV(B)317.25º62.02%50.59%-
XYZ12.757.914.49-
YUV79.42143163.37-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.42%
GREEN value IS 49 (19.53% from 255) = 17.25%
BLUE value IS 106 (41.80% from 255) = 37.32%
R=45.42%
G=17.25%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1294910600.620.180.49317.2544.9434.9
Hex81316A03E123113d2d23
Octal2016115207622614755543
Binary100000011100011101010011111010010110001100111101101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81316A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81316A; }

 p { color: rgb(129,49,106); }

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

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

 a { background-color: rgb(129,49,106); }

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

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

 span { border-color: rgb(129,49,106); }

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