#7E178D

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

Shades of Dark Magenta #7E178D

Tints of Dark Magenta #7E178D

Color information

#7E178D (or 0x7E178D) is unknown color: approx Dark Magenta. HEX triplet: 7E, 17 and 8D. RGB value is (126,23,141). Sum of RGB (Red+Green+Blue) = 126+23+141=290 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.45% from 290); Green value is 23 (9.38% from 255 or 7.93% from 290); Blue value is 141 (55.47% from 255 or 48.62% from 290); Max value from RGB is 141 - color contains mainly: blue. Hex color #7E178D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E178D is #81E872. Grayscale: #424242. Windows color (decimal): -8513651 or 9246590. OLE color: 9246590.

HSL color Cylindrical-coordinate representation of color #7E178D: hue angle of 292.37º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7E178D is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12623141-
CMYK0.110.8400.45
HSL292.37º71.95%32.16%-
HSV(B)292.37º83.69%55.29%-
XYZ13.726.9725.82-
YUV67.25169.62169.91-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 43.45%
GREEN value IS 23 (9.38% from 255) = 7.93%
BLUE value IS 141 (55.47% from 255) = 48.62%
R=43.45%
G=7.93%
B=48.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal126231410.110.8400.45292.3771.9532.16
Hex7E178DB5402D1244820
Octal176272151312405544411040
Binary111111010111100011011011101010001011011001001001001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E178D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,23,141); }

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

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

 a { background-color: rgb(126,23,141); }

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

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

 span { border-color: rgb(126,23,141); }

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