#7F079F

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

Shades of Dark Magenta #7F079F

Tints of Dark Magenta #7F079F

Color information

#7F079F (or 0x7F079F) is unknown color: approx Dark Magenta. HEX triplet: 7F, 07 and 9F. RGB value is (127,7,159). Sum of RGB (Red+Green+Blue) = 127+7+159=293 (38% of max value = 765). Red value is 127 (50% from 255 or 43.34% from 293); Green value is 7 (3.12% from 255 or 2.39% from 293); Blue value is 159 (62.5% from 255 or 54.27% from 293); Max value from RGB is 159 - color contains mainly: blue. Hex color #7F079F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F079F is #80F860. Grayscale: #3B3B3B. Windows color (decimal): -8452193 or 10422143. OLE color: 10422143.

HSL color Cylindrical-coordinate representation of color #7F079F: hue angle of 287.37º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7F079F is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1277159-
CMYK0.200.9600.38
HSL287.37º91.57%32.55%-
HSV(B)287.37º95.6%62.35%-
XYZ15.097.1733.39-
YUV60.21183.76175.64-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 43.34%
GREEN value IS 7 (3.12% from 255) = 2.39%
BLUE value IS 159 (62.5% from 255) = 54.27%
R=43.34%
G=2.39%
B=54.27%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal12771590.200.9600.38287.3791.5732.55
Hex7F79F146002611f5c21
Octal17772372414004643713441
Binary11111111111001111110100110000001001101000111111011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F079F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,7,159); }

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

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

 a { background-color: rgb(127,7,159); }

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

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

 span { border-color: rgb(127,7,159); }

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