#813D74

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

Shades of Dark Purple #813D74

Tints of Dark Purple #813D74

Color information

#813D74 (or 0x813D74) is unknown color: approx Dark Purple. HEX triplet: 81, 3D and 74. RGB value is (129,61,116). Sum of RGB (Red+Green+Blue) = 129+61+116=306 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.16% from 306); Green value is 61 (24.22% from 255 or 19.93% from 306); Blue value is 116 (45.70% from 255 or 37.91% from 306); Max value from RGB is 129 - color contains mainly: red. Hex color #813D74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813D74 is #7EC28B. Grayscale: #575757. Windows color (decimal): -8307340 or 7617921. OLE color: 7617921.

HSL color Cylindrical-coordinate representation of color #813D74: hue angle of 311.47º 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 #813D74 is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB12961116-
CMYK00.530.100.49
HSL311.47º35.79%37.25%-
HSV(B)311.47º52.71%50.59%-
XYZ13.879.2717.58-
YUV87.6144.03157.53-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.16%
GREEN value IS 61 (24.22% from 255) = 19.93%
BLUE value IS 116 (45.70% from 255) = 37.91%
R=42.16%
G=19.93%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.10
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1296111600.530.100.49311.4735.7937.25
Hex813D74035A311372425
Octal2017516406512614674445
Binary10000001111101111010001101011010110001100110111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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