#7e1795

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

Shades of Dark Magenta #7E1795

Tints of Dark Magenta #7E1795

Color information

#7E1795 (or 0x7E1795) is unknown color: approx Dark Magenta. HEX triplet: 7E, 17 and 95. RGB value is (126,23,149). Sum of RGB (Red+Green+Blue) = 126+23+149=298 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.28% from 298); Green value is 23 (9.38% from 255 or 7.72% from 298); Blue value is 149 (58.59% from 255 or 50% from 298); Max value from RGB is 149 - color contains mainly: blue. Hex color #7E1795 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E1795 is #81E86A. Grayscale: #434343. Windows color (decimal): -8513643 or 9770878. OLE color: 9770878.

HSL color Cylindrical-coordinate representation of color #7E1795: hue angle of 289.05º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7E1795 is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12623149-
CMYK0.150.8500.42
HSL289.05º73.26%33.73%-
HSV(B)289.05º84.56%58.43%-
XYZ14.347.2229.07-
YUV68.16173.62169.25-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 42.28%
GREEN value IS 23 (9.38% from 255) = 7.72%
BLUE value IS 149 (58.59% from 255) = 50%
R=42.28%
G=7.72%
B=50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal126231490.150.8500.42289.0573.2633.73
Hex7E1795F5502A1214922
Octal176272251712505244111142
Binary111111010111100101011111101010101010101001000011001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7e1795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,23,149); }

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

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

 a { background-color: rgb(126,23,149); }

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

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

 span { border-color: rgb(126,23,149); }

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