Html Css Color HEX #7E158E Dark Magenta

📋 copy color: '#7E158E'

red 126 ◦ green 21 ◦ blue 142

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

Shades of Dark Magenta #7E158E

Tints of Dark Magenta #7E158E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.27%

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

R = 43.6%
G = 7.27%
B = 49.13%

CMYK

 C value IS 0.11

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7E158E (or 0x7E158E) is known color: Dark Magenta. HEX triplet: 7E, 15 and 8E. RGB value is (126,21,142). Sum of RGB (Red+Green+Blue) = 126+21+142=289 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.60% from 289); Green value is 21 (8.59% from 255 or 7.27% from 289); Blue value is 142 (55.86% from 255 or 49.13% from 289); Max value from RGB is 142 - color contains mainly: blue. Hex color #7E158E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E158E is #81EA71. Grayscale: #414141. Windows color (decimal): -8514162 or 9311614. OLE color: 9311614.

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

Color convert

RGB 126 21 142 -
CMYK 0.11 0.85 0 0.44
HSL 292.07º 0.74% 0.32% -
HSV(B) 292.07º 0.85% 0.56% -
XYZ 13.75 6.92 26.2 -
YUV 66.19 170.79 170.66 -
System Red Green Blue C M Y K H S L
Decimal 126 21 142 0.11 0.85 0 0.44 292.07 0.74 0.32
Hex 7E 15 8E B 55 0 2C 124 4A 20
Octal 176 25 216 13 125 0 54 444 112 40
Binary 1111110 10101 10001110 1011 1010101 0 101100 100100100 1001010 100000

Color Harmonies of #7E158E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E158E

Black with #7E158E

Text Example


Text Example

White with #7E158E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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