Html Css Color HEX #7E1191 Dark Magenta

📋 copy color: '#7E1191'

red 126 ◦ green 17 ◦ blue 145

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

Shades of Dark Magenta #7E1191

Tints of Dark Magenta #7E1191

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.9%

 BLUE value IS 145 (57.03% from 255) = 50.35%

R = 43.75%
G = 5.9%
B = 50.35%

CMYK

 C value IS 0.13

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#7E1191 (or 0x7E1191) is known color: Dark Magenta. HEX triplet: 7E, 11 and 91. RGB value is (126,17,145). Sum of RGB (Red+Green+Blue) = 126+17+145=288 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.75% from 288); Green value is 17 (7.03% from 255 or 5.90% from 288); Blue value is 145 (57.03% from 255 or 50.35% from 288); Max value from RGB is 145 - color contains mainly: blue. Hex color #7E1191 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E1191 is #81EE6E. Grayscale: #3F3F3F. Windows color (decimal): -8515183 or 9507198. OLE color: 9507198.

HSL color Cylindrical-coordinate representation of color #7E1191: hue angle of 291.09º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7E1191 is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 126 17 145 -
CMYK 0.13 0.88 0 0.43
HSL 291.09º 0.79% 0.32% -
HSV(B) 291.09º 0.88% 0.57% -
XYZ 13.92 6.88 27.38 -
YUV 64.18 173.61 172.09 -
System Red Green Blue C M Y K H S L
Decimal 126 17 145 0.13 0.88 0 0.43 291.09 0.79 0.32
Hex 7E 11 91 D 58 0 2B 123 4F 20
Octal 176 21 221 15 130 0 53 443 117 40
Binary 1111110 10001 10010001 1101 1011000 0 101011 100100011 1001111 100000

Color Harmonies of #7E1191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E1191

Black with #7E1191

Text Example


Text Example

White with #7E1191

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,17,145); }

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

background-color css

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

 a { background-color: rgb(126,17,145); }

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

border-color css

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

 span { border-color: rgb(126,17,145); }

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