#7E028F

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

Shades of Dark Magenta #7E028F

Tints of Dark Magenta #7E028F

Color information

#7E028F (or 0x7E028F) is unknown color: approx Dark Magenta. HEX triplet: 7E, 02 and 8F. RGB value is (126,2,143). Sum of RGB (Red+Green+Blue) = 126+2+143=271 (35% of max value = 765). Red value is 126 (49.61% from 255 or 46.49% from 271); Green value is 2 (1.17% from 255 or 0.74% from 271); Blue value is 143 (56.25% from 255 or 52.77% from 271); Max value from RGB is 143 - color contains mainly: blue. Hex color #7E028F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E028F is #81FD70. Grayscale: #363636. Windows color (decimal): -8519025 or 9372286. OLE color: 9372286.

HSL color Cylindrical-coordinate representation of color #7E028F: hue angle of 292.77º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7E028F is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1262143-
CMYK0.120.9900.44
HSL292.77º97.24%28.43%-
HSV(B)292.77º98.6%56.08%-
XYZ13.586.4626.52-
YUV55.15177.58178.54-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 46.49%
GREEN value IS 2 (1.17% from 255) = 0.74%
BLUE value IS 143 (56.25% from 255) = 52.77%
R=46.49%
G=0.74%
B=52.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal12621430.120.9900.44292.7797.2428.43
Hex7E28FC6302C125611c
Octal17622171414305444514134
Binary11111101010001111110011000110101100100100101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E028F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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