#7E0793

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

Shades of Dark Magenta #7E0793

Tints of Dark Magenta #7E0793

Color information

#7E0793 (or 0x7E0793) is unknown color: approx Dark Magenta. HEX triplet: 7E, 07 and 93. RGB value is (126,7,147). Sum of RGB (Red+Green+Blue) = 126+7+147=280 (37% of max value = 765). Red value is 126 (49.61% from 255 or 45% from 280); Green value is 7 (3.12% from 255 or 2.5% from 280); Blue value is 147 (57.81% from 255 or 52.5% from 280); Max value from RGB is 147 - color contains mainly: blue. Hex color #7E0793 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E0793 is #81F86C. Grayscale: #3A3A3A. Windows color (decimal): -8517741 or 9635710. OLE color: 9635710.

HSL color Cylindrical-coordinate representation of color #7E0793: hue angle of 291º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7E0793 is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1267147-
CMYK0.140.9500.42
HSL291º90.91%30.2%-
HSV(B)291º95.24%57.65%-
XYZ13.956.6928.16-
YUV58.54177.92176.12-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 45%
GREEN value IS 7 (3.12% from 255) = 2.5%
BLUE value IS 147 (57.81% from 255) = 52.5%
R=45%
G=2.5%
B=52.5%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12671470.140.9500.4229190.9130.2
Hex7E793E5F02A1235b1e
Octal17672231613705244313336
Binary111111011110010011111010111110101010100100011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E0793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,7,147); }

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

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

 a { background-color: rgb(126,7,147); }

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

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

 span { border-color: rgb(126,7,147); }

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