Html Css Color HEX #813579 Dark Purple

📋 copy color: '#813579'

red 129 ◦ green 53 ◦ blue 121

#813579
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Purple #813579

Tints of Dark Purple #813579

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 value IS 0

 M value IS 0.59

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#813579 (or 0x813579) is known color: 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

RGB 129 53 121 -
CMYK 0 0.59 0.06 0.49
HSL 306.32º 0.42% 0.36% -
HSV(B) 306.32º 0.59% 0.51% -
XYZ 13.78 8.59 19.02 -
YUV 83.48 149.18 160.47 -
System Red Green Blue C M Y K H S L
Decimal 129 53 121 0 0.59 0.06 0.49 306.32 0.42 0.36
Hex 81 35 79 0 3B 6 31 132 2A 24
Octal 201 65 171 0 73 6 61 462 52 44
Binary 10000001 110101 1111001 0 111011 110 110001 100110010 101010 100100

Color Harmonies of #813579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813579

Black with #813579

Text Example


Text Example

White with #813579

Text Example


Text Example

HTML Codes & Css Web 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>