#7E0D91

Color #7E0D91 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #7E0D91

Tints of Dark Magenta #7E0D91

Color information

#7E0D91 (or 0x7E0D91) is unknown color: approx 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

RGB12613145-
CMYK0.130.9100.43
HSL291.36º83.54%30.98%-
HSV(B)291.36º91.03%56.86%-
XYZ13.866.7727.36-
YUV61.84174.94173.77-

RGB Variations

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

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 (Cyan) values IS 0.13
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal126131450.130.9100.43291.3683.5430.98
Hex7ED91D5B02B123541f
Octal176152211513305344312437
Binary1111110110110010001110110110110101011100100011101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E0D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>