Html Css Color HEX #7E1195 Dark Magenta

📋 copy color: '#7E1195'

red 126 ◦ green 17 ◦ blue 149

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

Shades of Dark Magenta #7E1195

Tints of Dark Magenta #7E1195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 51.03%

R = 43.15%
G = 5.82%
B = 51.03%

CMYK

 C value IS 0.15

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7E1195 (or 0x7E1195) is known color: Dark Magenta. HEX triplet: 7E, 11 and 95. RGB value is (126,17,149). Sum of RGB (Red+Green+Blue) = 126+17+149=292 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.15% from 292); Green value is 17 (7.03% from 255 or 5.82% from 292); Blue value is 149 (58.59% from 255 or 51.03% from 292); Max value from RGB is 149 - color contains mainly: blue. Hex color #7E1195 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E1195 is #81EE6A. Grayscale: #404040. Windows color (decimal): -8515179 or 9769342. OLE color: 9769342.

HSL color Cylindrical-coordinate representation of color #7E1195: hue angle of 289.55º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7E1195 is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 126 17 149 -
CMYK 0.15 0.89 0 0.42
HSL 289.55º 0.8% 0.33% -
HSV(B) 289.55º 0.89% 0.58% -
XYZ 14.23 7.01 29.04 -
YUV 64.64 175.61 171.77 -
System Red Green Blue C M Y K H S L
Decimal 126 17 149 0.15 0.89 0 0.42 289.55 0.8 0.33
Hex 7E 11 95 F 59 0 2A 122 50 21
Octal 176 21 225 17 131 0 52 442 120 41
Binary 1111110 10001 10010101 1111 1011001 0 101010 100100010 1010000 100001

Color Harmonies of #7E1195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E1195

Black with #7E1195

Text Example


Text Example

White with #7E1195

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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