#790A9B

Color #790A9B Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #790A9B

Tints of Dark Magenta #790A9B

Color information

#790A9B (or 0x790A9B) is unknown color: approx Dark Magenta. HEX triplet: 79, 0A and 9B. RGB value is (121,10,155). Sum of RGB (Red+Green+Blue) = 121+10+155=286 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.31% from 286); Green value is 10 (4.30% from 255 or 3.50% from 286); Blue value is 155 (60.94% from 255 or 54.20% from 286); Max value from RGB is 155 - color contains mainly: blue. Hex color #790A9B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790A9B is #86F564. Grayscale: #3B3B3B. Windows color (decimal): -8844645 or 10160761. OLE color: 10160761.

HSL color Cylindrical-coordinate representation of color #790A9B: hue angle of 285.93º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #790A9B is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12110155-
CMYK0.220.9400.39
HSL285.93º87.88%32.35%-
HSV(B)285.93º93.55%60.78%-
XYZ13.916.6531.56-
YUV59.72181.77171.71-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.31%
GREEN value IS 10 (4.30% from 255) = 3.50%
BLUE value IS 155 (60.94% from 255) = 54.20%
R=42.31%
G=3.50%
B=54.20%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal121101550.220.9400.39285.9387.8832.35
Hex79A9B165E02711e5820
Octal171122332613604743613040
Binary111100110101001101110110101111001001111000111101011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,10,155); }

 H1.HeaderClassName
 {
   color: #790A9B;
 }
 .AnyTagClassName
 {
   color: #790A9B;
 }
</style>
background-color css

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

 a { background-color: rgb(121,10,155); }

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

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

 span { border-color: rgb(121,10,155); }

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