#78109B

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

Shades of Dark Magenta #78109B

Tints of Dark Magenta #78109B

Color information

#78109B (or 0x78109B) is unknown color: approx Dark Magenta. HEX triplet: 78, 10 and 9B. RGB value is (120,16,155). Sum of RGB (Red+Green+Blue) = 120+16+155=291 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.24% from 291); Green value is 16 (6.64% from 255 or 5.50% from 291); Blue value is 155 (60.94% from 255 or 53.26% from 291); Max value from RGB is 155 - color contains mainly: blue. Hex color #78109B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #78109B is #87EF64. Grayscale: #3E3E3E. Windows color (decimal): -8908645 or 10162296. OLE color: 10162296.

HSL color Cylindrical-coordinate representation of color #78109B: hue angle of 284.89º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #78109B is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12016155-
CMYK0.230.9000.39
HSL284.89º81.29%33.53%-
HSV(B)284.89º89.68%60.78%-
XYZ13.856.7331.58-
YUV62.94179.96168.7-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.24%
GREEN value IS 16 (6.64% from 255) = 5.50%
BLUE value IS 155 (60.94% from 255) = 53.26%
R=41.24%
G=5.50%
B=53.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal120161550.230.9000.39284.8981.2933.53
Hex78109B175A02711d5122
Octal170202332713204743512142
Binary1111000100001001101110111101101001001111000111011010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78109B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78109B; }

 p { color: rgb(120,16,155); }

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

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

 a { background-color: rgb(120,16,155); }

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

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

 span { border-color: rgb(120,16,155); }

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