Html Css Color HEX #790EAC Dark Magenta

📋 copy color: '#790EAC'

red 121 ◦ green 14 ◦ blue 172

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

Shades of Dark Magenta #790EAC

Tints of Dark Magenta #790EAC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.56%

 BLUE value IS 172 (67.58% from 255) = 56.03%

R = 39.41%
G = 4.56%
B = 56.03%

CMYK

 C value IS 0.30

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#790EAC (or 0x790EAC) is known color: Dark Magenta. HEX triplet: 79, 0E and AC. RGB value is (121,14,172). Sum of RGB (Red+Green+Blue) = 121+14+172=307 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.41% from 307); Green value is 14 (5.86% from 255 or 4.56% from 307); Blue value is 172 (67.58% from 255 or 56.03% from 307); Max value from RGB is 172 - color contains mainly: blue. Hex color #790EAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790EAC is #86F153. Grayscale: #3F3F3F. Windows color (decimal): -8843604 or 11275897. OLE color: 11275897.

HSL color Cylindrical-coordinate representation of color #790EAC: hue angle of 280.63º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #790EAC is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 121 14 172 -
CMYK 0.30 0.92 0 0.33
HSL 280.63º 0.85% 0.36% -
HSV(B) 280.63º 0.92% 0.67% -
XYZ 15.49 7.36 39.63 -
YUV 64.01 188.95 168.65 -
System Red Green Blue C M Y K H S L
Decimal 121 14 172 0.30 0.92 0 0.33 280.63 0.85 0.36
Hex 79 E AC 1E 5C 0 21 119 55 24
Octal 171 16 254 36 134 0 41 431 125 44
Binary 1111001 1110 10101100 11110 1011100 0 100001 100011001 1010101 100100

Color Harmonies of #790EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790EAC

Black with #790EAC

Text Example


Text Example

White with #790EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790EAC; }

 p { color: rgb(121,14,172); }

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

background-color css

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

 a { background-color: rgb(121,14,172); }

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

border-color css

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

 span { border-color: rgb(121,14,172); }

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