Html Css Color HEX #790793 Dark Magenta

📋 copy color: '#790793'

red 121 ◦ green 7 ◦ blue 147

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

Shades of Dark Magenta #790793

Tints of Dark Magenta #790793

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 53.45%

R = 44%
G = 2.55%
B = 53.45%

CMYK

 C value IS 0.18

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#790793 (or 0x790793) is known color: Dark Magenta. HEX triplet: 79, 07 and 93. RGB value is (121,7,147). Sum of RGB (Red+Green+Blue) = 121+7+147=275 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44% from 275); Green value is 7 (3.12% from 255 or 2.55% from 275); Blue value is 147 (57.81% from 255 or 53.45% from 275); Max value from RGB is 147 - color contains mainly: blue. Hex color #790793 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790793 is #86F86C. Grayscale: #383838. Windows color (decimal): -8845421 or 9635705. OLE color: 9635705.

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

Color convert

RGB 121 7 147 -
CMYK 0.18 0.95 0 0.42
HSL 288.86º 0.91% 0.3% -
HSV(B) 288.86º 0.95% 0.58% -
XYZ 13.23 6.32 28.13 -
YUV 57.05 178.77 173.62 -
System Red Green Blue C M Y K H S L
Decimal 121 7 147 0.18 0.95 0 0.42 288.86 0.91 0.3
Hex 79 7 93 12 5F 0 2A 121 5B 1E
Octal 171 7 223 22 137 0 52 441 133 36
Binary 1111001 111 10010011 10010 1011111 0 101010 100100001 1011011 11110

Color Harmonies of #790793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790793

Black with #790793

Text Example


Text Example

White with #790793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790793; }

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

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

background-color css

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

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

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

border-color css

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

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

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