#813473

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

Shades of Dark Purple #813473

Tints of Dark Purple #813473

Color information

#813473 (or 0x813473) is unknown color: approx Dark Purple. HEX triplet: 81, 34 and 73. RGB value is (129,52,115). Sum of RGB (Red+Green+Blue) = 129+52+115=296 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.58% from 296); Green value is 52 (20.70% from 255 or 17.57% from 296); Blue value is 115 (45.31% from 255 or 38.85% from 296); Max value from RGB is 129 - color contains mainly: red. Hex color #813473 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813473 is #7ECB8C. Grayscale: #525252. Windows color (decimal): -8309645 or 7550081. OLE color: 7550081.

HSL color Cylindrical-coordinate representation of color #813473: hue angle of 310.91º 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 #813473 is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB12952115-
CMYK00.600.110.49
HSL310.91º42.54%35.49%-
HSV(B)310.91º59.69%50.59%-
XYZ13.388.3617.13-
YUV82.2146.51161.38-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.58%
GREEN value IS 52 (20.70% from 255) = 17.57%
BLUE value IS 115 (45.31% from 255) = 38.85%
R=43.58%
G=17.57%
B=38.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1295211500.600.110.49310.9142.5435.49
Hex81347303CB311372b23
Octal2016416307413614675343
Binary10000001110100111001101111001011110001100110111101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813473; }

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

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

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

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

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

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

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

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