Html Css Color HEX #791093 Dark Magenta

📋 copy color: '#791093'

red 121 ◦ green 16 ◦ blue 147

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

Shades of Dark Magenta #791093

Tints of Dark Magenta #791093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 51.76%

R = 42.61%
G = 5.63%
B = 51.76%

CMYK

 C value IS 0.18

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#791093 (or 0x791093) is known color: Dark Magenta. HEX triplet: 79, 10 and 93. RGB value is (121,16,147). Sum of RGB (Red+Green+Blue) = 121+16+147=284 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.61% from 284); Green value is 16 (6.64% from 255 or 5.63% from 284); Blue value is 147 (57.81% from 255 or 51.76% from 284); Max value from RGB is 147 - color contains mainly: blue. Hex color #791093 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #791093 is #86EF6C. Grayscale: #3D3D3D. Windows color (decimal): -8843117 or 9638009. OLE color: 9638009.

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

Color convert

RGB 121 16 147 -
CMYK 0.18 0.89 0 0.42
HSL 288.09º 0.8% 0.32% -
HSV(B) 288.09º 0.89% 0.58% -
XYZ 13.34 6.54 28.16 -
YUV 62.33 175.79 169.85 -
System Red Green Blue C M Y K H S L
Decimal 121 16 147 0.18 0.89 0 0.42 288.09 0.8 0.32
Hex 79 10 93 12 59 0 2A 120 50 20
Octal 171 20 223 22 131 0 52 440 120 40
Binary 1111001 10000 10010011 10010 1011001 0 101010 100100000 1010000 100000

Color Harmonies of #791093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791093

Black with #791093

Text Example


Text Example

White with #791093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791093; }

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

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

background-color css

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

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

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

border-color css

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

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

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