#7D3176

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

Shades of Dark Purple #7D3176

Tints of Dark Purple #7D3176

Color information

#7D3176 (or 0x7D3176) is unknown color: approx Dark Purple. HEX triplet: 7D, 31 and 76. RGB value is (125,49,118). Sum of RGB (Red+Green+Blue) = 125+49+118=292 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.81% from 292); Green value is 49 (19.53% from 255 or 16.78% from 292); Blue value is 118 (46.48% from 255 or 40.41% from 292); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3176 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3176 is #82CE89. Grayscale: #4F4F4F. Windows color (decimal): -8572554 or 7745917. OLE color: 7745917.

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

Color convert

RGB12549118-
CMYK00.610.060.51
HSL305.53º43.68%34.12%-
HSV(B)305.53º60.8%49.02%-
XYZ12.837.8617.98-
YUV79.59149.68160.39-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 42.81%
GREEN value IS 49 (19.53% from 255) = 16.78%
BLUE value IS 118 (46.48% from 255) = 40.41%
R=42.81%
G=16.78%
B=40.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.06
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1254911800.610.060.51305.5343.6834.12
Hex7D317603D6331322c22
Octal175611660756634625442
Binary111110111000111101100111101110110011100110010101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D3176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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