Html Css Color HEX #790B9B Dark Magenta

📋 copy color: '#790B9B'

red 121 ◦ green 11 ◦ blue 155

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

Shades of Dark Magenta #790B9B

Tints of Dark Magenta #790B9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 54.01%

R = 42.16%
G = 3.83%
B = 54.01%

CMYK

 C value IS 0.22

 M value IS 0.93

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#790B9B (or 0x790B9B) is known color: Dark Magenta. HEX triplet: 79, 0B and 9B. RGB value is (121,11,155). Sum of RGB (Red+Green+Blue) = 121+11+155=287 (38% of max value = 765). Red value is 121 (47.66% from 255 or 42.16% from 287); Green value is 11 (4.69% from 255 or 3.83% from 287); Blue value is 155 (60.94% from 255 or 54.01% from 287); Max value from RGB is 155 - color contains mainly: blue. Hex color #790B9B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790B9B is #86F464. Grayscale: #3B3B3B. Windows color (decimal): -8844389 or 10161017. OLE color: 10161017.

HSL color Cylindrical-coordinate representation of color #790B9B: hue angle of 285.83º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #790B9B is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 121 11 155 -
CMYK 0.22 0.93 0 0.39
HSL 285.83º 0.87% 0.33% -
HSV(B) 285.83º 0.93% 0.61% -
XYZ 13.92 6.67 31.56 -
YUV 60.31 181.44 171.29 -
System Red Green Blue C M Y K H S L
Decimal 121 11 155 0.22 0.93 0 0.39 285.83 0.87 0.33
Hex 79 B 9B 16 5D 0 27 11E 57 21
Octal 171 13 233 26 135 0 47 436 127 41
Binary 1111001 1011 10011011 10110 1011101 0 100111 100011110 1010111 100001

Color Harmonies of #790B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790B9B

Black with #790B9B

Text Example


Text Example

White with #790B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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