Html Css Color HEX #790092 Dark Magenta

📋 copy color: '#790092'

red 121 ◦ green 0 ◦ blue 146

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

Shades of Dark Magenta #790092

Tints of Dark Magenta #790092

RGB

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

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

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

R = 45.32%
G = 0%
B = 54.68%

CMYK

 C value IS 0.17

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#790092 (or 0x790092) is known color: Dark Magenta. HEX triplet: 79, 00 and 92. RGB value is (121,0,146). Sum of RGB (Red+Green+Blue) = 121+0+146=267 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.32% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 146 (57.42% from 255 or 54.68% from 267); Max value from RGB is 146 - color contains mainly: blue. Hex color #790092 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790092 is #86FF6D. Grayscale: #343434. Windows color (decimal): -8847214 or 9568377. OLE color: 9568377.

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

Color convert

RGB 121 0 146 -
CMYK 0.17 1 0 0.43
HSL 289.73º 1% 0.29% -
HSV(B) 289.73º 1% 0.57% -
XYZ 13.07 6.14 27.69 -
YUV 52.82 180.59 176.63 -
System Red Green Blue C M Y K H S L
Decimal 121 0 146 0.17 1 0 0.43 289.73 1 0.29
Hex 79 0 92 11 64 0 2B 122 64 1D
Octal 171 0 222 21 144 0 53 442 144 35
Binary 1111001 0 10010010 10001 1100100 0 101011 100100010 1100100 11101

Color Harmonies of #790092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790092

Black with #790092

Text Example


Text Example

White with #790092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790092; }

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

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

background-color css

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

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

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

border-color css

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

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

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