Html Css Color HEX #7E0091 Dark Magenta

📋 copy color: '#7E0091'

red 126 ◦ green 0 ◦ blue 145

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

Shades of Dark Magenta #7E0091

Tints of Dark Magenta #7E0091

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 145 (57.03% from 255) = 53.51%

R = 46.49%
G = 0%
B = 53.51%

CMYK

 C value IS 0.13

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#7E0091 (or 0x7E0091) is known color: Dark Magenta. HEX triplet: 7E, 00 and 91. RGB value is (126,0,145). Sum of RGB (Red+Green+Blue) = 126+0+145=271 (35% of max value = 765). Red value is 126 (49.61% from 255 or 46.49% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 145 (57.03% from 255 or 53.51% from 271); Max value from RGB is 145 - color contains mainly: blue. Hex color #7E0091 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E0091 is #81FF6E. Grayscale: #353535. Windows color (decimal): -8519535 or 9502846. OLE color: 9502846.

HSL color Cylindrical-coordinate representation of color #7E0091: hue angle of 292.14º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7E0091 is Cyan = 0.13, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 126 0 145 -
CMYK 0.13 1 0 0.43
HSL 292.14º 1% 0.28% -
HSV(B) 292.14º 1% 0.57% -
XYZ 13.72 6.48 27.32 -
YUV 54.2 179.24 179.21 -
System Red Green Blue C M Y K H S L
Decimal 126 0 145 0.13 1 0 0.43 292.14 1 0.28
Hex 7E 0 91 D 64 0 2B 124 64 1C
Octal 176 0 221 15 144 0 53 444 144 34
Binary 1111110 0 10010001 1101 1100100 0 101011 100100100 1100100 11100

Color Harmonies of #7E0091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E0091

Black with #7E0091

Text Example


Text Example

White with #7E0091

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,0,145); }

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

background-color css

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

 a { background-color: rgb(126,0,145); }

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

border-color css

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

 span { border-color: rgb(126,0,145); }

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