#7E0592

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

Shades of Dark Magenta #7E0592

Tints of Dark Magenta #7E0592

Color information

#7E0592 (or 0x7E0592) is unknown color: approx Dark Magenta. HEX triplet: 7E, 05 and 92. RGB value is (126,5,146). Sum of RGB (Red+Green+Blue) = 126+5+146=277 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.49% from 277); Green value is 5 (2.34% from 255 or 1.81% from 277); Blue value is 146 (57.42% from 255 or 52.71% from 277); Max value from RGB is 146 - color contains mainly: blue. Hex color #7E0592 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E0592 is #81FA6D. Grayscale: #383838. Windows color (decimal): -8518254 or 9569662. OLE color: 9569662.

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

Color convert

RGB1265146-
CMYK0.140.9700.43
HSL291.49º93.38%29.61%-
HSV(B)291.49º96.58%57.25%-
XYZ13.856.6227.74-
YUV57.25178.09177.04-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 45.49%
GREEN value IS 5 (2.34% from 255) = 1.81%
BLUE value IS 146 (57.42% from 255) = 52.71%
R=45.49%
G=1.81%
B=52.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal12651460.140.9700.43291.4993.3829.61
Hex7E592E6102B1235d1e
Octal17652221614105344313536
Binary111111010110010010111011000010101011100100011101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E0592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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