#790BA1

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

Shades of Dark Magenta #790BA1

Tints of Dark Magenta #790BA1

Color information

#790BA1 (or 0x790BA1) is unknown color: approx Dark Magenta. HEX triplet: 79, 0B and A1. RGB value is (121,11,161). Sum of RGB (Red+Green+Blue) = 121+11+161=293 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.30% from 293); Green value is 11 (4.69% from 255 or 3.75% from 293); Blue value is 161 (63.28% from 255 or 54.95% from 293); Max value from RGB is 161 - color contains mainly: blue. Hex color #790BA1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790BA1 is #86F45E. Grayscale: #3C3C3C. Windows color (decimal): -8844383 or 10554233. OLE color: 10554233.

HSL color Cylindrical-coordinate representation of color #790BA1: hue angle of 284º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #790BA1 is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB12111161-
CMYK0.250.9300.37
HSL284º87.21%33.73%-
HSV(B)284º93.17%63.14%-
XYZ14.446.8834.28-
YUV60.99184.44170.8-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.30%
GREEN value IS 11 (4.69% from 255) = 3.75%
BLUE value IS 161 (63.28% from 255) = 54.95%
R=41.30%
G=3.75%
B=54.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal121111610.250.9300.3728487.2133.73
Hex79BA1195D02511c5722
Octal171132413113504543412742
Binary111100110111010000111001101110101001011000111001010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,11,161); }

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

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

 a { background-color: rgb(121,11,161); }

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

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

 span { border-color: rgb(121,11,161); }

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