Html Css Color HEX #790C94 Dark Magenta

📋 copy color: '#790C94'

red 121 ◦ green 12 ◦ blue 148

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

Shades of Dark Magenta #790C94

Tints of Dark Magenta #790C94

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.27%

 BLUE value IS 148 (58.2% from 255) = 52.67%

R = 43.06%
G = 4.27%
B = 52.67%

CMYK

 C value IS 0.18

 M value IS 0.92

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#790C94 (or 0x790C94) is known color: Dark Magenta. HEX triplet: 79, 0C and 94. RGB value is (121,12,148). Sum of RGB (Red+Green+Blue) = 121+12+148=281 (37% of max value = 765). Red value is 121 (47.66% from 255 or 43.06% from 281); Green value is 12 (5.08% from 255 or 4.27% from 281); Blue value is 148 (58.20% from 255 or 52.67% from 281); Max value from RGB is 148 - color contains mainly: blue. Hex color #790C94 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790C94 is #86F36B. Grayscale: #3B3B3B. Windows color (decimal): -8844140 or 9702521. OLE color: 9702521.

HSL color Cylindrical-coordinate representation of color #790C94: hue angle of 288.09º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #790C94 is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 121 12 148 -
CMYK 0.18 0.92 0 0.42
HSL 288.09º 0.85% 0.31% -
HSV(B) 288.09º 0.92% 0.58% -
XYZ 13.36 6.47 28.56 -
YUV 60.1 177.61 171.44 -
System Red Green Blue C M Y K H S L
Decimal 121 12 148 0.18 0.92 0 0.42 288.09 0.85 0.31
Hex 79 C 94 12 5C 0 2A 120 55 1F
Octal 171 14 224 22 134 0 52 440 125 37
Binary 1111001 1100 10010100 10010 1011100 0 101010 100100000 1010101 11111

Color Harmonies of #790C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790C94

Black with #790C94

Text Example


Text Example

White with #790C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790C94; }

 p { color: rgb(121,12,148); }

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

background-color css

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

 a { background-color: rgb(121,12,148); }

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

border-color css

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

 span { border-color: rgb(121,12,148); }

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