Html Css Color HEX #791196 Dark Magenta

📋 copy color: '#791196'

red 121 ◦ green 17 ◦ blue 150

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

Shades of Dark Magenta #791196

Tints of Dark Magenta #791196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 52.08%

R = 42.01%
G = 5.9%
B = 52.08%

CMYK

 C value IS 0.19

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#791196 (or 0x791196) is known color: Dark Magenta. HEX triplet: 79, 11 and 96. RGB value is (121,17,150). Sum of RGB (Red+Green+Blue) = 121+17+150=288 (38% of max value = 765). Red value is 121 (47.66% from 255 or 42.01% from 288); Green value is 17 (7.03% from 255 or 5.90% from 288); Blue value is 150 (58.98% from 255 or 52.08% from 288); Max value from RGB is 150 - color contains mainly: blue. Hex color #791196 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #791196 is #86EE69. Grayscale: #3E3E3E. Windows color (decimal): -8842858 or 9834873. OLE color: 9834873.

HSL color Cylindrical-coordinate representation of color #791196: hue angle of 286.92º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #791196 is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 121 17 150 -
CMYK 0.19 0.89 0 0.41
HSL 286.92º 0.8% 0.33% -
HSV(B) 286.92º 0.89% 0.59% -
XYZ 13.59 6.67 29.42 -
YUV 63.26 176.96 169.19 -
System Red Green Blue C M Y K H S L
Decimal 121 17 150 0.19 0.89 0 0.41 286.92 0.8 0.33
Hex 79 11 96 13 59 0 29 11F 50 21
Octal 171 21 226 23 131 0 51 437 120 41
Binary 1111001 10001 10010110 10011 1011001 0 101001 100011111 1010000 100001

Color Harmonies of #791196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791196

Black with #791196

Text Example


Text Example

White with #791196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791196; }

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

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

background-color css

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

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

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

border-color css

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

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

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