Html Css Color HEX #790997 Dark Magenta

📋 copy color: '#790997'

red 121 ◦ green 9 ◦ blue 151

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

Shades of Dark Magenta #790997

Tints of Dark Magenta #790997

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.2%

 BLUE value IS 151 (59.38% from 255) = 53.74%

R = 43.06%
G = 3.2%
B = 53.74%

CMYK

 C value IS 0.20

 M value IS 0.94

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#790997 (or 0x790997) is known color: Dark Magenta. HEX triplet: 79, 09 and 97. RGB value is (121,9,151). Sum of RGB (Red+Green+Blue) = 121+9+151=281 (37% of max value = 765). Red value is 121 (47.66% from 255 or 43.06% from 281); Green value is 9 (3.91% from 255 or 3.20% from 281); Blue value is 151 (59.38% from 255 or 53.74% from 281); Max value from RGB is 151 - color contains mainly: blue. Hex color #790997 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790997 is #86F668. Grayscale: #3A3A3A. Windows color (decimal): -8844905 or 9898361. OLE color: 9898361.

HSL color Cylindrical-coordinate representation of color #790997: hue angle of 287.32º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #790997 is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 121 9 151 -
CMYK 0.20 0.94 0 0.41
HSL 287.32º 0.89% 0.31% -
HSV(B) 287.32º 0.94% 0.59% -
XYZ 13.57 6.49 29.82 -
YUV 58.68 180.11 172.45 -
System Red Green Blue C M Y K H S L
Decimal 121 9 151 0.20 0.94 0 0.41 287.32 0.89 0.31
Hex 79 9 97 14 5E 0 29 11F 59 1F
Octal 171 11 227 24 136 0 51 437 131 37
Binary 1111001 1001 10010111 10100 1011110 0 101001 100011111 1011001 11111

Color Harmonies of #790997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790997

Black with #790997

Text Example


Text Example

White with #790997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790997; }

 p { color: rgb(121,9,151); }

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

background-color css

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

 a { background-color: rgb(121,9,151); }

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

border-color css

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

 span { border-color: rgb(121,9,151); }

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