Html Css Color HEX #790095 Dark Magenta

📋 copy color: '#790095'

red 121 ◦ green 0 ◦ blue 149

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

Shades of Dark Magenta #790095

Tints of Dark Magenta #790095

RGB

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

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

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

R = 44.81%
G = 0%
B = 55.19%

CMYK

 C value IS 0.19

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#790095 (or 0x790095) is known color: Dark Magenta. HEX triplet: 79, 00 and 95. RGB value is (121,0,149). Sum of RGB (Red+Green+Blue) = 121+0+149=270 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.81% from 270); Green value is 0 (0.39% from 255 or 0% from 270); Blue value is 149 (58.59% from 255 or 55.19% from 270); Max value from RGB is 149 - color contains mainly: blue. Hex color #790095 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790095 is #86FF6A. Grayscale: #343434. Windows color (decimal): -8847211 or 9764985. OLE color: 9764985.

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

Color convert

RGB 121 0 149 -
CMYK 0.19 1 0 0.42
HSL 288.72º 1% 0.29% -
HSV(B) 288.72º 1% 0.58% -
XYZ 13.31 6.23 28.94 -
YUV 53.17 182.09 176.38 -
System Red Green Blue C M Y K H S L
Decimal 121 0 149 0.19 1 0 0.42 288.72 1 0.29
Hex 79 0 95 13 64 0 2A 121 64 1D
Octal 171 0 225 23 144 0 52 441 144 35
Binary 1111001 0 10010101 10011 1100100 0 101010 100100001 1100100 11101

Color Harmonies of #790095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790095

Black with #790095

Text Example


Text Example

White with #790095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790095; }

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

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

background-color css

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

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

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

border-color css

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

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

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