Html Css Color HEX #7E048E Dark Magenta

📋 copy color: '#7E048E'

red 126 ◦ green 4 ◦ blue 142

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

Shades of Dark Magenta #7E048E

Tints of Dark Magenta #7E048E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 52.21%

R = 46.32%
G = 1.47%
B = 52.21%

CMYK

 C value IS 0.11

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7E048E (or 0x7E048E) is known color: Dark Magenta. HEX triplet: 7E, 04 and 8E. RGB value is (126,4,142). Sum of RGB (Red+Green+Blue) = 126+4+142=272 (36% of max value = 765). Red value is 126 (49.61% from 255 or 46.32% from 272); Green value is 4 (1.95% from 255 or 1.47% from 272); Blue value is 142 (55.86% from 255 or 52.21% from 272); Max value from RGB is 142 - color contains mainly: blue. Hex color #7E048E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E048E is #81FB71. Grayscale: #373737. Windows color (decimal): -8518514 or 9307262. OLE color: 9307262.

HSL color Cylindrical-coordinate representation of color #7E048E: hue angle of 293.04º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7E048E is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 126 4 142 -
CMYK 0.11 0.97 0 0.44
HSL 293.04º 0.95% 0.29% -
HSV(B) 293.04º 0.97% 0.56% -
XYZ 13.53 6.48 26.13 -
YUV 56.21 176.42 177.78 -
System Red Green Blue C M Y K H S L
Decimal 126 4 142 0.11 0.97 0 0.44 293.04 0.95 0.29
Hex 7E 4 8E B 61 0 2C 125 5F 1D
Octal 176 4 216 13 141 0 54 445 137 35
Binary 1111110 100 10001110 1011 1100001 0 101100 100100101 1011111 11101

Color Harmonies of #7E048E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E048E

Black with #7E048E

Text Example


Text Example

White with #7E048E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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