Html Css Color HEX #790E95 Dark Magenta

📋 copy color: '#790E95'

red 121 ◦ green 14 ◦ blue 149

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

Shades of Dark Magenta #790E95

Tints of Dark Magenta #790E95

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.93%

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

R = 42.61%
G = 4.93%
B = 52.46%

CMYK

 C value IS 0.19

 M value IS 0.91

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#790E95 (or 0x790E95) is known color: Dark Magenta. HEX triplet: 79, 0E and 95. RGB value is (121,14,149). Sum of RGB (Red+Green+Blue) = 121+14+149=284 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.61% from 284); Green value is 14 (5.86% from 255 or 4.93% from 284); Blue value is 149 (58.59% from 255 or 52.46% from 284); Max value from RGB is 149 - color contains mainly: blue. Hex color #790E95 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790E95 is #86F16A. Grayscale: #3C3C3C. Windows color (decimal): -8843627 or 9768569. OLE color: 9768569.

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

Color convert

RGB 121 14 149 -
CMYK 0.19 0.91 0 0.42
HSL 287.56º 0.83% 0.32% -
HSV(B) 287.56º 0.91% 0.58% -
XYZ 13.47 6.55 28.99 -
YUV 61.38 177.45 170.52 -
System Red Green Blue C M Y K H S L
Decimal 121 14 149 0.19 0.91 0 0.42 287.56 0.83 0.32
Hex 79 E 95 13 5B 0 2A 120 53 20
Octal 171 16 225 23 133 0 52 440 123 40
Binary 1111001 1110 10010101 10011 1011011 0 101010 100100000 1010011 100000

Color Harmonies of #790E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790E95

Black with #790E95

Text Example


Text Example

White with #790E95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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