Html Css Color HEX #790492 Dark Magenta

📋 copy color: '#790492'

red 121 ◦ green 4 ◦ blue 146

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

Shades of Dark Magenta #790492

Tints of Dark Magenta #790492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 53.87%

R = 44.65%
G = 1.48%
B = 53.87%

CMYK

 C value IS 0.17

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#790492 (or 0x790492) is known color: Dark Magenta. HEX triplet: 79, 04 and 92. RGB value is (121,4,146). Sum of RGB (Red+Green+Blue) = 121+4+146=271 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.65% from 271); Green value is 4 (1.95% from 255 or 1.48% from 271); Blue value is 146 (57.42% from 255 or 53.87% from 271); Max value from RGB is 146 - color contains mainly: blue. Hex color #790492 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790492 is #86FB6D. Grayscale: #363636. Windows color (decimal): -8846190 or 9569401. OLE color: 9569401.

HSL color Cylindrical-coordinate representation of color #790492: hue angle of 289.44º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #790492 is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 121 4 146 -
CMYK 0.17 0.97 0 0.43
HSL 289.44º 0.95% 0.29% -
HSV(B) 289.44º 0.97% 0.57% -
XYZ 13.12 6.23 27.7 -
YUV 55.17 179.26 174.95 -
System Red Green Blue C M Y K H S L
Decimal 121 4 146 0.17 0.97 0 0.43 289.44 0.95 0.29
Hex 79 4 92 11 61 0 2B 121 5F 1D
Octal 171 4 222 21 141 0 53 441 137 35
Binary 1111001 100 10010010 10001 1100001 0 101011 100100001 1011111 11101

Color Harmonies of #790492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790492

Black with #790492

Text Example


Text Example

White with #790492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790492; }

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

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

background-color css

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

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

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

border-color css

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

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

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