Html Css Color HEX #7E129D Dark Magenta

📋 copy color: '#7E129D'

red 126 ◦ green 18 ◦ blue 157

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

Shades of Dark Magenta #7E129D

Tints of Dark Magenta #7E129D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.98%

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

R = 41.86%
G = 5.98%
B = 52.16%

CMYK

 C value IS 0.20

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7E129D (or 0x7E129D) is known color: Dark Magenta. HEX triplet: 7E, 12 and 9D. RGB value is (126,18,157). Sum of RGB (Red+Green+Blue) = 126+18+157=301 (39% of max value = 765). Red value is 126 (49.61% from 255 or 41.86% from 301); Green value is 18 (7.42% from 255 or 5.98% from 301); Blue value is 157 (61.72% from 255 or 52.16% from 301); Max value from RGB is 157 - color contains mainly: blue. Hex color #7E129D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E129D is #81ED62. Grayscale: #414141. Windows color (decimal): -8514915 or 10293886. OLE color: 10293886.

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

Color convert

RGB 126 18 157 -
CMYK 0.20 0.89 0 0.38
HSL 286.62º 0.79% 0.34% -
HSV(B) 286.62º 0.89% 0.62% -
XYZ 14.91 7.3 32.52 -
YUV 66.14 179.28 170.7 -
System Red Green Blue C M Y K H S L
Decimal 126 18 157 0.20 0.89 0 0.38 286.62 0.79 0.34
Hex 7E 12 9D 14 59 0 26 11F 4F 22
Octal 176 22 235 24 131 0 46 437 117 42
Binary 1111110 10010 10011101 10100 1011001 0 100110 100011111 1001111 100010

Color Harmonies of #7E129D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E129D

Black with #7E129D

Text Example


Text Example

White with #7E129D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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