#81316B

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

Shades of Dark Purple #81316B

Tints of Dark Purple #81316B

Color information

#81316B (or 0x81316B) is unknown color: approx Dark Purple. HEX triplet: 81, 31 and 6B. RGB value is (129,49,107). Sum of RGB (Red+Green+Blue) = 129+49+107=285 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.26% from 285); Green value is 49 (19.53% from 255 or 17.19% from 285); Blue value is 107 (42.19% from 255 or 37.54% from 285); Max value from RGB is 129 - color contains mainly: red. Hex color #81316B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81316B is #7ECE94. Grayscale: #4F4F4F. Windows color (decimal): -8310421 or 7025025. OLE color: 7025025.

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

Color convert

RGB12949107-
CMYK00.620.170.49
HSL316.5º44.94%34.9%-
HSV(B)316.5º62.02%50.59%-
XYZ12.817.9314.76-
YUV79.53143.5163.28-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.26%
GREEN value IS 49 (19.53% from 255) = 17.19%
BLUE value IS 107 (42.19% from 255) = 37.54%
R=45.26%
G=17.19%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1294910700.620.170.49316.544.9434.9
Hex81316B03E113113c2d23
Octal2016115307621614745543
Binary100000011100011101011011111010001110001100111100101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81316B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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