#7E396D

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

Shades of Dark Purple #7E396D

Tints of Dark Purple #7E396D

Color information

#7E396D (or 0x7E396D) is unknown color: approx Dark Purple. HEX triplet: 7E, 39 and 6D. RGB value is (126,57,109). Sum of RGB (Red+Green+Blue) = 126+57+109=292 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.15% from 292); Green value is 57 (22.66% from 255 or 19.52% from 292); Blue value is 109 (42.97% from 255 or 37.33% from 292); Max value from RGB is 126 - color contains mainly: red. Hex color #7E396D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E396D is #81C692. Grayscale: #535353. Windows color (decimal): -8504979 or 7158142. OLE color: 7158142.

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

Color convert

RGB12657109-
CMYK00.550.130.51
HSL314.78º37.7%35.88%-
HSV(B)314.78º54.76%49.41%-
XYZ12.838.4715.43-
YUV83.56142.36158.27-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 43.15%
GREEN value IS 57 (22.66% from 255) = 19.52%
BLUE value IS 109 (42.97% from 255) = 37.33%
R=43.15%
G=19.52%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.13
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1265710900.550.130.51314.7837.735.88
Hex7E396D037D3313b2624
Octal1767115506715634734644
Binary1111110111001110110101101111101110011100111011100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E396D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,57,109); }

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

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

 a { background-color: rgb(126,57,109); }

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

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

 span { border-color: rgb(126,57,109); }

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