Html Css Color HEX #790CAA Dark Magenta

📋 copy color: '#790CAA'

red 121 ◦ green 12 ◦ blue 170

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

Shades of Dark Magenta #790CAA

Tints of Dark Magenta #790CAA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.96%

 BLUE value IS 170 (66.8% from 255) = 56.11%

R = 39.93%
G = 3.96%
B = 56.11%

CMYK

 C value IS 0.29

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#790CAA (or 0x790CAA) is known color: Dark Magenta. HEX triplet: 79, 0C and AA. RGB value is (121,12,170). Sum of RGB (Red+Green+Blue) = 121+12+170=303 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.93% from 303); Green value is 12 (5.08% from 255 or 3.96% from 303); Blue value is 170 (66.80% from 255 or 56.11% from 303); Max value from RGB is 170 - color contains mainly: blue. Hex color #790CAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790CAA is #86F355. Grayscale: #3E3E3E. Windows color (decimal): -8844118 or 11144313. OLE color: 11144313.

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

Color convert

RGB 121 12 170 -
CMYK 0.29 0.93 0 0.33
HSL 281.39º 0.87% 0.36% -
HSV(B) 281.39º 0.93% 0.67% -
XYZ 15.27 7.23 38.62 -
YUV 62.6 188.61 169.65 -
System Red Green Blue C M Y K H S L
Decimal 121 12 170 0.29 0.93 0 0.33 281.39 0.87 0.36
Hex 79 C AA 1D 5D 0 21 119 57 24
Octal 171 14 252 35 135 0 41 431 127 44
Binary 1111001 1100 10101010 11101 1011101 0 100001 100011001 1010111 100100

Color Harmonies of #790CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790CAA

Black with #790CAA

Text Example


Text Example

White with #790CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,12,170); }

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

background-color css

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

 a { background-color: rgb(121,12,170); }

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

border-color css

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

 span { border-color: rgb(121,12,170); }

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