#813370

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

Shades of Dark Purple #813370

Tints of Dark Purple #813370

Color information

#813370 (or 0x813370) is unknown color: approx Dark Purple. HEX triplet: 81, 33 and 70. RGB value is (129,51,112). Sum of RGB (Red+Green+Blue) = 129+51+112=292 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.18% from 292); Green value is 51 (20.31% from 255 or 17.47% from 292); Blue value is 112 (44.14% from 255 or 38.36% from 292); Max value from RGB is 129 - color contains mainly: red. Hex color #813370 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813370 is #7ECC8F. Grayscale: #515151. Windows color (decimal): -8309904 or 7353217. OLE color: 7353217.

HSL color Cylindrical-coordinate representation of color #813370: hue angle of 313.08º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #813370 is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB12951112-
CMYK00.600.130.49
HSL313.08º43.33%35.29%-
HSV(B)313.08º60.47%50.59%-
XYZ13.168.216.22-
YUV81.28145.34162.04-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.18%
GREEN value IS 51 (20.31% from 255) = 17.47%
BLUE value IS 112 (44.14% from 255) = 38.36%
R=44.18%
G=17.47%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1295111200.600.130.49313.0843.3335.29
Hex81337003CD311392b23
Octal2016316007415614715343
Binary10000001110011111000001111001101110001100111001101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813370; }

 p { color: rgb(129,51,112); }

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

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

 a { background-color: rgb(129,51,112); }

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

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

 span { border-color: rgb(129,51,112); }

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