#7D336D

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

Shades of Dark Purple #7D336D

Tints of Dark Purple #7D336D

Color information

#7D336D (or 0x7D336D) is unknown color: approx Dark Purple. HEX triplet: 7D, 33 and 6D. RGB value is (125,51,109). Sum of RGB (Red+Green+Blue) = 125+51+109=285 (37% of max value = 765). Red value is 125 (49.22% from 255 or 43.86% from 285); Green value is 51 (20.31% from 255 or 17.89% from 285); Blue value is 109 (42.97% from 255 or 38.25% from 285); Max value from RGB is 125 - color contains mainly: red. Hex color #7D336D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D336D is #82CC92. Grayscale: #4F4F4F. Windows color (decimal): -8572051 or 7156605. OLE color: 7156605.

HSL color Cylindrical-coordinate representation of color #7D336D: hue angle of 312.97º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7D336D is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.51.

Color convert

RGB12551109-
CMYK00.590.130.51
HSL312.97º42.05%34.51%-
HSV(B)312.97º59.2%49.02%-
XYZ12.47.8315.33-
YUV79.74144.52160.28-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 43.86%
GREEN value IS 51 (20.31% from 255) = 17.89%
BLUE value IS 109 (42.97% from 255) = 38.25%
R=43.86%
G=17.89%
B=38.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.13
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1255110900.590.130.51312.9742.0534.51
Hex7D336D03BD331392a23
Octal1756315507315634715243
Binary1111101110011110110101110111101110011100111001101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D336D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,51,109); }

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

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

 a { background-color: rgb(125,51,109); }

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

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

 span { border-color: rgb(125,51,109); }

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