Html Css Color HEX #7E129E Dark Magenta

📋 copy color: '#7E129E'

red 126 ◦ green 18 ◦ blue 158

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

Shades of Dark Magenta #7E129E

Tints of Dark Magenta #7E129E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 52.32%

R = 41.72%
G = 5.96%
B = 52.32%

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

#7E129E (or 0x7E129E) is known color: Dark Magenta. HEX triplet: 7E, 12 and 9E. RGB value is (126,18,158). Sum of RGB (Red+Green+Blue) = 126+18+158=302 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.72% from 302); Green value is 18 (7.42% from 255 or 5.96% from 302); Blue value is 158 (62.11% from 255 or 52.32% from 302); Max value from RGB is 158 - color contains mainly: blue. Hex color #7E129E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E129E is #81ED61. Grayscale: #414141. Windows color (decimal): -8514914 or 10359422. OLE color: 10359422.

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

Color convert

RGB 126 18 158 -
CMYK 0.20 0.89 0 0.38
HSL 286.29º 0.8% 0.35% -
HSV(B) 286.29º 0.89% 0.62% -
XYZ 14.99 7.34 32.97 -
YUV 66.25 179.78 170.62 -
System Red Green Blue C M Y K H S L
Decimal 126 18 158 0.20 0.89 0 0.38 286.29 0.8 0.35
Hex 7E 12 9E 14 59 0 26 11E 50 23
Octal 176 22 236 24 131 0 46 436 120 43
Binary 1111110 10010 10011110 10100 1011001 0 100110 100011110 1010000 100011

Color Harmonies of #7E129E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E129E

Black with #7E129E

Text Example


Text Example

White with #7E129E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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