Html Css Color HEX #790093 Dark Magenta

📋 copy color: '#790093'

red 121 ◦ green 0 ◦ blue 147

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

Shades of Dark Magenta #790093

Tints of Dark Magenta #790093

RGB

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

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

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

R = 45.15%
G = 0%
B = 54.85%

CMYK

 C value IS 0.18

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#790093 (or 0x790093) is known color: Dark Magenta. HEX triplet: 79, 00 and 93. RGB value is (121,0,147). Sum of RGB (Red+Green+Blue) = 121+0+147=268 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.15% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 147 (57.81% from 255 or 54.85% from 268); Max value from RGB is 147 - color contains mainly: blue. Hex color #790093 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790093 is #86FF6C. Grayscale: #343434. Windows color (decimal): -8847213 or 9633913. OLE color: 9633913.

HSL color Cylindrical-coordinate representation of color #790093: hue angle of 289.39º 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 #790093 is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 121 0 147 -
CMYK 0.18 1 0 0.42
HSL 289.39º 1% 0.29% -
HSV(B) 289.39º 1% 0.58% -
XYZ 13.15 6.17 28.1 -
YUV 52.94 181.09 176.55 -
System Red Green Blue C M Y K H S L
Decimal 121 0 147 0.18 1 0 0.42 289.39 1 0.29
Hex 79 0 93 12 64 0 2A 121 64 1D
Octal 171 0 223 22 144 0 52 441 144 35
Binary 1111001 0 10010011 10010 1100100 0 101010 100100001 1100100 11101

Color Harmonies of #790093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790093

Black with #790093

Text Example


Text Example

White with #790093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790093; }

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

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

background-color css

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

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

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

border-color css

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

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

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