#7D3170

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

Shades of Dark Purple #7D3170

Tints of Dark Purple #7D3170

Color information

#7D3170 (or 0x7D3170) is unknown color: approx Dark Purple. HEX triplet: 7D, 31 and 70. RGB value is (125,49,112). Sum of RGB (Red+Green+Blue) = 125+49+112=286 (37% of max value = 765). Red value is 125 (49.22% from 255 or 43.71% from 286); Green value is 49 (19.53% from 255 or 17.13% from 286); Blue value is 112 (44.14% from 255 or 39.16% from 286); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3170 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3170 is #82CE8F. Grayscale: #4E4E4E. Windows color (decimal): -8572560 or 7352701. OLE color: 7352701.

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

Color convert

RGB12549112-
CMYK00.610.100.51
HSL310.26º43.68%34.12%-
HSV(B)310.26º60.8%49.02%-
XYZ12.487.7316.16-
YUV78.91146.68160.88-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 43.71%
GREEN value IS 49 (19.53% from 255) = 17.13%
BLUE value IS 112 (44.14% from 255) = 39.16%
R=43.71%
G=17.13%
B=39.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.10
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1254911200.610.100.51310.2643.6834.12
Hex7D317003DA331362c22
Octal1756116007512634665442
Binary1111101110001111000001111011010110011100110110101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D3170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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