Html Css Color HEX #790096 Dark Magenta

📋 copy color: '#790096'

red 121 ◦ green 0 ◦ blue 150

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

Shades of Dark Magenta #790096

Tints of Dark Magenta #790096

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 44.65%
G = 0%
B = 55.35%

CMYK

 C value IS 0.19

 M value IS 1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#790096 (or 0x790096) is known color: Dark Magenta. HEX triplet: 79, 00 and 96. RGB value is (121,0,150). Sum of RGB (Red+Green+Blue) = 121+0+150=271 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.65% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 150 (58.98% from 255 or 55.35% from 271); Max value from RGB is 150 - color contains mainly: blue. Hex color #790096 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790096 is #86FF69. Grayscale: #343434. Windows color (decimal): -8847210 or 9830521. OLE color: 9830521.

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

Color convert

RGB 121 0 150 -
CMYK 0.19 1 0 0.41
HSL 288.4º 1% 0.29% -
HSV(B) 288.4º 1% 0.59% -
XYZ 13.39 6.27 29.36 -
YUV 53.28 182.59 176.3 -
System Red Green Blue C M Y K H S L
Decimal 121 0 150 0.19 1 0 0.41 288.4 1 0.29
Hex 79 0 96 13 64 0 29 120 64 1D
Octal 171 0 226 23 144 0 51 440 144 35
Binary 1111001 0 10010110 10011 1100100 0 101001 100100000 1100100 11101

Color Harmonies of #790096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790096

Black with #790096

Text Example


Text Example

White with #790096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790096; }

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

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

background-color css

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

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

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

border-color css

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

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

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