Html Css Color HEX #7E019E Dark Magenta

📋 copy color: '#7E019E'

red 126 ◦ green 1 ◦ blue 158

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

Shades of Dark Magenta #7E019E

Tints of Dark Magenta #7E019E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

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

R = 44.21%
G = 0.35%
B = 55.44%

CMYK

 C value IS 0.20

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7E019E (or 0x7E019E) is known color: Dark Magenta. HEX triplet: 7E, 01 and 9E. RGB value is (126,1,158). Sum of RGB (Red+Green+Blue) = 126+1+158=285 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.21% from 285); Green value is 1 (0.78% from 255 or 0.35% from 285); Blue value is 158 (62.11% from 255 or 55.44% from 285); Max value from RGB is 158 - color contains mainly: blue. Hex color #7E019E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E019E is #81FE61. Grayscale: #373737. Windows color (decimal): -8519266 or 10355070. OLE color: 10355070.

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

Color convert

RGB 126 1 158 -
CMYK 0.20 0.99 0 0.38
HSL 287.77º 0.99% 0.31% -
HSV(B) 287.77º 0.99% 0.62% -
XYZ 14.79 6.93 32.91 -
YUV 56.27 185.41 177.73 -
System Red Green Blue C M Y K H S L
Decimal 126 1 158 0.20 0.99 0 0.38 287.77 0.99 0.31
Hex 7E 1 9E 14 63 0 26 120 63 1F
Octal 176 1 236 24 143 0 46 440 143 37
Binary 1111110 1 10011110 10100 1100011 0 100110 100100000 1100011 11111

Color Harmonies of #7E019E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E019E

Black with #7E019E

Text Example


Text Example

White with #7E019E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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