Html Css Color HEX #790994 Dark Magenta

📋 copy color: '#790994'

red 121 ◦ green 9 ◦ blue 148

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

Shades of Dark Magenta #790994

Tints of Dark Magenta #790994

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.24%

 BLUE value IS 148 (58.2% from 255) = 53.24%

R = 43.53%
G = 3.24%
B = 53.24%

CMYK

 C value IS 0.18

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#790994 (or 0x790994) is known color: Dark Magenta. HEX triplet: 79, 09 and 94. RGB value is (121,9,148). Sum of RGB (Red+Green+Blue) = 121+9+148=278 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.53% from 278); Green value is 9 (3.91% from 255 or 3.24% from 278); Blue value is 148 (58.20% from 255 or 53.24% from 278); Max value from RGB is 148 - color contains mainly: blue. Hex color #790994 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790994 is #86F66B. Grayscale: #393939. Windows color (decimal): -8844908 or 9701753. OLE color: 9701753.

HSL color Cylindrical-coordinate representation of color #790994: hue angle of 288.35º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #790994 is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 121 9 148 -
CMYK 0.18 0.94 0 0.42
HSL 288.35º 0.89% 0.31% -
HSV(B) 288.35º 0.94% 0.58% -
XYZ 13.33 6.4 28.55 -
YUV 58.33 178.61 172.7 -
System Red Green Blue C M Y K H S L
Decimal 121 9 148 0.18 0.94 0 0.42 288.35 0.89 0.31
Hex 79 9 94 12 5E 0 2A 120 59 1F
Octal 171 11 224 22 136 0 52 440 131 37
Binary 1111001 1001 10010100 10010 1011110 0 101010 100100000 1011001 11111

Color Harmonies of #790994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790994

Black with #790994

Text Example


Text Example

White with #790994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790994; }

 p { color: rgb(121,9,148); }

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

background-color css

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

 a { background-color: rgb(121,9,148); }

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

border-color css

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

 span { border-color: rgb(121,9,148); }

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