Html Css Color HEX #791297 Dark Magenta

📋 copy color: '#791297'

red 121 ◦ green 18 ◦ blue 151

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

Shades of Dark Magenta #791297

Tints of Dark Magenta #791297

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.21%

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

R = 41.72%
G = 6.21%
B = 52.07%

CMYK

 C value IS 0.20

 M value IS 0.88

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#791297 (or 0x791297) is known color: Dark Magenta. HEX triplet: 79, 12 and 97. RGB value is (121,18,151). Sum of RGB (Red+Green+Blue) = 121+18+151=290 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.72% from 290); Green value is 18 (7.42% from 255 or 6.21% from 290); Blue value is 151 (59.38% from 255 or 52.07% from 290); Max value from RGB is 151 - color contains mainly: blue. Hex color #791297 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #791297 is #86ED68. Grayscale: #3F3F3F. Windows color (decimal): -8842601 or 9900665. OLE color: 9900665.

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

Color convert

RGB 121 18 151 -
CMYK 0.20 0.88 0 0.41
HSL 286.47º 0.79% 0.33% -
HSV(B) 286.47º 0.88% 0.59% -
XYZ 13.69 6.73 29.86 -
YUV 63.96 177.12 168.69 -
System Red Green Blue C M Y K H S L
Decimal 121 18 151 0.20 0.88 0 0.41 286.47 0.79 0.33
Hex 79 12 97 14 58 0 29 11E 4F 21
Octal 171 22 227 24 130 0 51 436 117 41
Binary 1111001 10010 10010111 10100 1011000 0 101001 100011110 1001111 100001

Color Harmonies of #791297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791297

Black with #791297

Text Example


Text Example

White with #791297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791297; }

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

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

background-color css

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

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

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

border-color css

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

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

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