Html Css Color HEX #790397 Dark Magenta

📋 copy color: '#790397'

red 121 ◦ green 3 ◦ blue 151

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

Shades of Dark Magenta #790397

Tints of Dark Magenta #790397

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.09%

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

R = 44%
G = 1.09%
B = 54.91%

CMYK

 C value IS 0.20

 M value IS 0.98

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#790397 (or 0x790397) is known color: Dark Magenta. HEX triplet: 79, 03 and 97. RGB value is (121,3,151). Sum of RGB (Red+Green+Blue) = 121+3+151=275 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44% from 275); Green value is 3 (1.56% from 255 or 1.09% from 275); Blue value is 151 (59.38% from 255 or 54.91% from 275); Max value from RGB is 151 - color contains mainly: blue. Hex color #790397 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790397 is #86FC68. Grayscale: #363636. Windows color (decimal): -8846441 or 9896825. OLE color: 9896825.

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

Color convert

RGB 121 3 151 -
CMYK 0.20 0.98 0 0.41
HSL 287.84º 0.96% 0.3% -
HSV(B) 287.84º 0.98% 0.59% -
XYZ 13.5 6.36 29.79 -
YUV 55.15 182.09 174.97 -
System Red Green Blue C M Y K H S L
Decimal 121 3 151 0.20 0.98 0 0.41 287.84 0.96 0.3
Hex 79 3 97 14 62 0 29 120 60 1E
Octal 171 3 227 24 142 0 51 440 140 36
Binary 1111001 11 10010111 10100 1100010 0 101001 100100000 1100000 11110

Color Harmonies of #790397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790397

Black with #790397

Text Example


Text Example

White with #790397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790397; }

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

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

background-color css

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

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

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

border-color css

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

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

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