Html Css Color HEX #81336D Dark Purple

📋 copy color: '#81336D'

red 129 ◦ green 51 ◦ blue 109

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

Shades of Dark Purple #81336D

Tints of Dark Purple #81336D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.65%

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

R = 44.64%
G = 17.65%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#81336D (or 0x81336D) is known color: Dark Purple. HEX triplet: 81, 33 and 6D. RGB value is (129,51,109). Sum of RGB (Red+Green+Blue) = 129+51+109=289 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.64% from 289); Green value is 51 (20.31% from 255 or 17.65% from 289); Blue value is 109 (42.97% from 255 or 37.72% from 289); Max value from RGB is 129 - color contains mainly: red. Hex color #81336D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81336D is #7ECC92. Grayscale: #505050. Windows color (decimal): -8309907 or 7156609. OLE color: 7156609.

HSL color Cylindrical-coordinate representation of color #81336D: hue angle of 315.38º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #81336D is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 51 109 -
CMYK 0 0.60 0.16 0.49
HSL 315.38º 0.43% 0.35% -
HSV(B) 315.38º 0.6% 0.51% -
XYZ 13 8.14 15.35 -
YUV 80.93 143.84 162.28 -
System Red Green Blue C M Y K H S L
Decimal 129 51 109 0 0.60 0.16 0.49 315.38 0.43 0.35
Hex 81 33 6D 0 3C 10 31 13B 2B 23
Octal 201 63 155 0 74 20 61 473 53 43
Binary 10000001 110011 1101101 0 111100 10000 110001 100111011 101011 100011

Color Harmonies of #81336D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81336D

Black with #81336D

Text Example


Text Example

White with #81336D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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