Html Css Color HEX #791295 Dark Magenta

📋 copy color: '#791295'

red 121 ◦ green 18 ◦ blue 149

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

Shades of Dark Magenta #791295

Tints of Dark Magenta #791295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 51.74%

R = 42.01%
G = 6.25%
B = 51.74%

CMYK

 C value IS 0.19

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#791295 (or 0x791295) is known color: Dark Magenta. HEX triplet: 79, 12 and 95. RGB value is (121,18,149). Sum of RGB (Red+Green+Blue) = 121+18+149=288 (38% of max value = 765). Red value is 121 (47.66% from 255 or 42.01% from 288); Green value is 18 (7.42% from 255 or 6.25% from 288); Blue value is 149 (58.59% from 255 or 51.74% from 288); Max value from RGB is 149 - color contains mainly: blue. Hex color #791295 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #791295 is #86ED6A. Grayscale: #3F3F3F. Windows color (decimal): -8842603 or 9769593. OLE color: 9769593.

HSL color Cylindrical-coordinate representation of color #791295: hue angle of 287.18º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #791295 is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 121 18 149 -
CMYK 0.19 0.88 0 0.42
HSL 287.18º 0.78% 0.33% -
HSV(B) 287.18º 0.88% 0.58% -
XYZ 13.53 6.67 29.01 -
YUV 63.73 176.12 168.85 -
System Red Green Blue C M Y K H S L
Decimal 121 18 149 0.19 0.88 0 0.42 287.18 0.78 0.33
Hex 79 12 95 13 58 0 2A 11F 4E 21
Octal 171 22 225 23 130 0 52 437 116 41
Binary 1111001 10010 10010101 10011 1011000 0 101010 100011111 1001110 100001

Color Harmonies of #791295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791295

Black with #791295

Text Example


Text Example

White with #791295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791295; }

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

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

background-color css

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

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

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

border-color css

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

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

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