Html Css Color HEX #7F059B Dark Magenta

📋 copy color: '#7F059B'

red 127 ◦ green 5 ◦ blue 155

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

Shades of Dark Magenta #7F059B

Tints of Dark Magenta #7F059B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 54.01%

R = 44.25%
G = 1.74%
B = 54.01%

CMYK

 C value IS 0.18

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7F059B (or 0x7F059B) is known color: Dark Magenta. HEX triplet: 7F, 05 and 9B. RGB value is (127,5,155). Sum of RGB (Red+Green+Blue) = 127+5+155=287 (38% of max value = 765). Red value is 127 (50% from 255 or 44.25% from 287); Green value is 5 (2.34% from 255 or 1.74% from 287); Blue value is 155 (60.94% from 255 or 54.01% from 287); Max value from RGB is 155 - color contains mainly: blue. Hex color #7F059B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F059B is #80FA64. Grayscale: #3A3A3A. Windows color (decimal): -8452709 or 10159487. OLE color: 10159487.

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

Color convert

RGB 127 5 155 -
CMYK 0.18 0.97 0 0.39
HSL 288.8º 0.94% 0.31% -
HSV(B) 288.8º 0.97% 0.61% -
XYZ 14.72 6.99 31.58 -
YUV 58.58 182.42 176.8 -
System Red Green Blue C M Y K H S L
Decimal 127 5 155 0.18 0.97 0 0.39 288.8 0.94 0.31
Hex 7F 5 9B 12 61 0 27 121 5E 1F
Octal 177 5 233 22 141 0 47 441 136 37
Binary 1111111 101 10011011 10010 1100001 0 100111 100100001 1011110 11111

Color Harmonies of #7F059B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F059B

Black with #7F059B

Text Example


Text Example

White with #7F059B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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