Html Css Color HEX #791193 Dark Magenta

📋 copy color: '#791193'

red 121 ◦ green 17 ◦ blue 147

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

Shades of Dark Magenta #791193

Tints of Dark Magenta #791193

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.96%

 BLUE value IS 147 (57.81% from 255) = 51.58%

R = 42.46%
G = 5.96%
B = 51.58%

CMYK

 C value IS 0.18

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#791193 (or 0x791193) is known color: Dark Magenta. HEX triplet: 79, 11 and 93. RGB value is (121,17,147). Sum of RGB (Red+Green+Blue) = 121+17+147=285 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.46% from 285); Green value is 17 (7.03% from 255 or 5.96% from 285); Blue value is 147 (57.81% from 255 or 51.58% from 285); Max value from RGB is 147 - color contains mainly: blue. Hex color #791193 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #791193 is #86EE6C. Grayscale: #3E3E3E. Windows color (decimal): -8842861 or 9638265. OLE color: 9638265.

HSL color Cylindrical-coordinate representation of color #791193: hue angle of 288º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #791193 is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 121 17 147 -
CMYK 0.18 0.88 0 0.42
HSL 288º 0.79% 0.32% -
HSV(B) 288º 0.88% 0.58% -
XYZ 13.35 6.57 28.17 -
YUV 62.92 175.46 169.43 -
System Red Green Blue C M Y K H S L
Decimal 121 17 147 0.18 0.88 0 0.42 288 0.79 0.32
Hex 79 11 93 12 58 0 2A 120 4F 20
Octal 171 21 223 22 130 0 52 440 117 40
Binary 1111001 10001 10010011 10010 1011000 0 101010 100100000 1001111 100000

Color Harmonies of #791193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791193

Black with #791193

Text Example


Text Example

White with #791193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791193; }

 p { color: rgb(121,17,147); }

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

background-color css

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

 a { background-color: rgb(121,17,147); }

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

border-color css

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

 span { border-color: rgb(121,17,147); }

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