#7F028E

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

Shades of Dark Magenta #7F028E

Tints of Dark Magenta #7F028E

Color information

#7F028E (or 0x7F028E) is unknown color: approx Dark Magenta. HEX triplet: 7F, 02 and 8E. RGB value is (127,2,142). Sum of RGB (Red+Green+Blue) = 127+2+142=271 (35% of max value = 765). Red value is 127 (50% from 255 or 46.86% from 271); Green value is 2 (1.17% from 255 or 0.74% from 271); Blue value is 142 (55.86% from 255 or 52.40% from 271); Max value from RGB is 142 - color contains mainly: blue. Hex color #7F028E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F028E is #80FD71. Grayscale: #363636. Windows color (decimal): -8453490 or 9306751. OLE color: 9306751.

HSL color Cylindrical-coordinate representation of color #7F028E: hue angle of 293.57º 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 #7F028E is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1272142-
CMYK0.110.9900.44
HSL293.57º97.22%28.24%-
HSV(B)293.57º98.59%55.69%-
XYZ13.666.5126.13-
YUV55.33176.91179.12-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 46.86%
GREEN value IS 2 (1.17% from 255) = 0.74%
BLUE value IS 142 (55.86% from 255) = 52.40%
R=46.86%
G=0.74%
B=52.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal12721420.110.9900.44293.5797.2228.24
Hex7F28EB6302C126611c
Octal17722161314305444614134
Binary11111111010001110101111000110101100100100110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F028E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,2,142); }

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

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

 a { background-color: rgb(127,2,142); }

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

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

 span { border-color: rgb(127,2,142); }

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