Html Css Color HEX #7E019B Dark Magenta

📋 copy color: '#7E019B'

red 126 ◦ green 1 ◦ blue 155

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

Shades of Dark Magenta #7E019B

Tints of Dark Magenta #7E019B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 54.96%

R = 44.68%
G = 0.35%
B = 54.96%

CMYK

 C value IS 0.19

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7E019B (or 0x7E019B) is known color: Dark Magenta. HEX triplet: 7E, 01 and 9B. RGB value is (126,1,155). Sum of RGB (Red+Green+Blue) = 126+1+155=282 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.68% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 155 (60.94% from 255 or 54.96% from 282); Max value from RGB is 155 - color contains mainly: blue. Hex color #7E019B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E019B is #81FE64. Grayscale: #373737. Windows color (decimal): -8519269 or 10158462. OLE color: 10158462.

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

Color convert

RGB 126 1 155 -
CMYK 0.19 0.99 0 0.39
HSL 288.7º 0.99% 0.31% -
HSV(B) 288.7º 0.99% 0.61% -
XYZ 14.53 6.82 31.56 -
YUV 55.93 183.91 177.98 -
System Red Green Blue C M Y K H S L
Decimal 126 1 155 0.19 0.99 0 0.39 288.7 0.99 0.31
Hex 7E 1 9B 13 63 0 27 121 63 1F
Octal 176 1 233 23 143 0 47 441 143 37
Binary 1111110 1 10011011 10011 1100011 0 100111 100100001 1100011 11111

Color Harmonies of #7E019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E019B

Black with #7E019B

Text Example


Text Example

White with #7E019B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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