Html Css Color HEX #7E0D91 Dark Magenta

📋 copy color: '#7E0D91'

red 126 ◦ green 13 ◦ blue 145

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

Shades of Dark Magenta #7E0D91

Tints of Dark Magenta #7E0D91

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.58%

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

R = 44.37%
G = 4.58%
B = 51.06%

CMYK

 C value IS 0.13

 M value IS 0.91

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#7E0D91 (or 0x7E0D91) is known color: Dark Magenta. HEX triplet: 7E, 0D and 91. RGB value is (126,13,145). Sum of RGB (Red+Green+Blue) = 126+13+145=284 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.37% from 284); Green value is 13 (5.47% from 255 or 4.58% from 284); Blue value is 145 (57.03% from 255 or 51.06% from 284); Max value from RGB is 145 - color contains mainly: blue. Hex color #7E0D91 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E0D91 is #81F26E. Grayscale: #3D3D3D. Windows color (decimal): -8516207 or 9506174. OLE color: 9506174.

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

Color convert

RGB 126 13 145 -
CMYK 0.13 0.91 0 0.43
HSL 291.36º 0.84% 0.31% -
HSV(B) 291.36º 0.91% 0.57% -
XYZ 13.86 6.77 27.36 -
YUV 61.84 174.94 173.77 -
System Red Green Blue C M Y K H S L
Decimal 126 13 145 0.13 0.91 0 0.43 291.36 0.84 0.31
Hex 7E D 91 D 5B 0 2B 123 54 1F
Octal 176 15 221 15 133 0 53 443 124 37
Binary 1111110 1101 10010001 1101 1011011 0 101011 100100011 1010100 11111

Color Harmonies of #7E0D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E0D91

Black with #7E0D91

Text Example


Text Example

White with #7E0D91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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