Html Css Color HEX #790495 Dark Magenta

📋 copy color: '#790495'

red 121 ◦ green 4 ◦ blue 149

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

Shades of Dark Magenta #790495

Tints of Dark Magenta #790495

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.46%

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

R = 44.16%
G = 1.46%
B = 54.38%

CMYK

 C value IS 0.19

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#790495 (or 0x790495) is known color: Dark Magenta. HEX triplet: 79, 04 and 95. RGB value is (121,4,149). Sum of RGB (Red+Green+Blue) = 121+4+149=274 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.16% from 274); Green value is 4 (1.95% from 255 or 1.46% from 274); Blue value is 149 (58.59% from 255 or 54.38% from 274); Max value from RGB is 149 - color contains mainly: blue. Hex color #790495 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790495 is #86FB6A. Grayscale: #373737. Windows color (decimal): -8846187 or 9766009. OLE color: 9766009.

HSL color Cylindrical-coordinate representation of color #790495: hue angle of 288.41º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #790495 is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 121 4 149 -
CMYK 0.19 0.97 0 0.42
HSL 288.41º 0.95% 0.3% -
HSV(B) 288.41º 0.97% 0.58% -
XYZ 13.35 6.32 28.95 -
YUV 55.51 180.76 174.71 -
System Red Green Blue C M Y K H S L
Decimal 121 4 149 0.19 0.97 0 0.42 288.41 0.95 0.3
Hex 79 4 95 13 61 0 2A 120 5F 1E
Octal 171 4 225 23 141 0 52 440 137 36
Binary 1111001 100 10010101 10011 1100001 0 101010 100100000 1011111 11110

Color Harmonies of #790495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790495

Black with #790495

Text Example


Text Example

White with #790495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790495; }

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

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

background-color css

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

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

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

border-color css

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

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

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