Html Css Color HEX #790592 Dark Magenta

📋 copy color: '#790592'

red 121 ◦ green 5 ◦ blue 146

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

Shades of Dark Magenta #790592

Tints of Dark Magenta #790592

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.84%

 BLUE value IS 146 (57.42% from 255) = 53.68%

R = 44.49%
G = 1.84%
B = 53.68%

CMYK

 C value IS 0.17

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#790592 (or 0x790592) is known color: Dark Magenta. HEX triplet: 79, 05 and 92. RGB value is (121,5,146). Sum of RGB (Red+Green+Blue) = 121+5+146=272 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.49% from 272); Green value is 5 (2.34% from 255 or 1.84% from 272); Blue value is 146 (57.42% from 255 or 53.68% from 272); Max value from RGB is 146 - color contains mainly: blue. Hex color #790592 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790592 is #86FA6D. Grayscale: #373737. Windows color (decimal): -8845934 or 9569657. OLE color: 9569657.

HSL color Cylindrical-coordinate representation of color #790592: hue angle of 289.36º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #790592 is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 121 5 146 -
CMYK 0.17 0.97 0 0.43
HSL 289.36º 0.93% 0.3% -
HSV(B) 289.36º 0.97% 0.57% -
XYZ 13.13 6.25 27.71 -
YUV 55.76 178.93 174.54 -
System Red Green Blue C M Y K H S L
Decimal 121 5 146 0.17 0.97 0 0.43 289.36 0.93 0.3
Hex 79 5 92 11 61 0 2B 121 5D 1E
Octal 171 5 222 21 141 0 53 441 135 36
Binary 1111001 101 10010010 10001 1100001 0 101011 100100001 1011101 11110

Color Harmonies of #790592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790592

Black with #790592

Text Example


Text Example

White with #790592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790592; }

 p { color: rgb(121,5,146); }

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

background-color css

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

 a { background-color: rgb(121,5,146); }

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

border-color css

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

 span { border-color: rgb(121,5,146); }

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