#7E008D

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

Shades of Dark Magenta #7E008D

Tints of Dark Magenta #7E008D

Color information

#7E008D (or 0x7E008D) is unknown color: approx Dark Magenta. HEX triplet: 7E, 00 and 8D. RGB value is (126,0,141). Sum of RGB (Red+Green+Blue) = 126+0+141=267 (35% of max value = 765). Red value is 126 (49.61% from 255 or 47.19% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 141 (55.47% from 255 or 52.81% from 267); Max value from RGB is 141 - color contains mainly: blue. Hex color #7E008D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E008D is #81FF72. Grayscale: #353535. Windows color (decimal): -8519539 or 9240702. OLE color: 9240702.

HSL color Cylindrical-coordinate representation of color #7E008D: hue angle of 293.62º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7E008D is Cyan = 0.11, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1260141-
CMYK0.11100.45
HSL293.62º100%27.65%-
HSV(B)293.62º100%55.29%-
XYZ13.416.3625.72-
YUV53.75177.24179.54-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 47.19%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 141 (55.47% from 255) = 52.81%
R=47.19%
G=0%
B=52.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal12601410.11100.45293.6210027.65
Hex7E08DB6402D126641c
Octal17602151314405544614434
Binary1111110010001101101111001000101101100100110110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E008D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,0,141); }

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

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

 a { background-color: rgb(126,0,141); }

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

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

 span { border-color: rgb(126,0,141); }

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