Html Css Color HEX #791392 Dark Magenta

📋 copy color: '#791392'

red 121 ◦ green 19 ◦ blue 146

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

Shades of Dark Magenta #791392

Tints of Dark Magenta #791392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 51.05%

R = 42.31%
G = 6.64%
B = 51.05%

CMYK

 C value IS 0.17

 M value IS 0.87

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#791392 (or 0x791392) is known color: Dark Magenta. HEX triplet: 79, 13 and 92. RGB value is (121,19,146). Sum of RGB (Red+Green+Blue) = 121+19+146=286 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.31% from 286); Green value is 19 (7.81% from 255 or 6.64% from 286); Blue value is 146 (57.42% from 255 or 51.05% from 286); Max value from RGB is 146 - color contains mainly: blue. Hex color #791392 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #791392 is #86EC6D. Grayscale: #3F3F3F. Windows color (decimal): -8842350 or 9573241. OLE color: 9573241.

HSL color Cylindrical-coordinate representation of color #791392: hue angle of 288.19º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #791392 is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 121 19 146 -
CMYK 0.17 0.87 0 0.43
HSL 288.19º 0.77% 0.32% -
HSV(B) 288.19º 0.87% 0.57% -
XYZ 13.31 6.61 27.77 -
YUV 63.98 174.29 168.67 -
System Red Green Blue C M Y K H S L
Decimal 121 19 146 0.17 0.87 0 0.43 288.19 0.77 0.32
Hex 79 13 92 11 57 0 2B 120 4D 20
Octal 171 23 222 21 127 0 53 440 115 40
Binary 1111001 10011 10010010 10001 1010111 0 101011 100100000 1001101 100000

Color Harmonies of #791392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791392

Black with #791392

Text Example


Text Example

White with #791392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791392; }

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

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

background-color css

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

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

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

border-color css

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

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

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