#781194

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

Shades of Dark Magenta #781194

Tints of Dark Magenta #781194

Color information

#781194 (or 0x781194) is unknown color: approx Dark Magenta. HEX triplet: 78, 11 and 94. RGB value is (120,17,148). Sum of RGB (Red+Green+Blue) = 120+17+148=285 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.11% from 285); Green value is 17 (7.03% from 255 or 5.96% from 285); Blue value is 148 (58.20% from 255 or 51.93% from 285); Max value from RGB is 148 - color contains mainly: blue. Hex color #781194 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #781194 is #87EE6B. Grayscale: #3E3E3E. Windows color (decimal): -8908396 or 9703800. OLE color: 9703800.

HSL color Cylindrical-coordinate representation of color #781194: hue angle of 287.18º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #781194 is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12017148-
CMYK0.190.8900.42
HSL287.18º79.39%32.35%-
HSV(B)287.18º88.51%58.04%-
XYZ13.296.5328.58-
YUV62.73176.12168.85-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.11%
GREEN value IS 17 (7.03% from 255) = 5.96%
BLUE value IS 148 (58.20% from 255) = 51.93%
R=42.11%
G=5.96%
B=51.93%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal120171480.190.8900.42287.1879.3932.35
Hex781194135902A11f4f20
Octal170212242313105243711740
Binary1111000100011001010010011101100101010101000111111001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781194; }

 p { color: rgb(120,17,148); }

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

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

 a { background-color: rgb(120,17,148); }

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

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

 span { border-color: rgb(120,17,148); }

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