#790CAC

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

Shades of Dark Magenta #790CAC

Tints of Dark Magenta #790CAC

Color information

#790CAC (or 0x790CAC) is unknown color: approx Dark Magenta. HEX triplet: 79, 0C and AC. RGB value is (121,12,172). Sum of RGB (Red+Green+Blue) = 121+12+172=305 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.67% from 305); Green value is 12 (5.08% from 255 or 3.93% from 305); Blue value is 172 (67.58% from 255 or 56.39% from 305); Max value from RGB is 172 - color contains mainly: blue. Hex color #790CAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790CAC is #86F353. Grayscale: #3E3E3E. Windows color (decimal): -8844116 or 11275385. OLE color: 11275385.

HSL color Cylindrical-coordinate representation of color #790CAC: hue angle of 280.88º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #790CAC is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12112172-
CMYK0.300.9300.33
HSL280.88º86.96%36.08%-
HSV(B)280.88º93.02%67.45%-
XYZ15.467.3139.63-
YUV62.83189.61169.49-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 39.67%
GREEN value IS 12 (5.08% from 255) = 3.93%
BLUE value IS 172 (67.58% from 255) = 56.39%
R=39.67%
G=3.93%
B=56.39%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal121121720.300.9300.33280.8886.9636.08
Hex79CAC1E5D0211195724
Octal171142543613504143112744
Binary111100111001010110011110101110101000011000110011010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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