#813D73

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

Shades of Dark Purple #813D73

Tints of Dark Purple #813D73

Color information

#813D73 (or 0x813D73) is unknown color: approx Dark Purple. HEX triplet: 81, 3D and 73. RGB value is (129,61,115). Sum of RGB (Red+Green+Blue) = 129+61+115=305 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.30% from 305); Green value is 61 (24.22% from 255 or 20% from 305); Blue value is 115 (45.31% from 255 or 37.70% from 305); Max value from RGB is 129 - color contains mainly: red. Hex color #813D73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813D73 is #7EC28C. Grayscale: #575757. Windows color (decimal): -8307341 or 7552385. OLE color: 7552385.

HSL color Cylindrical-coordinate representation of color #813D73: hue angle of 312.35º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #813D73 is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB12961115-
CMYK00.530.110.49
HSL312.35º35.79%37.25%-
HSV(B)312.35º52.71%50.59%-
XYZ13.829.2417.28-
YUV87.49143.53157.61-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.30%
GREEN value IS 61 (24.22% from 255) = 20%
BLUE value IS 115 (45.31% from 255) = 37.70%
R=42.30%
G=20%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1296111500.530.110.49312.3535.7937.25
Hex813D73035B311382425
Octal2017516306513614704445
Binary10000001111101111001101101011011110001100111000100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813D73; }

 p { color: rgb(129,61,115); }

 H1.HeaderClassName
 {
   color: #813D73;
 }
 .AnyTagClassName
 {
   color: #813D73;
 }
</style>
background-color css

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

 a { background-color: rgb(129,61,115); }

 div.DivClassName
 {
   background-color: #813D73;
 }
 .BgClassName
 {
   background-color: #813D73;
 }
</style>
border-color css

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

 span { border-color: rgb(129,61,115); }

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