#790BA6

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

Shades of Dark Magenta #790BA6

Tints of Dark Magenta #790BA6

Color information

#790BA6 (or 0x790BA6) is unknown color: approx Dark Magenta. HEX triplet: 79, 0B and A6. RGB value is (121,11,166). Sum of RGB (Red+Green+Blue) = 121+11+166=298 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.60% from 298); Green value is 11 (4.69% from 255 or 3.69% from 298); Blue value is 166 (65.23% from 255 or 55.70% from 298); Max value from RGB is 166 - color contains mainly: blue. Hex color #790BA6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790BA6 is #86F459. Grayscale: #3D3D3D. Windows color (decimal): -8844378 or 10881913. OLE color: 10881913.

HSL color Cylindrical-coordinate representation of color #790BA6: hue angle of 282.58º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #790BA6 is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB12111166-
CMYK0.270.9300.35
HSL282.58º87.57%34.71%-
HSV(B)282.58º93.37%65.1%-
XYZ14.897.0636.65-
YUV61.56186.94170.4-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 40.60%
GREEN value IS 11 (4.69% from 255) = 3.69%
BLUE value IS 166 (65.23% from 255) = 55.70%
R=40.60%
G=3.69%
B=55.70%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal121111660.270.9300.35282.5887.5734.71
Hex79BA61B5D02311b5823
Octal171132463313504343313043
Binary111100110111010011011011101110101000111000110111011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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