Html Css Color HEX #79119B Dark Magenta

📋 copy color: '#79119B'

red 121 ◦ green 17 ◦ blue 155

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

Shades of Dark Magenta #79119B

Tints of Dark Magenta #79119B

RGB

 RED value IS 121 (47.66% from 255) = 41.3%

 GREEN value IS 17 (7.03% from 255) = 5.8%

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

R = 41.3%
G = 5.8%
B = 52.9%

CMYK

 C value IS 0.22

 M value IS 0.89

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#79119B (or 0x79119B) is known color: Dark Magenta. HEX triplet: 79, 11 and 9B. RGB value is (121,17,155). Sum of RGB (Red+Green+Blue) = 121+17+155=293 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.30% from 293); Green value is 17 (7.03% from 255 or 5.80% from 293); Blue value is 155 (60.94% from 255 or 52.90% from 293); Max value from RGB is 155 - color contains mainly: blue. Hex color #79119B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #79119B is #86EE64. Grayscale: #3F3F3F. Windows color (decimal): -8842853 or 10162553. OLE color: 10162553.

HSL color Cylindrical-coordinate representation of color #79119B: hue angle of 285.22º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #79119B is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 121 17 155 -
CMYK 0.22 0.89 0 0.39
HSL 285.22º 0.8% 0.34% -
HSV(B) 285.22º 0.89% 0.61% -
XYZ 14 6.83 31.59 -
YUV 63.83 179.46 168.78 -
System Red Green Blue C M Y K H S L
Decimal 121 17 155 0.22 0.89 0 0.39 285.22 0.8 0.34
Hex 79 11 9B 16 59 0 27 11D 50 22
Octal 171 21 233 26 131 0 47 435 120 42
Binary 1111001 10001 10011011 10110 1011001 0 100111 100011101 1010000 100010

Color Harmonies of #79119B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79119B

Black with #79119B

Text Example


Text Example

White with #79119B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79119B; }

 p { color: rgb(121,17,155); }

 H1.HeaderClassName
 {
   color: #79119B;
 }
 .AnyTagClassName
 {
   color: #79119B;
 }
</style>

background-color css

<style>
 a { background-color: #79119B; }

 a { background-color: rgb(121,17,155); }

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

border-color css

<style>
 span { border-color: #79119B; }

 span { border-color: rgb(121,17,155); }

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