Html Css Color HEX #790494 Dark Magenta

📋 copy color: '#790494'

red 121 ◦ green 4 ◦ blue 148

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

Shades of Dark Magenta #790494

Tints of Dark Magenta #790494

RGB

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

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

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

R = 44.32%
G = 1.47%
B = 54.21%

CMYK

 C value IS 0.18

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#790494 (or 0x790494) is known color: Dark Magenta. HEX triplet: 79, 04 and 94. RGB value is (121,4,148). Sum of RGB (Red+Green+Blue) = 121+4+148=273 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.32% from 273); Green value is 4 (1.95% from 255 or 1.47% from 273); Blue value is 148 (58.20% from 255 or 54.21% from 273); Max value from RGB is 148 - color contains mainly: blue. Hex color #790494 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790494 is #86FB6B. Grayscale: #363636. Windows color (decimal): -8846188 or 9700473. OLE color: 9700473.

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

Color convert

RGB 121 4 148 -
CMYK 0.18 0.97 0 0.42
HSL 288.75º 0.95% 0.3% -
HSV(B) 288.75º 0.97% 0.58% -
XYZ 13.27 6.29 28.53 -
YUV 55.4 180.26 174.79 -
System Red Green Blue C M Y K H S L
Decimal 121 4 148 0.18 0.97 0 0.42 288.75 0.95 0.3
Hex 79 4 94 12 61 0 2A 121 5F 1E
Octal 171 4 224 22 141 0 52 441 137 36
Binary 1111001 100 10010100 10010 1100001 0 101010 100100001 1011111 11110

Color Harmonies of #790494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790494

Black with #790494

Text Example


Text Example

White with #790494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790494; }

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

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

background-color css

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

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

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

border-color css

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

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

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