#7F0499

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

Shades of Dark Magenta #7F0499

Tints of Dark Magenta #7F0499

Color information

#7F0499 (or 0x7F0499) is unknown color: approx Dark Magenta. HEX triplet: 7F, 04 and 99. RGB value is (127,4,153). Sum of RGB (Red+Green+Blue) = 127+4+153=284 (37% of max value = 765). Red value is 127 (50% from 255 or 44.72% from 284); Green value is 4 (1.95% from 255 or 1.41% from 284); Blue value is 153 (60.16% from 255 or 53.87% from 284); Max value from RGB is 153 - color contains mainly: blue. Hex color #7F0499 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F0499 is #80FB66. Grayscale: #393939. Windows color (decimal): -8452967 or 10028159. OLE color: 10028159.

HSL color Cylindrical-coordinate representation of color #7F0499: hue angle of 289.53º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7F0499 is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB1274153-
CMYK0.170.9700.4
HSL289.53º94.9%30.78%-
HSV(B)289.53º97.39%60%-
XYZ14.556.930.7-
YUV57.76181.75177.38-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 44.72%
GREEN value IS 4 (1.95% from 255) = 1.41%
BLUE value IS 153 (60.16% from 255) = 53.87%
R=44.72%
G=1.41%
B=53.87%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal12741530.170.9700.4289.5394.930.78
Hex7F49911610281225f1f
Octal17742312114105044213737
Binary1111111100100110011000111000010101000100100010101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F0499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,4,153); }

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

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

 a { background-color: rgb(127,4,153); }

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

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

 span { border-color: rgb(127,4,153); }

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