#813A72

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

Shades of Dark Purple #813A72

Tints of Dark Purple #813A72

Color information

#813A72 (or 0x813A72) is unknown color: approx Dark Purple. HEX triplet: 81, 3A and 72. RGB value is (129,58,114). Sum of RGB (Red+Green+Blue) = 129+58+114=301 (39% of max value = 765). Red value is 129 (50.78% from 255 or 42.86% from 301); Green value is 58 (23.05% from 255 or 19.27% from 301); Blue value is 114 (44.92% from 255 or 37.87% from 301); Max value from RGB is 129 - color contains mainly: red. Hex color #813A72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813A72 is #7EC58D. Grayscale: #555555. Windows color (decimal): -8308110 or 7486081. OLE color: 7486081.

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

Color convert

RGB12958114-
CMYK00.550.120.49
HSL312.68º37.97%36.67%-
HSV(B)312.68º55.04%50.59%-
XYZ13.68.9116.92-
YUV85.61144.02158.95-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.86%
GREEN value IS 58 (23.05% from 255) = 19.27%
BLUE value IS 114 (44.92% from 255) = 37.87%
R=42.86%
G=19.27%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1295811400.550.120.49312.6837.9736.67
Hex813A72037C311392625
Octal2017216206714614714645
Binary10000001111010111001001101111100110001100111001100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,58,114); }

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

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

 a { background-color: rgb(129,58,114); }

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

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

 span { border-color: rgb(129,58,114); }

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