#7E0292

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

Shades of Dark Magenta #7E0292

Tints of Dark Magenta #7E0292

Color information

#7E0292 (or 0x7E0292) is unknown color: approx Dark Magenta. HEX triplet: 7E, 02 and 92. RGB value is (126,2,146). Sum of RGB (Red+Green+Blue) = 126+2+146=274 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.99% from 274); Green value is 2 (1.17% from 255 or 0.73% from 274); Blue value is 146 (57.42% from 255 or 53.28% from 274); Max value from RGB is 146 - color contains mainly: blue. Hex color #7E0292 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E0292 is #81FD6D. Grayscale: #373737. Windows color (decimal): -8519022 or 9568894. OLE color: 9568894.

HSL color Cylindrical-coordinate representation of color #7E0292: hue angle of 291.67º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7E0292 is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1262146-
CMYK0.140.9900.43
HSL291.67º97.3%29.02%-
HSV(B)291.67º98.63%57.25%-
XYZ13.816.5527.73-
YUV55.49179.08178.29-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 45.99%
GREEN value IS 2 (1.17% from 255) = 0.73%
BLUE value IS 146 (57.42% from 255) = 53.28%
R=45.99%
G=0.73%
B=53.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal12621460.140.9900.43291.6797.329.02
Hex7E292E6302B124611d
Octal17622221614305344414135
Binary11111101010010010111011000110101011100100100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E0292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,2,146); }

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

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

 a { background-color: rgb(126,2,146); }

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

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

 span { border-color: rgb(126,2,146); }

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