Html Css Color HEX #791199 Dark Magenta

📋 copy color: '#791199'

red 121 ◦ green 17 ◦ blue 153

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

Shades of Dark Magenta #791199

Tints of Dark Magenta #791199

RGB

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

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

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

R = 41.58%
G = 5.84%
B = 52.58%

CMYK

 C value IS 0.21

 M value IS 0.89

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#791199 (or 0x791199) is known color: Dark Magenta. HEX triplet: 79, 11 and 99. RGB value is (121,17,153). Sum of RGB (Red+Green+Blue) = 121+17+153=291 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.58% from 291); Green value is 17 (7.03% from 255 or 5.84% from 291); Blue value is 153 (60.16% from 255 or 52.58% from 291); Max value from RGB is 153 - color contains mainly: blue. Hex color #791199 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #791199 is #86EE66. Grayscale: #3F3F3F. Windows color (decimal): -8842855 or 10031481. OLE color: 10031481.

HSL color Cylindrical-coordinate representation of color #791199: hue angle of 285.88º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #791199 is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 121 17 153 -
CMYK 0.21 0.89 0 0.4
HSL 285.88º 0.8% 0.33% -
HSV(B) 285.88º 0.89% 0.6% -
XYZ 13.84 6.77 30.71 -
YUV 63.6 178.46 168.94 -
System Red Green Blue C M Y K H S L
Decimal 121 17 153 0.21 0.89 0 0.4 285.88 0.8 0.33
Hex 79 11 99 15 59 0 28 11E 50 21
Octal 171 21 231 25 131 0 50 436 120 41
Binary 1111001 10001 10011001 10101 1011001 0 101000 100011110 1010000 100001

Color Harmonies of #791199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791199

Black with #791199

Text Example


Text Example

White with #791199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791199; }

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

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

background-color css

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

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

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

border-color css

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

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

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