#790E93

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

Shades of Dark Magenta #790E93

Tints of Dark Magenta #790E93

Color information

#790E93 (or 0x790E93) is unknown color: approx Dark Magenta. HEX triplet: 79, 0E and 93. RGB value is (121,14,147). Sum of RGB (Red+Green+Blue) = 121+14+147=282 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.91% from 282); Green value is 14 (5.86% from 255 or 4.96% from 282); Blue value is 147 (57.81% from 255 or 52.13% from 282); Max value from RGB is 147 - color contains mainly: blue. Hex color #790E93 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790E93 is #86F16C. Grayscale: #3C3C3C. Windows color (decimal): -8843629 or 9637497. OLE color: 9637497.

HSL color Cylindrical-coordinate representation of color #790E93: hue angle of 288.27º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #790E93 is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12114147-
CMYK0.180.9000.42
HSL288.27º82.61%31.57%-
HSV(B)288.27º90.48%57.65%-
XYZ13.316.4928.15-
YUV61.16176.45170.69-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.91%
GREEN value IS 14 (5.86% from 255) = 4.96%
BLUE value IS 147 (57.81% from 255) = 52.13%
R=42.91%
G=4.96%
B=52.13%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal121141470.180.9000.42288.2782.6131.57
Hex79E93125A02A1205320
Octal171162232213205244012340
Binary111100111101001001110010101101001010101001000001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,14,147); }

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

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

 a { background-color: rgb(121,14,147); }

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

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

 span { border-color: rgb(121,14,147); }

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