Html Css Color HEX #7E139D Dark Magenta

📋 copy color: '#7E139D'

red 126 ◦ green 19 ◦ blue 157

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

Shades of Dark Magenta #7E139D

Tints of Dark Magenta #7E139D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.29%

 BLUE value IS 157 (61.72% from 255) = 51.99%

R = 41.72%
G = 6.29%
B = 51.99%

CMYK

 C value IS 0.20

 M value IS 0.88

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7E139D (or 0x7E139D) is known color: Dark Magenta. HEX triplet: 7E, 13 and 9D. RGB value is (126,19,157). Sum of RGB (Red+Green+Blue) = 126+19+157=302 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.72% from 302); Green value is 19 (7.81% from 255 or 6.29% from 302); Blue value is 157 (61.72% from 255 or 51.99% from 302); Max value from RGB is 157 - color contains mainly: blue. Hex color #7E139D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E139D is #81EC62. Grayscale: #424242. Windows color (decimal): -8514659 or 10294142. OLE color: 10294142.

HSL color Cylindrical-coordinate representation of color #7E139D: hue angle of 286.52º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7E139D is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 126 19 157 -
CMYK 0.20 0.88 0 0.38
HSL 286.52º 0.78% 0.35% -
HSV(B) 286.52º 0.88% 0.62% -
XYZ 14.92 7.34 32.53 -
YUV 66.73 178.95 170.28 -
System Red Green Blue C M Y K H S L
Decimal 126 19 157 0.20 0.88 0 0.38 286.52 0.78 0.35
Hex 7E 13 9D 14 58 0 26 11F 4E 23
Octal 176 23 235 24 130 0 46 437 116 43
Binary 1111110 10011 10011101 10100 1011000 0 100110 100011111 1001110 100011

Color Harmonies of #7E139D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E139D

Black with #7E139D

Text Example


Text Example

White with #7E139D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,19,157); }

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

background-color css

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

 a { background-color: rgb(126,19,157); }

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

border-color css

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

 span { border-color: rgb(126,19,157); }

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