#7E1394

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

Shades of Dark Magenta #7E1394

Tints of Dark Magenta #7E1394

Color information

#7E1394 (or 0x7E1394) is unknown color: approx Dark Magenta. HEX triplet: 7E, 13 and 94. RGB value is (126,19,148). Sum of RGB (Red+Green+Blue) = 126+19+148=293 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.00% from 293); Green value is 19 (7.81% from 255 or 6.48% from 293); Blue value is 148 (58.20% from 255 or 50.51% from 293); Max value from RGB is 148 - color contains mainly: blue. Hex color #7E1394 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E1394 is #81EC6B. Grayscale: #414141. Windows color (decimal): -8514668 or 9704318. OLE color: 9704318.

HSL color Cylindrical-coordinate representation of color #7E1394: hue angle of 289.77º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7E1394 is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12619148-
CMYK0.150.8700.42
HSL289.77º77.25%32.75%-
HSV(B)289.77º87.16%58.04%-
XYZ14.187.0428.63-
YUV65.7174.45171.01-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 43.00%
GREEN value IS 19 (7.81% from 255) = 6.48%
BLUE value IS 148 (58.20% from 255) = 50.51%
R=43.00%
G=6.48%
B=50.51%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal126191480.150.8700.42289.7777.2532.75
Hex7E1394F5702A1224d21
Octal176232241712705244211541
Binary111111010011100101001111101011101010101001000101001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E1394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,19,148); }

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

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

 a { background-color: rgb(126,19,148); }

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

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

 span { border-color: rgb(126,19,148); }

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