Html Css Color HEX #791493 Dark Magenta

📋 copy color: '#791493'

red 121 ◦ green 20 ◦ blue 147

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

Shades of Dark Magenta #791493

Tints of Dark Magenta #791493

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.94%

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

R = 42.01%
G = 6.94%
B = 51.04%

CMYK

 C value IS 0.18

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#791493 (or 0x791493) is known color: Dark Magenta. HEX triplet: 79, 14 and 93. RGB value is (121,20,147). Sum of RGB (Red+Green+Blue) = 121+20+147=288 (38% of max value = 765). Red value is 121 (47.66% from 255 or 42.01% from 288); Green value is 20 (8.20% from 255 or 6.94% from 288); Blue value is 147 (57.81% from 255 or 51.04% from 288); Max value from RGB is 147 - color contains mainly: blue. Hex color #791493 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #791493 is #86EB6C. Grayscale: #404040. Windows color (decimal): -8842093 or 9639033. OLE color: 9639033.

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

Color convert

RGB 121 20 147 -
CMYK 0.18 0.86 0 0.42
HSL 287.72º 0.76% 0.33% -
HSV(B) 287.72º 0.86% 0.58% -
XYZ 13.4 6.67 28.19 -
YUV 64.68 174.46 168.17 -
System Red Green Blue C M Y K H S L
Decimal 121 20 147 0.18 0.86 0 0.42 287.72 0.76 0.33
Hex 79 14 93 12 56 0 2A 120 4C 21
Octal 171 24 223 22 126 0 52 440 114 41
Binary 1111001 10100 10010011 10010 1010110 0 101010 100100000 1001100 100001

Color Harmonies of #791493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791493

Black with #791493

Text Example


Text Example

White with #791493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791493; }

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

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

background-color css

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

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

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

border-color css

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

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

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