Html Css Color HEX #813379 Dark Purple

📋 copy color: '#813379'

red 129 ◦ green 51 ◦ blue 121

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

Shades of Dark Purple #813379

Tints of Dark Purple #813379

RGB

 RED value IS 129 (50.78% from 255) = 42.86%

 GREEN value IS 51 (20.31% from 255) = 16.94%

 BLUE value IS 121 (47.66% from 255) = 40.2%

R = 42.86%
G = 16.94%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#813379 (or 0x813379) is known color: Dark Purple. HEX triplet: 81, 33 and 79. RGB value is (129,51,121). Sum of RGB (Red+Green+Blue) = 129+51+121=301 (39% of max value = 765). Red value is 129 (50.78% from 255 or 42.86% from 301); Green value is 51 (20.31% from 255 or 16.94% from 301); Blue value is 121 (47.66% from 255 or 40.20% from 301); Max value from RGB is 129 - color contains mainly: red. Hex color #813379 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813379 is #7ECC86. Grayscale: #525252. Windows color (decimal): -8309895 or 7943041. OLE color: 7943041.

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

Color convert

RGB 129 51 121 -
CMYK 0 0.60 0.06 0.49
HSL 306.15º 0.43% 0.35% -
HSV(B) 306.15º 0.6% 0.51% -
XYZ 13.69 8.42 18.99 -
YUV 82.3 149.84 161.31 -
System Red Green Blue C M Y K H S L
Decimal 129 51 121 0 0.60 0.06 0.49 306.15 0.43 0.35
Hex 81 33 79 0 3C 6 31 132 2B 23
Octal 201 63 171 0 74 6 61 462 53 43
Binary 10000001 110011 1111001 0 111100 110 110001 100110010 101011 100011

Color Harmonies of #813379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813379

Black with #813379

Text Example


Text Example

White with #813379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813379; }

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

 H1.HeaderClassName
 {
   color: #813379;
 }
 .AnyTagClassName
 {
   color: #813379;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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