#7E078E

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

Shades of Dark Magenta #7E078E

Tints of Dark Magenta #7E078E

Color information

#7E078E (or 0x7E078E) is unknown color: approx Dark Magenta. HEX triplet: 7E, 07 and 8E. RGB value is (126,7,142). Sum of RGB (Red+Green+Blue) = 126+7+142=275 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.82% from 275); Green value is 7 (3.12% from 255 or 2.55% from 275); Blue value is 142 (55.86% from 255 or 51.64% from 275); Max value from RGB is 142 - color contains mainly: blue. Hex color #7E078E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E078E is #81F871. Grayscale: #393939. Windows color (decimal): -8517746 or 9308030. OLE color: 9308030.

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

Color convert

RGB1267142-
CMYK0.110.9500.44
HSL292.89º90.6%29.22%-
HSV(B)292.89º95.07%55.69%-
XYZ13.566.5426.14-
YUV57.97175.42176.52-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 45.82%
GREEN value IS 7 (3.12% from 255) = 2.55%
BLUE value IS 142 (55.86% from 255) = 51.64%
R=45.82%
G=2.55%
B=51.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal12671420.110.9500.44292.8990.629.22
Hex7E78EB5F02C1255b1d
Octal17672161313705444513335
Binary111111011110001110101110111110101100100100101101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E078E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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