Html Css Color HEX #78109B Dark Magenta

📋 copy color: '#78109B'

red 120 ◦ green 16 ◦ blue 155

#78109B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #78109B

Tints of Dark Magenta #78109B

RGB

 RED value IS 120 (47.27% from 255) = 41.24%

 GREEN value IS 16 (6.64% from 255) = 5.5%

 BLUE value IS 155 (60.94% from 255) = 53.26%

R = 41.24%
G = 5.5%
B = 53.26%

CMYK

 C value IS 0.23

 M value IS 0.90

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#78109B (or 0x78109B) is known color: 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

RGB 120 16 155 -
CMYK 0.23 0.90 0 0.39
HSL 284.89º 0.81% 0.34% -
HSV(B) 284.89º 0.9% 0.61% -
XYZ 13.85 6.73 31.58 -
YUV 62.94 179.96 168.7 -
System Red Green Blue C M Y K H S L
Decimal 120 16 155 0.23 0.90 0 0.39 284.89 0.81 0.34
Hex 78 10 9B 17 5A 0 27 11D 51 22
Octal 170 20 233 27 132 0 47 435 121 42
Binary 1111000 10000 10011011 10111 1011010 0 100111 100011101 1010001 100010

Color Harmonies of #78109B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78109B

Black with #78109B

Text Example


Text Example

White with #78109B

Text Example


Text Example

HTML Codes & Css Web 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>