#7D3179

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

Shades of Dark Purple #7D3179

Tints of Dark Purple #7D3179

Color information

#7D3179 (or 0x7D3179) is unknown color: approx Dark Purple. HEX triplet: 7D, 31 and 79. RGB value is (125,49,121). Sum of RGB (Red+Green+Blue) = 125+49+121=295 (39% of max value = 765). Red value is 125 (49.22% from 255 or 42.37% from 295); Green value is 49 (19.53% from 255 or 16.61% from 295); Blue value is 121 (47.66% from 255 or 41.02% from 295); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3179 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3179 is #82CE86. Grayscale: #4F4F4F. Windows color (decimal): -8572551 or 7942525. OLE color: 7942525.

HSL color Cylindrical-coordinate representation of color #7D3179: hue angle of 303.16º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7D3179 is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.51.

Color convert

RGB12549121-
CMYK00.610.030.51
HSL303.16º43.68%34.12%-
HSV(B)303.16º60.8%49.02%-
XYZ13.017.9418.94-
YUV79.93151.18160.15-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 42.37%
GREEN value IS 49 (19.53% from 255) = 16.61%
BLUE value IS 121 (47.66% from 255) = 41.02%
R=42.37%
G=16.61%
B=41.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.03
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1254912100.610.030.51303.1643.6834.12
Hex7D317903D33312f2c22
Octal175611710753634575442
Binary11111011100011111001011110111110011100101111101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D3179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D3179; }

 p { color: rgb(125,49,121); }

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

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

 a { background-color: rgb(125,49,121); }

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

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

 span { border-color: rgb(125,49,121); }

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