#781197

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

Shades of Dark Magenta #781197

Tints of Dark Magenta #781197

Color information

#781197 (or 0x781197) is unknown color: approx Dark Magenta. HEX triplet: 78, 11 and 97. RGB value is (120,17,151). Sum of RGB (Red+Green+Blue) = 120+17+151=288 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.67% from 288); Green value is 17 (7.03% from 255 or 5.90% from 288); Blue value is 151 (59.38% from 255 or 52.43% from 288); Max value from RGB is 151 - color contains mainly: blue. Hex color #781197 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #781197 is #87EE68. Grayscale: #3E3E3E. Windows color (decimal): -8908393 or 9900408. OLE color: 9900408.

HSL color Cylindrical-coordinate representation of color #781197: hue angle of 286.12º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #781197 is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB12017151-
CMYK0.210.8900.41
HSL286.12º79.76%32.94%-
HSV(B)286.12º88.74%59.22%-
XYZ13.536.6329.84-
YUV63.07177.62168.6-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.67%
GREEN value IS 17 (7.03% from 255) = 5.90%
BLUE value IS 151 (59.38% from 255) = 52.43%
R=41.67%
G=5.90%
B=52.43%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal120171510.210.8900.41286.1279.7632.94
Hex781197155902911e5021
Octal170212272513105143612041
Binary1111000100011001011110101101100101010011000111101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781197; }

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

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

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

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

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

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

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

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