Html Css Color HEX #791096 Dark Magenta

📋 copy color: '#791096'

red 121 ◦ green 16 ◦ blue 150

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

Shades of Dark Magenta #791096

Tints of Dark Magenta #791096

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.57%

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

R = 42.16%
G = 5.57%
B = 52.26%

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

#791096 (or 0x791096) is known color: Dark Magenta. HEX triplet: 79, 10 and 96. RGB value is (121,16,150). Sum of RGB (Red+Green+Blue) = 121+16+150=287 (38% of max value = 765). Red value is 121 (47.66% from 255 or 42.16% from 287); Green value is 16 (6.64% from 255 or 5.57% from 287); Blue value is 150 (58.98% from 255 or 52.26% from 287); Max value from RGB is 150 - color contains mainly: blue. Hex color #791096 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #791096 is #86EF69. Grayscale: #3E3E3E. Windows color (decimal): -8843114 or 9834617. OLE color: 9834617.

HSL color Cylindrical-coordinate representation of color #791096: hue angle of 287.01º degrees, saturation: 0.81, 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 #791096 is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 121 16 150 -
CMYK 0.19 0.89 0 0.41
HSL 287.01º 0.81% 0.33% -
HSV(B) 287.01º 0.89% 0.59% -
XYZ 13.58 6.64 29.42 -
YUV 62.67 177.29 169.6 -
System Red Green Blue C M Y K H S L
Decimal 121 16 150 0.19 0.89 0 0.41 287.01 0.81 0.33
Hex 79 10 96 13 59 0 29 11F 51 21
Octal 171 20 226 23 131 0 51 437 121 41
Binary 1111001 10000 10010110 10011 1011001 0 101001 100011111 1010001 100001

Color Harmonies of #791096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791096

Black with #791096

Text Example


Text Example

White with #791096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791096; }

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

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

background-color css

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

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

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

border-color css

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

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

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