Html Css Color HEX #7F059C Dark Magenta

📋 copy color: '#7F059C'

red 127 ◦ green 5 ◦ blue 156

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

Shades of Dark Magenta #7F059C

Tints of Dark Magenta #7F059C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.74%

 BLUE value IS 156 (61.33% from 255) = 54.17%

R = 44.1%
G = 1.74%
B = 54.17%

CMYK

 C value IS 0.19

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7F059C (or 0x7F059C) is known color: Dark Magenta. HEX triplet: 7F, 05 and 9C. RGB value is (127,5,156). Sum of RGB (Red+Green+Blue) = 127+5+156=288 (38% of max value = 765). Red value is 127 (50% from 255 or 44.10% from 288); Green value is 5 (2.34% from 255 or 1.74% from 288); Blue value is 156 (61.33% from 255 or 54.17% from 288); Max value from RGB is 156 - color contains mainly: blue. Hex color #7F059C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F059C is #80FA63. Grayscale: #3A3A3A. Windows color (decimal): -8452708 or 10225023. OLE color: 10225023.

HSL color Cylindrical-coordinate representation of color #7F059C: hue angle of 288.48º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7F059C is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 127 5 156 -
CMYK 0.19 0.97 0 0.39
HSL 288.48º 0.94% 0.32% -
HSV(B) 288.48º 0.97% 0.61% -
XYZ 14.81 7.02 32.03 -
YUV 58.69 182.92 176.72 -
System Red Green Blue C M Y K H S L
Decimal 127 5 156 0.19 0.97 0 0.39 288.48 0.94 0.32
Hex 7F 5 9C 13 61 0 27 120 5E 20
Octal 177 5 234 23 141 0 47 440 136 40
Binary 1111111 101 10011100 10011 1100001 0 100111 100100000 1011110 100000

Color Harmonies of #7F059C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F059C

Black with #7F059C

Text Example


Text Example

White with #7F059C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,5,156); }

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

background-color css

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

 a { background-color: rgb(127,5,156); }

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

border-color css

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

 span { border-color: rgb(127,5,156); }

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