Html Css Color HEX #7F039F Dark Magenta

📋 copy color: '#7F039F'

red 127 ◦ green 3 ◦ blue 159

#7F039F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #7F039F

Tints of Dark Magenta #7F039F

RGB

 RED value IS 127 (50% from 255) = 43.94%

 GREEN value IS 3 (1.56% from 255) = 1.04%

 BLUE value IS 159 (62.5% from 255) = 55.02%

R = 43.94%
G = 1.04%
B = 55.02%

CMYK

 C value IS 0.20

 M value IS 0.98

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7F039F (or 0x7F039F) is known color: Dark Magenta. HEX triplet: 7F, 03 and 9F. RGB value is (127,3,159). Sum of RGB (Red+Green+Blue) = 127+3+159=289 (38% of max value = 765). Red value is 127 (50% from 255 or 43.94% from 289); Green value is 3 (1.56% from 255 or 1.04% from 289); Blue value is 159 (62.5% from 255 or 55.02% from 289); Max value from RGB is 159 - color contains mainly: blue. Hex color #7F039F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F039F is #80FC60. Grayscale: #393939. Windows color (decimal): -8453217 or 10421119. OLE color: 10421119.

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

Color convert

RGB 127 3 159 -
CMYK 0.20 0.98 0 0.38
HSL 287.69º 0.96% 0.32% -
HSV(B) 287.69º 0.98% 0.62% -
XYZ 15.04 7.08 33.37 -
YUV 57.86 185.08 177.32 -
System Red Green Blue C M Y K H S L
Decimal 127 3 159 0.20 0.98 0 0.38 287.69 0.96 0.32
Hex 7F 3 9F 14 62 0 26 120 60 20
Octal 177 3 237 24 142 0 46 440 140 40
Binary 1111111 11 10011111 10100 1100010 0 100110 100100000 1100000 100000

Color Harmonies of #7F039F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F039F

Black with #7F039F

Text Example


Text Example

White with #7F039F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7F039F;
 }
 .AnyTagClassName
 {
   color: #7F039F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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