Html Css Color HEX #790293 Dark Magenta

📋 copy color: '#790293'

red 121 ◦ green 2 ◦ blue 147

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

Shades of Dark Magenta #790293

Tints of Dark Magenta #790293

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.74%

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

R = 44.81%
G = 0.74%
B = 54.44%

CMYK

 C value IS 0.18

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#790293 (or 0x790293) is known color: Dark Magenta. HEX triplet: 79, 02 and 93. RGB value is (121,2,147). Sum of RGB (Red+Green+Blue) = 121+2+147=270 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.81% from 270); Green value is 2 (1.17% from 255 or 0.74% from 270); Blue value is 147 (57.81% from 255 or 54.44% from 270); Max value from RGB is 147 - color contains mainly: blue. Hex color #790293 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790293 is #86FD6C. Grayscale: #353535. Windows color (decimal): -8846701 or 9634425. OLE color: 9634425.

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

Color convert

RGB 121 2 147 -
CMYK 0.18 0.99 0 0.42
HSL 289.24º 0.97% 0.29% -
HSV(B) 289.24º 0.99% 0.58% -
XYZ 13.17 6.21 28.11 -
YUV 54.11 180.42 175.71 -
System Red Green Blue C M Y K H S L
Decimal 121 2 147 0.18 0.99 0 0.42 289.24 0.97 0.29
Hex 79 2 93 12 63 0 2A 121 61 1D
Octal 171 2 223 22 143 0 52 441 141 35
Binary 1111001 10 10010011 10010 1100011 0 101010 100100001 1100001 11101

Color Harmonies of #790293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790293

Black with #790293

Text Example


Text Example

White with #790293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790293; }

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

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

background-color css

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

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

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

border-color css

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

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

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