Html Css Color HEX #790D96 Dark Magenta

📋 copy color: '#790D96'

red 121 ◦ green 13 ◦ blue 150

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

Shades of Dark Magenta #790D96

Tints of Dark Magenta #790D96

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.58%

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

R = 42.61%
G = 4.58%
B = 52.82%

CMYK

 C value IS 0.19

 M value IS 0.91

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#790D96 (or 0x790D96) is known color: Dark Magenta. HEX triplet: 79, 0D and 96. RGB value is (121,13,150). Sum of RGB (Red+Green+Blue) = 121+13+150=284 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.61% from 284); Green value is 13 (5.47% from 255 or 4.58% from 284); Blue value is 150 (58.98% from 255 or 52.82% from 284); Max value from RGB is 150 - color contains mainly: blue. Hex color #790D96 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790D96 is #86F269. Grayscale: #3C3C3C. Windows color (decimal): -8843882 or 9833849. OLE color: 9833849.

HSL color Cylindrical-coordinate representation of color #790D96: hue angle of 287.3º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #790D96 is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 121 13 150 -
CMYK 0.19 0.91 0 0.41
HSL 287.3º 0.84% 0.32% -
HSV(B) 287.3º 0.91% 0.59% -
XYZ 13.53 6.55 29.41 -
YUV 60.91 178.28 170.86 -
System Red Green Blue C M Y K H S L
Decimal 121 13 150 0.19 0.91 0 0.41 287.3 0.84 0.32
Hex 79 D 96 13 5B 0 29 11F 54 20
Octal 171 15 226 23 133 0 51 437 124 40
Binary 1111001 1101 10010110 10011 1011011 0 101001 100011111 1010100 100000

Color Harmonies of #790D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790D96

Black with #790D96

Text Example


Text Example

White with #790D96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790D96; }

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

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

background-color css

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

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

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

border-color css

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

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

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