Html Css Color HEX #7E048D Dark Magenta

📋 copy color: '#7E048D'

red 126 ◦ green 4 ◦ blue 141

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

Shades of Dark Magenta #7E048D

Tints of Dark Magenta #7E048D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 52.03%

R = 46.49%
G = 1.48%
B = 52.03%

CMYK

 C value IS 0.11

 M value IS 0.97

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7E048D (or 0x7E048D) is known color: Dark Magenta. HEX triplet: 7E, 04 and 8D. RGB value is (126,4,141). Sum of RGB (Red+Green+Blue) = 126+4+141=271 (35% of max value = 765). Red value is 126 (49.61% from 255 or 46.49% from 271); Green value is 4 (1.95% from 255 or 1.48% from 271); Blue value is 141 (55.47% from 255 or 52.03% from 271); Max value from RGB is 141 - color contains mainly: blue. Hex color #7E048D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E048D is #81FB72. Grayscale: #373737. Windows color (decimal): -8518515 or 9241726. OLE color: 9241726.

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

Color convert

RGB 126 4 141 -
CMYK 0.11 0.97 0 0.45
HSL 293.43º 0.94% 0.28% -
HSV(B) 293.43º 0.97% 0.55% -
XYZ 13.46 6.45 25.73 -
YUV 56.1 175.92 177.86 -
System Red Green Blue C M Y K H S L
Decimal 126 4 141 0.11 0.97 0 0.45 293.43 0.94 0.28
Hex 7E 4 8D B 61 0 2D 125 5E 1C
Octal 176 4 215 13 141 0 55 445 136 34
Binary 1111110 100 10001101 1011 1100001 0 101101 100100101 1011110 11100

Color Harmonies of #7E048D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E048D

Black with #7E048D

Text Example


Text Example

White with #7E048D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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