#813579

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

Shades of Dark Purple #813579

Tints of Dark Purple #813579

Color information

#813579 (or 0x813579) is unknown color: approx Dark Purple. HEX triplet: 81, 35 and 79. RGB value is (129,53,121). Sum of RGB (Red+Green+Blue) = 129+53+121=303 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.57% from 303); Green value is 53 (21.09% from 255 or 17.49% from 303); Blue value is 121 (47.66% from 255 or 39.93% from 303); Max value from RGB is 129 - color contains mainly: red. Hex color #813579 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813579 is #7ECA86. Grayscale: #535353. Windows color (decimal): -8309383 or 7943553. OLE color: 7943553.

HSL color Cylindrical-coordinate representation of color #813579: hue angle of 306.32º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #813579 is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB12953121-
CMYK00.590.060.49
HSL306.32º41.76%35.69%-
HSV(B)306.32º58.91%50.59%-
XYZ13.788.5919.02-
YUV83.48149.18160.47-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.57%
GREEN value IS 53 (21.09% from 255) = 17.49%
BLUE value IS 121 (47.66% from 255) = 39.93%
R=42.57%
G=17.49%
B=39.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1295312100.590.060.49306.3241.7635.69
Hex81357903B6311322a24
Octal201651710736614625244
Binary1000000111010111110010111011110110001100110010101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813579; }

 p { color: rgb(129,53,121); }

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

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

 a { background-color: rgb(129,53,121); }

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

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

 span { border-color: rgb(129,53,121); }

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