Html Css Color HEX #791399 Dark Magenta

📋 copy color: '#791399'

red 121 ◦ green 19 ◦ blue 153

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

Shades of Dark Magenta #791399

Tints of Dark Magenta #791399

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.48%

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

R = 41.3%
G = 6.48%
B = 52.22%

CMYK

 C value IS 0.21

 M value IS 0.88

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#791399 (or 0x791399) is known color: Dark Magenta. HEX triplet: 79, 13 and 99. RGB value is (121,19,153). Sum of RGB (Red+Green+Blue) = 121+19+153=293 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.30% from 293); Green value is 19 (7.81% from 255 or 6.48% from 293); Blue value is 153 (60.16% from 255 or 52.22% from 293); Max value from RGB is 153 - color contains mainly: blue. Hex color #791399 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #791399 is #86EC66. Grayscale: #404040. Windows color (decimal): -8842343 or 10031993. OLE color: 10031993.

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

Color convert

RGB 121 19 153 -
CMYK 0.21 0.88 0 0.4
HSL 285.67º 0.78% 0.34% -
HSV(B) 285.67º 0.88% 0.6% -
XYZ 13.87 6.83 30.72 -
YUV 64.77 177.79 168.1 -
System Red Green Blue C M Y K H S L
Decimal 121 19 153 0.21 0.88 0 0.4 285.67 0.78 0.34
Hex 79 13 99 15 58 0 28 11E 4E 22
Octal 171 23 231 25 130 0 50 436 116 42
Binary 1111001 10011 10011001 10101 1011000 0 101000 100011110 1001110 100010

Color Harmonies of #791399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791399

Black with #791399

Text Example


Text Example

White with #791399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791399; }

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

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

background-color css

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

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

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

border-color css

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

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

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