Html Css Color HEX #791296 Dark Magenta

📋 copy color: '#791296'

red 121 ◦ green 18 ◦ blue 150

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

Shades of Dark Magenta #791296

Tints of Dark Magenta #791296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 51.9%

R = 41.87%
G = 6.23%
B = 51.9%

CMYK

 C value IS 0.19

 M value IS 0.88

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#791296 (or 0x791296) is known color: Dark Magenta. HEX triplet: 79, 12 and 96. RGB value is (121,18,150). Sum of RGB (Red+Green+Blue) = 121+18+150=289 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.87% from 289); Green value is 18 (7.42% from 255 or 6.23% from 289); Blue value is 150 (58.98% from 255 or 51.90% from 289); Max value from RGB is 150 - color contains mainly: blue. Hex color #791296 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #791296 is #86ED69. Grayscale: #3F3F3F. Windows color (decimal): -8842602 or 9835129. OLE color: 9835129.

HSL color Cylindrical-coordinate representation of color #791296: hue angle of 286.82º 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 #791296 is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 121 18 150 -
CMYK 0.19 0.88 0 0.41
HSL 286.82º 0.79% 0.33% -
HSV(B) 286.82º 0.88% 0.59% -
XYZ 13.61 6.7 29.43 -
YUV 63.85 176.62 168.77 -
System Red Green Blue C M Y K H S L
Decimal 121 18 150 0.19 0.88 0 0.41 286.82 0.79 0.33
Hex 79 12 96 13 58 0 29 11F 4F 21
Octal 171 22 226 23 130 0 51 437 117 41
Binary 1111001 10010 10010110 10011 1011000 0 101001 100011111 1001111 100001

Color Harmonies of #791296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791296

Black with #791296

Text Example


Text Example

White with #791296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791296; }

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

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

background-color css

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

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

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

border-color css

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

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

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