Html Css Color HEX #791092 Dark Magenta

📋 copy color: '#791092'

red 121 ◦ green 16 ◦ blue 146

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

Shades of Dark Magenta #791092

Tints of Dark Magenta #791092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 51.59%

R = 42.76%
G = 5.65%
B = 51.59%

CMYK

 C value IS 0.17

 M value IS 0.89

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#791092 (or 0x791092) is known color: Dark Magenta. HEX triplet: 79, 10 and 92. RGB value is (121,16,146). Sum of RGB (Red+Green+Blue) = 121+16+146=283 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.76% from 283); Green value is 16 (6.64% from 255 or 5.65% from 283); Blue value is 146 (57.42% from 255 or 51.59% from 283); Max value from RGB is 146 - color contains mainly: blue. Hex color #791092 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #791092 is #86EF6D. Grayscale: #3D3D3D. Windows color (decimal): -8843118 or 9572473. OLE color: 9572473.

HSL color Cylindrical-coordinate representation of color #791092: hue angle of 288.46º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #791092 is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 121 16 146 -
CMYK 0.17 0.89 0 0.43
HSL 288.46º 0.8% 0.32% -
HSV(B) 288.46º 0.89% 0.57% -
XYZ 13.26 6.51 27.75 -
YUV 62.22 175.29 169.93 -
System Red Green Blue C M Y K H S L
Decimal 121 16 146 0.17 0.89 0 0.43 288.46 0.8 0.32
Hex 79 10 92 11 59 0 2B 120 50 20
Octal 171 20 222 21 131 0 53 440 120 40
Binary 1111001 10000 10010010 10001 1011001 0 101011 100100000 1010000 100000

Color Harmonies of #791092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791092

Black with #791092

Text Example


Text Example

White with #791092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791092; }

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

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

background-color css

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

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

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

border-color css

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

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

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