Html Css Color HEX #790EAB Dark Magenta

📋 copy color: '#790EAB'

red 121 ◦ green 14 ◦ blue 171

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

Shades of Dark Magenta #790EAB

Tints of Dark Magenta #790EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 55.88%

R = 39.54%
G = 4.58%
B = 55.88%

CMYK

 C value IS 0.29

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#790EAB (or 0x790EAB) is known color: Dark Magenta. HEX triplet: 79, 0E and AB. RGB value is (121,14,171). Sum of RGB (Red+Green+Blue) = 121+14+171=306 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.54% from 306); Green value is 14 (5.86% from 255 or 4.58% from 306); Blue value is 171 (67.19% from 255 or 55.88% from 306); Max value from RGB is 171 - color contains mainly: blue. Hex color #790EAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790EAB is #86F154. Grayscale: #3F3F3F. Windows color (decimal): -8843605 or 11210361. OLE color: 11210361.

HSL color Cylindrical-coordinate representation of color #790EAB: hue angle of 280.89º 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 #790EAB is Cyan = 0.29, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 121 14 171 -
CMYK 0.29 0.92 0 0.33
HSL 280.89º 0.85% 0.36% -
HSV(B) 280.89º 0.92% 0.67% -
XYZ 15.39 7.32 39.13 -
YUV 63.89 188.45 168.73 -
System Red Green Blue C M Y K H S L
Decimal 121 14 171 0.29 0.92 0 0.33 280.89 0.85 0.36
Hex 79 E AB 1D 5C 0 21 119 55 24
Octal 171 16 253 35 134 0 41 431 125 44
Binary 1111001 1110 10101011 11101 1011100 0 100001 100011001 1010101 100100

Color Harmonies of #790EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790EAB

Black with #790EAB

Text Example


Text Example

White with #790EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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