#7F028F

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

Shades of Dark Magenta #7F028F

Tints of Dark Magenta #7F028F

Color information

#7F028F (or 0x7F028F) is unknown color: approx Dark Magenta. HEX triplet: 7F, 02 and 8F. RGB value is (127,2,143). Sum of RGB (Red+Green+Blue) = 127+2+143=272 (36% of max value = 765). Red value is 127 (50% from 255 or 46.69% from 272); Green value is 2 (1.17% from 255 or 0.74% from 272); Blue value is 143 (56.25% from 255 or 52.57% from 272); Max value from RGB is 143 - color contains mainly: blue. Hex color #7F028F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F028F is #80FD70. Grayscale: #373737. Windows color (decimal): -8453489 or 9372287. OLE color: 9372287.

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

Color convert

RGB1272143-
CMYK0.110.9900.44
HSL293.19º97.24%28.43%-
HSV(B)293.19º98.6%56.08%-
XYZ13.736.5426.52-
YUV55.45177.41179.04-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 46.69%
GREEN value IS 2 (1.17% from 255) = 0.74%
BLUE value IS 143 (56.25% from 255) = 52.57%
R=46.69%
G=0.74%
B=52.57%

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
Decimal12721430.110.9900.44293.1997.2428.43
Hex7F28FB6302C125611c
Octal17722171314305444514134
Binary11111111010001111101111000110101100100100101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F028F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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