Html Css Color HEX #7E059B Dark Magenta

📋 copy color: '#7E059B'

red 126 ◦ green 5 ◦ blue 155

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

Shades of Dark Magenta #7E059B

Tints of Dark Magenta #7E059B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.75%

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

R = 44.06%
G = 1.75%
B = 54.2%

CMYK

 C value IS 0.19

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7E059B (or 0x7E059B) is known color: Dark Magenta. HEX triplet: 7E, 05 and 9B. RGB value is (126,5,155). Sum of RGB (Red+Green+Blue) = 126+5+155=286 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.06% from 286); Green value is 5 (2.34% from 255 or 1.75% from 286); Blue value is 155 (60.94% from 255 or 54.20% from 286); Max value from RGB is 155 - color contains mainly: blue. Hex color #7E059B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E059B is #81FA64. Grayscale: #393939. Windows color (decimal): -8518245 or 10159486. OLE color: 10159486.

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

Color convert

RGB 126 5 155 -
CMYK 0.19 0.97 0 0.39
HSL 288.4º 0.94% 0.31% -
HSV(B) 288.4º 0.97% 0.61% -
XYZ 14.57 6.91 31.58 -
YUV 58.28 182.59 176.3 -
System Red Green Blue C M Y K H S L
Decimal 126 5 155 0.19 0.97 0 0.39 288.4 0.94 0.31
Hex 7E 5 9B 13 61 0 27 120 5E 1F
Octal 176 5 233 23 141 0 47 440 136 37
Binary 1111110 101 10011011 10011 1100001 0 100111 100100000 1011110 11111

Color Harmonies of #7E059B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E059B

Black with #7E059B

Text Example


Text Example

White with #7E059B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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