Html Css Color HEX #81316D Dark Purple

📋 copy color: '#81316D'

red 129 ◦ green 49 ◦ blue 109

#81316D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Purple #81316D

Tints of Dark Purple #81316D

RGB

 RED value IS 129 (50.78% from 255) = 44.95%

 GREEN value IS 49 (19.53% from 255) = 17.07%

 BLUE value IS 109 (42.97% from 255) = 37.98%

R = 44.95%
G = 17.07%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#81316D (or 0x81316D) is known color: Dark Purple. HEX triplet: 81, 31 and 6D. RGB value is (129,49,109). Sum of RGB (Red+Green+Blue) = 129+49+109=287 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.95% from 287); Green value is 49 (19.53% from 255 or 17.07% from 287); Blue value is 109 (42.97% from 255 or 37.98% from 287); Max value from RGB is 129 - color contains mainly: red. Hex color #81316D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81316D is #7ECE92. Grayscale: #4F4F4F. Windows color (decimal): -8310419 or 7156097. OLE color: 7156097.

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

Color convert

RGB 129 49 109 -
CMYK 0 0.62 0.16 0.49
HSL 315º 0.45% 0.35% -
HSV(B) 315º 0.62% 0.51% -
XYZ 12.91 7.97 15.33 -
YUV 79.76 144.5 163.12 -
System Red Green Blue C M Y K H S L
Decimal 129 49 109 0 0.62 0.16 0.49 315 0.45 0.35
Hex 81 31 6D 0 3E 10 31 13B 2D 23
Octal 201 61 155 0 76 20 61 473 55 43
Binary 10000001 110001 1101101 0 111110 10000 110001 100111011 101101 100011

Color Harmonies of #81316D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81316D

Black with #81316D

Text Example


Text Example

White with #81316D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #81316D;
 }
 .AnyTagClassName
 {
   color: #81316D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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