Html Css Color HEX #81356D Dark Purple

📋 copy color: '#81356D'

red 129 ◦ green 53 ◦ blue 109

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

Shades of Dark Purple #81356D

Tints of Dark Purple #81356D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.21%

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

R = 44.33%
G = 18.21%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#81356D (or 0x81356D) is known color: Dark Purple. HEX triplet: 81, 35 and 6D. RGB value is (129,53,109). Sum of RGB (Red+Green+Blue) = 129+53+109=291 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.33% from 291); Green value is 53 (21.09% from 255 or 18.21% from 291); Blue value is 109 (42.97% from 255 or 37.46% from 291); Max value from RGB is 129 - color contains mainly: red. Hex color #81356D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81356D is #7ECA92. Grayscale: #515151. Windows color (decimal): -8309395 or 7157121. OLE color: 7157121.

HSL color Cylindrical-coordinate representation of color #81356D: hue angle of 315.79º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #81356D is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 53 109 -
CMYK 0 0.59 0.16 0.49
HSL 315.79º 0.42% 0.36% -
HSV(B) 315.79º 0.59% 0.51% -
XYZ 13.09 8.32 15.38 -
YUV 82.11 143.18 161.45 -
System Red Green Blue C M Y K H S L
Decimal 129 53 109 0 0.59 0.16 0.49 315.79 0.42 0.36
Hex 81 35 6D 0 3B 10 31 13C 2A 24
Octal 201 65 155 0 73 20 61 474 52 44
Binary 10000001 110101 1101101 0 111011 10000 110001 100111100 101010 100100

Color Harmonies of #81356D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81356D

Black with #81356D

Text Example


Text Example

White with #81356D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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