Html Css Color HEX #790392 Dark Magenta

📋 copy color: '#790392'

red 121 ◦ green 3 ◦ blue 146

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

Shades of Dark Magenta #790392

Tints of Dark Magenta #790392

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.11%

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

R = 44.81%
G = 1.11%
B = 54.07%

CMYK

 C value IS 0.17

 M value IS 0.98

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#790392 (or 0x790392) is known color: Dark Magenta. HEX triplet: 79, 03 and 92. RGB value is (121,3,146). Sum of RGB (Red+Green+Blue) = 121+3+146=270 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.81% from 270); Green value is 3 (1.56% from 255 or 1.11% from 270); Blue value is 146 (57.42% from 255 or 54.07% from 270); Max value from RGB is 146 - color contains mainly: blue. Hex color #790392 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790392 is #86FC6D. Grayscale: #363636. Windows color (decimal): -8846446 or 9569145. OLE color: 9569145.

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

Color convert

RGB 121 3 146 -
CMYK 0.17 0.98 0 0.43
HSL 289.51º 0.96% 0.29% -
HSV(B) 289.51º 0.98% 0.57% -
XYZ 13.11 6.21 27.7 -
YUV 54.58 179.59 175.37 -
System Red Green Blue C M Y K H S L
Decimal 121 3 146 0.17 0.98 0 0.43 289.51 0.96 0.29
Hex 79 3 92 11 62 0 2B 122 60 1D
Octal 171 3 222 21 142 0 53 442 140 35
Binary 1111001 11 10010010 10001 1100010 0 101011 100100010 1100000 11101

Color Harmonies of #790392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790392

Black with #790392

Text Example


Text Example

White with #790392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790392; }

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

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

background-color css

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

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

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

border-color css

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

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

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