Html Css Color HEX #790AAC Dark Magenta

📋 copy color: '#790AAC'

red 121 ◦ green 10 ◦ blue 172

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

Shades of Dark Magenta #790AAC

Tints of Dark Magenta #790AAC

RGB

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

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

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

R = 39.93%
G = 3.3%
B = 56.77%

CMYK

 C value IS 0.30

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#790AAC (or 0x790AAC) is known color: Dark Magenta. HEX triplet: 79, 0A and AC. RGB value is (121,10,172). Sum of RGB (Red+Green+Blue) = 121+10+172=303 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.93% from 303); Green value is 10 (4.30% from 255 or 3.30% from 303); Blue value is 172 (67.58% from 255 or 56.77% from 303); Max value from RGB is 172 - color contains mainly: blue. Hex color #790AAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790AAC is #86F553. Grayscale: #3D3D3D. Windows color (decimal): -8844628 or 11274873. OLE color: 11274873.

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

Color convert

RGB 121 10 172 -
CMYK 0.30 0.94 0 0.33
HSL 281.11º 0.89% 0.36% -
HSV(B) 281.11º 0.94% 0.67% -
XYZ 15.44 7.26 39.62 -
YUV 61.66 190.27 170.33 -
System Red Green Blue C M Y K H S L
Decimal 121 10 172 0.30 0.94 0 0.33 281.11 0.89 0.36
Hex 79 A AC 1E 5E 0 21 119 59 24
Octal 171 12 254 36 136 0 41 431 131 44
Binary 1111001 1010 10101100 11110 1011110 0 100001 100011001 1011001 100100

Color Harmonies of #790AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790AAC

Black with #790AAC

Text Example


Text Example

White with #790AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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