#781299

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

Shades of Dark Magenta #781299

Tints of Dark Magenta #781299

Color information

#781299 (or 0x781299) is unknown color: approx Dark Magenta. HEX triplet: 78, 12 and 99. RGB value is (120,18,153). Sum of RGB (Red+Green+Blue) = 120+18+153=291 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.24% from 291); Green value is 18 (7.42% from 255 or 6.19% from 291); Blue value is 153 (60.16% from 255 or 52.58% from 291); Max value from RGB is 153 - color contains mainly: blue. Hex color #781299 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #781299 is #87ED66. Grayscale: #3F3F3F. Windows color (decimal): -8908135 or 10031736. OLE color: 10031736.

HSL color Cylindrical-coordinate representation of color #781299: hue angle of 285.33º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #781299 is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB12018153-
CMYK0.220.8800.4
HSL285.33º78.95%33.53%-
HSV(B)285.33º88.24%60%-
XYZ13.716.7330.71-
YUV63.89178.29168.02-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.24%
GREEN value IS 18 (7.42% from 255) = 6.19%
BLUE value IS 153 (60.16% from 255) = 52.58%
R=41.24%
G=6.19%
B=52.58%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal120181530.220.8800.4285.3378.9533.53
Hex781299165802811d4f22
Octal170222312613005043511742
Binary1111000100101001100110110101100001010001000111011001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781299; }

 p { color: rgb(120,18,153); }

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

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

 a { background-color: rgb(120,18,153); }

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

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

 span { border-color: rgb(120,18,153); }

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