#7E149F

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

Shades of Dark Magenta #7E149F

Tints of Dark Magenta #7E149F

Color information

#7E149F (or 0x7E149F) is unknown color: approx Dark Magenta. HEX triplet: 7E, 14 and 9F. RGB value is (126,20,159). Sum of RGB (Red+Green+Blue) = 126+20+159=305 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.31% from 305); Green value is 20 (8.20% from 255 or 6.56% from 305); Blue value is 159 (62.5% from 255 or 52.13% from 305); Max value from RGB is 159 - color contains mainly: blue. Hex color #7E149F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E149F is #81EB60. Grayscale: #434343. Windows color (decimal): -8514401 or 10425470. OLE color: 10425470.

HSL color Cylindrical-coordinate representation of color #7E149F: hue angle of 285.76º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7E149F is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12620159-
CMYK0.210.8700.38
HSL285.76º77.65%35.1%-
HSV(B)285.76º87.42%62.35%-
XYZ15.117.4433.44-
YUV67.54179.62169.7-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 41.31%
GREEN value IS 20 (8.20% from 255) = 6.56%
BLUE value IS 159 (62.5% from 255) = 52.13%
R=41.31%
G=6.56%
B=52.13%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal126201590.210.8700.38285.7677.6535.1
Hex7E149F155702611e4e23
Octal176242372512704643611643
Binary1111110101001001111110101101011101001101000111101001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E149F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,20,159); }

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

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

 a { background-color: rgb(126,20,159); }

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

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

 span { border-color: rgb(126,20,159); }

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