#7E058E

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

Shades of Dark Magenta #7E058E

Tints of Dark Magenta #7E058E

Color information

#7E058E (or 0x7E058E) is unknown color: approx Dark Magenta. HEX triplet: 7E, 05 and 8E. RGB value is (126,5,142). Sum of RGB (Red+Green+Blue) = 126+5+142=273 (36% of max value = 765). Red value is 126 (49.61% from 255 or 46.15% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 142 (55.86% from 255 or 52.01% from 273); Max value from RGB is 142 - color contains mainly: blue. Hex color #7E058E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E058E is #81FA71. Grayscale: #383838. Windows color (decimal): -8518258 or 9307518. OLE color: 9307518.

HSL color Cylindrical-coordinate representation of color #7E058E: hue angle of 292.99º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7E058E is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1265142-
CMYK0.110.9600.44
HSL292.99º93.2%28.82%-
HSV(B)292.99º96.48%55.69%-
XYZ13.546.526.13-
YUV56.8176.09177.36-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 46.15%
GREEN value IS 5 (2.34% from 255) = 1.83%
BLUE value IS 142 (55.86% from 255) = 52.01%
R=46.15%
G=1.83%
B=52.01%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal12651420.110.9600.44292.9993.228.82
Hex7E58EB6002C1255d1d
Octal17652161314005444513535
Binary111111010110001110101111000000101100100100101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E058E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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