Html Css Color HEX #7F039D Dark Magenta

📋 copy color: '#7F039D'

red 127 ◦ green 3 ◦ blue 157

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

Shades of Dark Magenta #7F039D

Tints of Dark Magenta #7F039D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 54.7%

R = 44.25%
G = 1.05%
B = 54.7%

CMYK

 C value IS 0.19

 M value IS 0.98

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7F039D (or 0x7F039D) is known color: Dark Magenta. HEX triplet: 7F, 03 and 9D. RGB value is (127,3,157). Sum of RGB (Red+Green+Blue) = 127+3+157=287 (38% of max value = 765). Red value is 127 (50% from 255 or 44.25% from 287); Green value is 3 (1.56% from 255 or 1.05% from 287); Blue value is 157 (61.72% from 255 or 54.70% from 287); Max value from RGB is 157 - color contains mainly: blue. Hex color #7F039D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F039D is #80FC62. Grayscale: #393939. Windows color (decimal): -8453219 or 10290047. OLE color: 10290047.

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

Color convert

RGB 127 3 157 -
CMYK 0.19 0.98 0 0.38
HSL 288.31º 0.96% 0.31% -
HSV(B) 288.31º 0.98% 0.62% -
XYZ 14.87 7.01 32.47 -
YUV 57.63 184.08 177.48 -
System Red Green Blue C M Y K H S L
Decimal 127 3 157 0.19 0.98 0 0.38 288.31 0.96 0.31
Hex 7F 3 9D 13 62 0 26 120 60 1F
Octal 177 3 235 23 142 0 46 440 140 37
Binary 1111111 11 10011101 10011 1100010 0 100110 100100000 1100000 11111

Color Harmonies of #7F039D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F039D

Black with #7F039D

Text Example


Text Example

White with #7F039D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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