Html Css Color HEX #790D95 Dark Magenta

📋 copy color: '#790D95'

red 121 ◦ green 13 ◦ blue 149

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

Shades of Dark Magenta #790D95

Tints of Dark Magenta #790D95

RGB

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

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

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

R = 42.76%
G = 4.59%
B = 52.65%

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

#790D95 (or 0x790D95) is known color: Dark Magenta. HEX triplet: 79, 0D and 95. RGB value is (121,13,149). Sum of RGB (Red+Green+Blue) = 121+13+149=283 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.76% from 283); Green value is 13 (5.47% from 255 or 4.59% from 283); Blue value is 149 (58.59% from 255 or 52.65% from 283); Max value from RGB is 149 - color contains mainly: blue. Hex color #790D95 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790D95 is #86F26A. Grayscale: #3C3C3C. Windows color (decimal): -8843883 or 9768313. OLE color: 9768313.

HSL color Cylindrical-coordinate representation of color #790D95: hue angle of 287.65º degrees, saturation: 0.84, 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 #790D95 is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 121 13 149 -
CMYK 0.19 0.91 0 0.42
HSL 287.65º 0.84% 0.32% -
HSV(B) 287.65º 0.91% 0.58% -
XYZ 13.45 6.52 28.98 -
YUV 60.8 177.78 170.94 -
System Red Green Blue C M Y K H S L
Decimal 121 13 149 0.19 0.91 0 0.42 287.65 0.84 0.32
Hex 79 D 95 13 5B 0 2A 120 54 20
Octal 171 15 225 23 133 0 52 440 124 40
Binary 1111001 1101 10010101 10011 1011011 0 101010 100100000 1010100 100000

Color Harmonies of #790D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790D95

Black with #790D95

Text Example


Text Example

White with #790D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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