#81316C

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

Shades of Dark Purple #81316C

Tints of Dark Purple #81316C

Color information

#81316C (or 0x81316C) is unknown color: approx Dark Purple. HEX triplet: 81, 31 and 6C. RGB value is (129,49,108). Sum of RGB (Red+Green+Blue) = 129+49+108=286 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.10% from 286); Green value is 49 (19.53% from 255 or 17.13% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 129 - color contains mainly: red. Hex color #81316C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81316C is #7ECE93. Grayscale: #4F4F4F. Windows color (decimal): -8310420 or 7090561. OLE color: 7090561.

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

Color convert

RGB12949108-
CMYK00.620.160.49
HSL315.75º44.94%34.9%-
HSV(B)315.75º62.02%50.59%-
XYZ12.867.9515.04-
YUV79.65144163.2-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.10%
GREEN value IS 49 (19.53% from 255) = 17.13%
BLUE value IS 108 (42.58% from 255) = 37.76%
R=45.10%
G=17.13%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1294910800.620.160.49315.7544.9434.9
Hex81316C03E103113c2d23
Octal2016115407620614745543
Binary100000011100011101100011111010000110001100111100101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81316C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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