Html Css Color HEX #790296 Dark Magenta

📋 copy color: '#790296'

red 121 ◦ green 2 ◦ blue 150

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

Shades of Dark Magenta #790296

Tints of Dark Magenta #790296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 54.95%

R = 44.32%
G = 0.73%
B = 54.95%

CMYK

 C value IS 0.19

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#790296 (or 0x790296) is known color: Dark Magenta. HEX triplet: 79, 02 and 96. RGB value is (121,2,150). Sum of RGB (Red+Green+Blue) = 121+2+150=273 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.32% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 150 (58.98% from 255 or 54.95% from 273); Max value from RGB is 150 - color contains mainly: blue. Hex color #790296 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790296 is #86FD69. Grayscale: #353535. Windows color (decimal): -8846698 or 9831033. OLE color: 9831033.

HSL color Cylindrical-coordinate representation of color #790296: hue angle of 288.24º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #790296 is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 121 2 150 -
CMYK 0.19 0.99 0 0.41
HSL 288.24º 0.97% 0.3% -
HSV(B) 288.24º 0.99% 0.59% -
XYZ 13.41 6.31 29.37 -
YUV 54.45 181.92 175.47 -
System Red Green Blue C M Y K H S L
Decimal 121 2 150 0.19 0.99 0 0.41 288.24 0.97 0.3
Hex 79 2 96 13 63 0 29 120 61 1E
Octal 171 2 226 23 143 0 51 440 141 36
Binary 1111001 10 10010110 10011 1100011 0 101001 100100000 1100001 11110

Color Harmonies of #790296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790296

Black with #790296

Text Example


Text Example

White with #790296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790296; }

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

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

background-color css

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

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

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

border-color css

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

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

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