Html Css Color HEX #813271 Dark Purple

📋 copy color: '#813271'

red 129 ◦ green 50 ◦ blue 113

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

Shades of Dark Purple #813271

Tints of Dark Purple #813271

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.12%

 BLUE value IS 113 (44.53% from 255) = 38.7%

R = 44.18%
G = 17.12%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#813271 (or 0x813271) is known color: Dark Purple. HEX triplet: 81, 32 and 71. RGB value is (129,50,113). Sum of RGB (Red+Green+Blue) = 129+50+113=292 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.18% from 292); Green value is 50 (19.92% from 255 or 17.12% from 292); Blue value is 113 (44.53% from 255 or 38.70% from 292); Max value from RGB is 129 - color contains mainly: red. Hex color #813271 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813271 is #7ECD8E. Grayscale: #505050. Windows color (decimal): -8310159 or 7418497. OLE color: 7418497.

HSL color Cylindrical-coordinate representation of color #813271: hue angle of 312.15º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #813271 is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 50 113 -
CMYK 0 0.61 0.12 0.49
HSL 312.15º 0.44% 0.35% -
HSV(B) 312.15º 0.61% 0.51% -
XYZ 13.17 8.14 16.5 -
YUV 80.8 146.17 162.38 -
System Red Green Blue C M Y K H S L
Decimal 129 50 113 0 0.61 0.12 0.49 312.15 0.44 0.35
Hex 81 32 71 0 3D C 31 138 2C 23
Octal 201 62 161 0 75 14 61 470 54 43
Binary 10000001 110010 1110001 0 111101 1100 110001 100111000 101100 100011

Color Harmonies of #813271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813271

Black with #813271

Text Example


Text Example

White with #813271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813271; }

 p { color: rgb(129,50,113); }

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

background-color css

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

 a { background-color: rgb(129,50,113); }

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

border-color css

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

 span { border-color: rgb(129,50,113); }

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