Html Css Color HEX #790292 Dark Magenta

📋 copy color: '#790292'

red 121 ◦ green 2 ◦ blue 146

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

Shades of Dark Magenta #790292

Tints of Dark Magenta #790292

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.74%

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

R = 44.98%
G = 0.74%
B = 54.28%

CMYK

 C value IS 0.17

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#790292 (or 0x790292) is known color: Dark Magenta. HEX triplet: 79, 02 and 92. RGB value is (121,2,146). Sum of RGB (Red+Green+Blue) = 121+2+146=269 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.98% from 269); Green value is 2 (1.17% from 255 or 0.74% from 269); Blue value is 146 (57.42% from 255 or 54.28% from 269); Max value from RGB is 146 - color contains mainly: blue. Hex color #790292 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790292 is #86FD6D. Grayscale: #353535. Windows color (decimal): -8846702 or 9568889. OLE color: 9568889.

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

Color convert

RGB 121 2 146 -
CMYK 0.17 0.99 0 0.43
HSL 289.58º 0.97% 0.29% -
HSV(B) 289.58º 0.99% 0.57% -
XYZ 13.1 6.18 27.7 -
YUV 54 179.92 175.79 -
System Red Green Blue C M Y K H S L
Decimal 121 2 146 0.17 0.99 0 0.43 289.58 0.97 0.29
Hex 79 2 92 11 63 0 2B 122 61 1D
Octal 171 2 222 21 143 0 53 442 141 35
Binary 1111001 10 10010010 10001 1100011 0 101011 100100010 1100001 11101

Color Harmonies of #790292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790292

Black with #790292

Text Example


Text Example

White with #790292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790292; }

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

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

background-color css

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

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

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

border-color css

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

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

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