Html Css Color HEX #790393 Dark Magenta

📋 copy color: '#790393'

red 121 ◦ green 3 ◦ blue 147

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

Shades of Dark Magenta #790393

Tints of Dark Magenta #790393

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.11%

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

R = 44.65%
G = 1.11%
B = 54.24%

CMYK

 C value IS 0.18

 M value IS 0.98

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#790393 (or 0x790393) is known color: Dark Magenta. HEX triplet: 79, 03 and 93. RGB value is (121,3,147). Sum of RGB (Red+Green+Blue) = 121+3+147=271 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.65% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 147 (57.81% from 255 or 54.24% from 271); Max value from RGB is 147 - color contains mainly: blue. Hex color #790393 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790393 is #86FC6C. Grayscale: #363636. Windows color (decimal): -8846445 or 9634681. OLE color: 9634681.

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

Color convert

RGB 121 3 147 -
CMYK 0.18 0.98 0 0.42
HSL 289.17º 0.96% 0.29% -
HSV(B) 289.17º 0.98% 0.58% -
XYZ 13.18 6.24 28.11 -
YUV 54.7 180.09 175.29 -
System Red Green Blue C M Y K H S L
Decimal 121 3 147 0.18 0.98 0 0.42 289.17 0.96 0.29
Hex 79 3 93 12 62 0 2A 121 60 1D
Octal 171 3 223 22 142 0 52 441 140 35
Binary 1111001 11 10010011 10010 1100010 0 101010 100100001 1100000 11101

Color Harmonies of #790393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790393

Black with #790393

Text Example


Text Example

White with #790393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790393; }

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

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

background-color css

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

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

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

border-color css

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

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

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