Html Css Color HEX #790B99 Dark Magenta

📋 copy color: '#790B99'

red 121 ◦ green 11 ◦ blue 153

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

Shades of Dark Magenta #790B99

Tints of Dark Magenta #790B99

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.86%

 BLUE value IS 153 (60.16% from 255) = 53.68%

R = 42.46%
G = 3.86%
B = 53.68%

CMYK

 C value IS 0.21

 M value IS 0.93

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#790B99 (or 0x790B99) is known color: Dark Magenta. HEX triplet: 79, 0B and 99. RGB value is (121,11,153). Sum of RGB (Red+Green+Blue) = 121+11+153=285 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.46% from 285); Green value is 11 (4.69% from 255 or 3.86% from 285); Blue value is 153 (60.16% from 255 or 53.68% from 285); Max value from RGB is 153 - color contains mainly: blue. Hex color #790B99 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790B99 is #86F466. Grayscale: #3B3B3B. Windows color (decimal): -8844391 or 10029945. OLE color: 10029945.

HSL color Cylindrical-coordinate representation of color #790B99: hue angle of 286.48º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #790B99 is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 121 11 153 -
CMYK 0.21 0.93 0 0.4
HSL 286.48º 0.87% 0.32% -
HSV(B) 286.48º 0.93% 0.6% -
XYZ 13.75 6.6 30.69 -
YUV 60.08 180.44 171.45 -
System Red Green Blue C M Y K H S L
Decimal 121 11 153 0.21 0.93 0 0.4 286.48 0.87 0.32
Hex 79 B 99 15 5D 0 28 11E 57 20
Octal 171 13 231 25 135 0 50 436 127 40
Binary 1111001 1011 10011001 10101 1011101 0 101000 100011110 1010111 100000

Color Harmonies of #790B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790B99

Black with #790B99

Text Example


Text Example

White with #790B99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790B99; }

 p { color: rgb(121,11,153); }

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

background-color css

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

 a { background-color: rgb(121,11,153); }

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

border-color css

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

 span { border-color: rgb(121,11,153); }

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