#7E1691

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

Shades of Dark Magenta #7E1691

Tints of Dark Magenta #7E1691

Color information

#7E1691 (or 0x7E1691) is unknown color: approx Dark Magenta. HEX triplet: 7E, 16 and 91. RGB value is (126,22,145). Sum of RGB (Red+Green+Blue) = 126+22+145=293 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.00% from 293); Green value is 22 (8.98% from 255 or 7.51% from 293); Blue value is 145 (57.03% from 255 or 49.49% from 293); Max value from RGB is 145 - color contains mainly: blue. Hex color #7E1691 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E1691 is #81E96E. Grayscale: #424242. Windows color (decimal): -8513903 or 9508478. OLE color: 9508478.

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

Color convert

RGB12622145-
CMYK0.130.8500.43
HSL290.73º73.65%32.75%-
HSV(B)290.73º84.83%56.86%-
XYZ147.0527.41-
YUV67.12171.96170-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 43.00%
GREEN value IS 22 (8.98% from 255) = 7.51%
BLUE value IS 145 (57.03% from 255) = 49.49%
R=43.00%
G=7.51%
B=49.49%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal126221450.130.8500.43290.7373.6532.75
Hex7E1691D5502B1234a21
Octal176262211512505344311241
Binary111111010110100100011101101010101010111001000111001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E1691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7E1691;
 }
 .AnyTagClassName
 {
   color: #7E1691;
 }
</style>
background-color css

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

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

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

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

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

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