#813271

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

Shades of Dark Purple #813271

Tints of Dark Purple #813271

Color information

#813271 (or 0x813271) is unknown color: approx 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

RGB12950113-
CMYK00.610.120.49
HSL312.15º44.13%35.1%-
HSV(B)312.15º61.24%50.59%-
XYZ13.178.1416.5-
YUV80.8146.17162.38-

RGB Variations

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

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.70%
R=44.18%
G=17.12%
B=38.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1295011300.610.120.49312.1544.1335.1
Hex81327103DC311382c23
Octal2016216107514614705443
Binary10000001110010111000101111011100110001100111000101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>