Html Css Color HEX #790792 Dark Magenta

📋 copy color: '#790792'

red 121 ◦ green 7 ◦ blue 146

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

Shades of Dark Magenta #790792

Tints of Dark Magenta #790792

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.55%

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

R = 44.16%
G = 2.55%
B = 53.28%

CMYK

 C value IS 0.17

 M value IS 0.95

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#790792 (or 0x790792) is known color: Dark Magenta. HEX triplet: 79, 07 and 92. RGB value is (121,7,146). Sum of RGB (Red+Green+Blue) = 121+7+146=274 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.16% from 274); Green value is 7 (3.12% from 255 or 2.55% from 274); Blue value is 146 (57.42% from 255 or 53.28% from 274); Max value from RGB is 146 - color contains mainly: blue. Hex color #790792 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790792 is #86F86D. Grayscale: #383838. Windows color (decimal): -8845422 or 9570169. OLE color: 9570169.

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

Color convert

RGB 121 7 146 -
CMYK 0.17 0.95 0 0.43
HSL 289.21º 0.91% 0.3% -
HSV(B) 289.21º 0.95% 0.57% -
XYZ 13.15 6.29 27.72 -
YUV 56.93 178.27 173.7 -
System Red Green Blue C M Y K H S L
Decimal 121 7 146 0.17 0.95 0 0.43 289.21 0.91 0.3
Hex 79 7 92 11 5F 0 2B 121 5B 1E
Octal 171 7 222 21 137 0 53 441 133 36
Binary 1111001 111 10010010 10001 1011111 0 101011 100100001 1011011 11110

Color Harmonies of #790792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790792

Black with #790792

Text Example


Text Example

White with #790792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790792; }

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

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

background-color css

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

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

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

border-color css

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

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

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