#7E039B

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

Shades of Dark Magenta #7E039B

Tints of Dark Magenta #7E039B

Color information

#7E039B (or 0x7E039B) is unknown color: approx Dark Magenta. HEX triplet: 7E, 03 and 9B. RGB value is (126,3,155). Sum of RGB (Red+Green+Blue) = 126+3+155=284 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.37% from 284); Green value is 3 (1.56% from 255 or 1.06% from 284); Blue value is 155 (60.94% from 255 or 54.58% from 284); Max value from RGB is 155 - color contains mainly: blue. Hex color #7E039B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E039B is #81FC64. Grayscale: #383838. Windows color (decimal): -8518757 or 10158974. OLE color: 10158974.

HSL color Cylindrical-coordinate representation of color #7E039B: hue angle of 288.55º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7E039B is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1263155-
CMYK0.190.9800.39
HSL288.55º96.2%30.98%-
HSV(B)288.55º98.06%60.78%-
XYZ14.556.8731.57-
YUV57.1183.25177.14-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 44.37%
GREEN value IS 3 (1.56% from 255) = 1.06%
BLUE value IS 155 (60.94% from 255) = 54.58%
R=44.37%
G=1.06%
B=54.58%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal12631550.190.9800.39288.5596.230.98
Hex7E39B1362027121601f
Octal17632332314204744114037
Binary111111011100110111001111000100100111100100001110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E039B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,3,155); }

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

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

 a { background-color: rgb(126,3,155); }

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

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

 span { border-color: rgb(126,3,155); }

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