Html Css Color HEX #790493 Dark Magenta

📋 copy color: '#790493'

red 121 ◦ green 4 ◦ blue 147

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

Shades of Dark Magenta #790493

Tints of Dark Magenta #790493

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.47%

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

R = 44.49%
G = 1.47%
B = 54.04%

CMYK

 C value IS 0.18

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#790493 (or 0x790493) is known color: Dark Magenta. HEX triplet: 79, 04 and 93. RGB value is (121,4,147). Sum of RGB (Red+Green+Blue) = 121+4+147=272 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.49% from 272); Green value is 4 (1.95% from 255 or 1.47% from 272); Blue value is 147 (57.81% from 255 or 54.04% from 272); Max value from RGB is 147 - color contains mainly: blue. Hex color #790493 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790493 is #86FB6C. Grayscale: #363636. Windows color (decimal): -8846189 or 9634937. OLE color: 9634937.

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

Color convert

RGB 121 4 147 -
CMYK 0.18 0.97 0 0.42
HSL 289.09º 0.95% 0.3% -
HSV(B) 289.09º 0.97% 0.58% -
XYZ 13.2 6.26 28.12 -
YUV 55.29 179.76 174.87 -
System Red Green Blue C M Y K H S L
Decimal 121 4 147 0.18 0.97 0 0.42 289.09 0.95 0.3
Hex 79 4 93 12 61 0 2A 121 5F 1E
Octal 171 4 223 22 141 0 52 441 137 36
Binary 1111001 100 10010011 10010 1100001 0 101010 100100001 1011111 11110

Color Harmonies of #790493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790493

Black with #790493

Text Example


Text Example

White with #790493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790493; }

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

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

background-color css

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

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

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

border-color css

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

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

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