Html Css Color HEX #790EA5 Dark Magenta

📋 copy color: '#790EA5'

red 121 ◦ green 14 ◦ blue 165

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

Shades of Dark Magenta #790EA5

Tints of Dark Magenta #790EA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 55%

R = 40.33%
G = 4.67%
B = 55%

CMYK

 C value IS 0.27

 M value IS 0.92

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#790EA5 (or 0x790EA5) is known color: Dark Magenta. HEX triplet: 79, 0E and A5. RGB value is (121,14,165). Sum of RGB (Red+Green+Blue) = 121+14+165=300 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.33% from 300); Green value is 14 (5.86% from 255 or 4.67% from 300); Blue value is 165 (64.84% from 255 or 55% from 300); Max value from RGB is 165 - color contains mainly: blue. Hex color #790EA5 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790EA5 is #86F15A. Grayscale: #3E3E3E. Windows color (decimal): -8843611 or 10817145. OLE color: 10817145.

HSL color Cylindrical-coordinate representation of color #790EA5: hue angle of 282.52º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #790EA5 is Cyan = 0.27, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 121 14 165 -
CMYK 0.27 0.92 0 0.35
HSL 282.52º 0.84% 0.35% -
HSV(B) 282.52º 0.92% 0.65% -
XYZ 14.83 7.1 36.19 -
YUV 63.21 185.45 169.22 -
System Red Green Blue C M Y K H S L
Decimal 121 14 165 0.27 0.92 0 0.35 282.52 0.84 0.35
Hex 79 E A5 1B 5C 0 23 11B 54 23
Octal 171 16 245 33 134 0 43 433 124 43
Binary 1111001 1110 10100101 11011 1011100 0 100011 100011011 1010100 100011

Color Harmonies of #790EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790EA5

Black with #790EA5

Text Example


Text Example

White with #790EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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