Html Css Color HEX #7E049B Dark Magenta

📋 copy color: '#7E049B'

red 126 ◦ green 4 ◦ blue 155

#7E049B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #7E049B

Tints of Dark Magenta #7E049B

RGB

 RED value IS 126 (49.61% from 255) = 44.21%

 GREEN value IS 4 (1.95% from 255) = 1.4%

 BLUE value IS 155 (60.94% from 255) = 54.39%

R = 44.21%
G = 1.4%
B = 54.39%

CMYK

 C value IS 0.19

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7E049B (or 0x7E049B) is known color: Dark Magenta. HEX triplet: 7E, 04 and 9B. RGB value is (126,4,155). Sum of RGB (Red+Green+Blue) = 126+4+155=285 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.21% from 285); Green value is 4 (1.95% from 255 or 1.40% from 285); Blue value is 155 (60.94% from 255 or 54.39% from 285); Max value from RGB is 155 - color contains mainly: blue. Hex color #7E049B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E049B is #81FB64. Grayscale: #393939. Windows color (decimal): -8518501 or 10159230. OLE color: 10159230.

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

Color convert

RGB 126 4 155 -
CMYK 0.19 0.97 0 0.39
HSL 288.48º 0.95% 0.31% -
HSV(B) 288.48º 0.97% 0.61% -
XYZ 14.56 6.89 31.57 -
YUV 57.69 182.92 176.72 -
System Red Green Blue C M Y K H S L
Decimal 126 4 155 0.19 0.97 0 0.39 288.48 0.95 0.31
Hex 7E 4 9B 13 61 0 27 120 5F 1F
Octal 176 4 233 23 141 0 47 440 137 37
Binary 1111110 100 10011011 10011 1100001 0 100111 100100000 1011111 11111

Color Harmonies of #7E049B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E049B

Black with #7E049B

Text Example


Text Example

White with #7E049B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7E049B;
 }
 .AnyTagClassName
 {
   color: #7E049B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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