#7E346F

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

Shades of Dark Purple #7E346F

Tints of Dark Purple #7E346F

Color information

#7E346F (or 0x7E346F) is unknown color: approx Dark Purple. HEX triplet: 7E, 34 and 6F. RGB value is (126,52,111). Sum of RGB (Red+Green+Blue) = 126+52+111=289 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.60% from 289); Green value is 52 (20.70% from 255 or 17.99% from 289); Blue value is 111 (43.75% from 255 or 38.41% from 289); Max value from RGB is 126 - color contains mainly: red. Hex color #7E346F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E346F is #81CB90. Grayscale: #505050. Windows color (decimal): -8506257 or 7287934. OLE color: 7287934.

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

Color convert

RGB12652111-
CMYK00.590.120.51
HSL312.16º41.57%34.9%-
HSV(B)312.16º58.73%49.41%-
XYZ12.78.0415.92-
YUV80.85145.02160.2-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 43.60%
GREEN value IS 52 (20.70% from 255) = 17.99%
BLUE value IS 111 (43.75% from 255) = 38.41%
R=43.60%
G=17.99%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.12
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1265211100.590.120.51312.1641.5734.9
Hex7E346F03BC331382a23
Octal1766415707314634705243
Binary1111110110100110111101110111100110011100111000101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E346F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,52,111); }

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

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

 a { background-color: rgb(126,52,111); }

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

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

 span { border-color: rgb(126,52,111); }

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