#7E396B

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

Shades of Dark Purple #7E396B

Tints of Dark Purple #7E396B

Color information

#7E396B (or 0x7E396B) is unknown color: approx Dark Purple. HEX triplet: 7E, 39 and 6B. RGB value is (126,57,107). Sum of RGB (Red+Green+Blue) = 126+57+107=290 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.45% from 290); Green value is 57 (22.66% from 255 or 19.66% from 290); Blue value is 107 (42.19% from 255 or 36.90% from 290); Max value from RGB is 126 - color contains mainly: red. Hex color #7E396B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E396B is #81C694. Grayscale: #535353. Windows color (decimal): -8504981 or 7027070. OLE color: 7027070.

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

Color convert

RGB12657107-
CMYK00.550.150.51
HSL316.52º37.7%35.88%-
HSV(B)316.52º54.76%49.41%-
XYZ12.728.4214.87-
YUV83.33141.36158.43-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 43.45%
GREEN value IS 57 (22.66% from 255) = 19.66%
BLUE value IS 107 (42.19% from 255) = 36.90%
R=43.45%
G=19.66%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.15
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1265710700.550.150.51316.5237.735.88
Hex7E396B037F3313d2624
Octal1767115306717634754644
Binary1111110111001110101101101111111110011100111101100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E396B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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