Html Css Color HEX #791097 Dark Magenta

📋 copy color: '#791097'

red 121 ◦ green 16 ◦ blue 151

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

Shades of Dark Magenta #791097

Tints of Dark Magenta #791097

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.56%

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

R = 42.01%
G = 5.56%
B = 52.43%

CMYK

 C value IS 0.20

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#791097 (or 0x791097) is known color: Dark Magenta. HEX triplet: 79, 10 and 97. RGB value is (121,16,151). Sum of RGB (Red+Green+Blue) = 121+16+151=288 (38% of max value = 765). Red value is 121 (47.66% from 255 or 42.01% from 288); Green value is 16 (6.64% from 255 or 5.56% from 288); Blue value is 151 (59.38% from 255 or 52.43% from 288); Max value from RGB is 151 - color contains mainly: blue. Hex color #791097 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #791097 is #86EF68. Grayscale: #3E3E3E. Windows color (decimal): -8843113 or 9900153. OLE color: 9900153.

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

Color convert

RGB 121 16 151 -
CMYK 0.20 0.89 0 0.41
HSL 286.67º 0.81% 0.33% -
HSV(B) 286.67º 0.89% 0.59% -
XYZ 13.66 6.67 29.85 -
YUV 62.79 177.79 169.52 -
System Red Green Blue C M Y K H S L
Decimal 121 16 151 0.20 0.89 0 0.41 286.67 0.81 0.33
Hex 79 10 97 14 59 0 29 11F 51 21
Octal 171 20 227 24 131 0 51 437 121 41
Binary 1111001 10000 10010111 10100 1011001 0 101001 100011111 1010001 100001

Color Harmonies of #791097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791097

Black with #791097

Text Example


Text Example

White with #791097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791097; }

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

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

background-color css

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

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

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

border-color css

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

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

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