#81316F

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

Shades of Dark Purple #81316F

Tints of Dark Purple #81316F

Color information

#81316F (or 0x81316F) is unknown color: approx Dark Purple. HEX triplet: 81, 31 and 6F. RGB value is (129,49,111). Sum of RGB (Red+Green+Blue) = 129+49+111=289 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.64% from 289); Green value is 49 (19.53% from 255 or 16.96% from 289); Blue value is 111 (43.75% from 255 or 38.41% from 289); Max value from RGB is 129 - color contains mainly: red. Hex color #81316F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81316F is #7ECE90. Grayscale: #4F4F4F. Windows color (decimal): -8310417 or 7287169. OLE color: 7287169.

HSL color Cylindrical-coordinate representation of color #81316F: hue angle of 313.5º 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 #81316F is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB12949111-
CMYK00.620.140.49
HSL313.5º44.94%34.9%-
HSV(B)313.5º62.02%50.59%-
XYZ13.028.0115.9-
YUV79.99145.5162.96-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.64%
GREEN value IS 49 (19.53% from 255) = 16.96%
BLUE value IS 111 (43.75% from 255) = 38.41%
R=44.64%
G=16.96%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1294911100.620.140.49313.544.9434.9
Hex81316F03EE3113a2d23
Octal2016115707616614725543
Binary10000001110001110111101111101110110001100111010101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81316F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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