Html Css Color HEX #790496 Dark Magenta

📋 copy color: '#790496'

red 121 ◦ green 4 ◦ blue 150

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

Shades of Dark Magenta #790496

Tints of Dark Magenta #790496

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.45%

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

R = 44%
G = 1.45%
B = 54.55%

CMYK

 C value IS 0.19

 M value IS 0.97

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#790496 (or 0x790496) is known color: Dark Magenta. HEX triplet: 79, 04 and 96. RGB value is (121,4,150). Sum of RGB (Red+Green+Blue) = 121+4+150=275 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44% from 275); Green value is 4 (1.95% from 255 or 1.45% from 275); Blue value is 150 (58.98% from 255 or 54.55% from 275); Max value from RGB is 150 - color contains mainly: blue. Hex color #790496 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790496 is #86FB69. Grayscale: #373737. Windows color (decimal): -8846186 or 9831545. OLE color: 9831545.

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

Color convert

RGB 121 4 150 -
CMYK 0.19 0.97 0 0.41
HSL 288.08º 0.95% 0.3% -
HSV(B) 288.08º 0.97% 0.59% -
XYZ 13.43 6.35 29.37 -
YUV 55.63 181.26 174.63 -
System Red Green Blue C M Y K H S L
Decimal 121 4 150 0.19 0.97 0 0.41 288.08 0.95 0.3
Hex 79 4 96 13 61 0 29 120 5F 1E
Octal 171 4 226 23 141 0 51 440 137 36
Binary 1111001 100 10010110 10011 1100001 0 101001 100100000 1011111 11110

Color Harmonies of #790496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790496

Black with #790496

Text Example


Text Example

White with #790496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790496; }

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

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

background-color css

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

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

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

border-color css

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

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

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