Html Css Color HEX #790C95 Dark Magenta

📋 copy color: '#790C95'

red 121 ◦ green 12 ◦ blue 149

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

Shades of Dark Magenta #790C95

Tints of Dark Magenta #790C95

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.26%

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

R = 42.91%
G = 4.26%
B = 52.84%

CMYK

 C value IS 0.19

 M value IS 0.92

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#790C95 (or 0x790C95) is known color: Dark Magenta. HEX triplet: 79, 0C and 95. RGB value is (121,12,149). Sum of RGB (Red+Green+Blue) = 121+12+149=282 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.91% from 282); Green value is 12 (5.08% from 255 or 4.26% from 282); Blue value is 149 (58.59% from 255 or 52.84% from 282); Max value from RGB is 149 - color contains mainly: blue. Hex color #790C95 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790C95 is #86F36A. Grayscale: #3B3B3B. Windows color (decimal): -8844139 or 9768057. OLE color: 9768057.

HSL color Cylindrical-coordinate representation of color #790C95: hue angle of 287.74º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #790C95 is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 121 12 149 -
CMYK 0.19 0.92 0 0.42
HSL 287.74º 0.85% 0.32% -
HSV(B) 287.74º 0.92% 0.58% -
XYZ 13.44 6.5 28.98 -
YUV 60.21 178.11 171.36 -
System Red Green Blue C M Y K H S L
Decimal 121 12 149 0.19 0.92 0 0.42 287.74 0.85 0.32
Hex 79 C 95 13 5C 0 2A 120 55 20
Octal 171 14 225 23 134 0 52 440 125 40
Binary 1111001 1100 10010101 10011 1011100 0 101010 100100000 1010101 100000

Color Harmonies of #790C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790C95

Black with #790C95

Text Example


Text Example

White with #790C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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