#7E029F

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

Shades of Dark Magenta #7E029F

Tints of Dark Magenta #7E029F

Color information

#7E029F (or 0x7E029F) is unknown color: approx Dark Magenta. HEX triplet: 7E, 02 and 9F. RGB value is (126,2,159). Sum of RGB (Red+Green+Blue) = 126+2+159=287 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.90% from 287); Green value is 2 (1.17% from 255 or 0.70% from 287); Blue value is 159 (62.5% from 255 or 55.40% from 287); Max value from RGB is 159 - color contains mainly: blue. Hex color #7E029F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E029F is #81FD60. Grayscale: #383838. Windows color (decimal): -8519009 or 10420862. OLE color: 10420862.

HSL color Cylindrical-coordinate representation of color #7E029F: hue angle of 287.39º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7E029F is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1262159-
CMYK0.210.9900.38
HSL287.39º97.52%31.57%-
HSV(B)287.39º98.74%62.35%-
XYZ14.886.9833.36-
YUV56.97185.58177.23-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 43.90%
GREEN value IS 2 (1.17% from 255) = 0.70%
BLUE value IS 159 (62.5% from 255) = 55.40%
R=43.90%
G=0.70%
B=55.40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal12621590.210.9900.38287.3997.5231.57
Hex7E29F156302611f6220
Octal17622372514304643714240
Binary1111110101001111110101110001101001101000111111100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E029F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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