Html Css Color HEX #790AAB Dark Magenta

📋 copy color: '#790AAB'

red 121 ◦ green 10 ◦ blue 171

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

Shades of Dark Magenta #790AAB

Tints of Dark Magenta #790AAB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.31%

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

R = 40.07%
G = 3.31%
B = 56.62%

CMYK

 C value IS 0.29

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#790AAB (or 0x790AAB) is known color: Dark Magenta. HEX triplet: 79, 0A and AB. RGB value is (121,10,171). Sum of RGB (Red+Green+Blue) = 121+10+171=302 (40% of max value = 765). Red value is 121 (47.66% from 255 or 40.07% from 302); Green value is 10 (4.30% from 255 or 3.31% from 302); Blue value is 171 (67.19% from 255 or 56.62% from 302); Max value from RGB is 171 - color contains mainly: blue. Hex color #790AAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790AAB is #86F554. Grayscale: #3D3D3D. Windows color (decimal): -8844629 or 11209337. OLE color: 11209337.

HSL color Cylindrical-coordinate representation of color #790AAB: hue angle of 281.37º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #790AAB is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 121 10 171 -
CMYK 0.29 0.94 0 0.33
HSL 281.37º 0.89% 0.35% -
HSV(B) 281.37º 0.94% 0.67% -
XYZ 15.34 7.22 39.11 -
YUV 61.54 189.77 170.41 -
System Red Green Blue C M Y K H S L
Decimal 121 10 171 0.29 0.94 0 0.33 281.37 0.89 0.35
Hex 79 A AB 1D 5E 0 21 119 59 23
Octal 171 12 253 35 136 0 41 431 131 43
Binary 1111001 1010 10101011 11101 1011110 0 100001 100011001 1011001 100011

Color Harmonies of #790AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790AAB

Black with #790AAB

Text Example


Text Example

White with #790AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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