Html Css Color HEX #78009C Dark Magenta

📋 copy color: '#78009C'

red 120 ◦ green 0 ◦ blue 156

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

Shades of Dark Magenta #78009C

Tints of Dark Magenta #78009C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 156 (61.33% from 255) = 56.52%

R = 43.48%
G = 0%
B = 56.52%

CMYK

 C value IS 0.23

 M value IS 1

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#78009C (or 0x78009C) is known color: Dark Magenta. HEX triplet: 78, 00 and 9C. RGB value is (120,0,156). Sum of RGB (Red+Green+Blue) = 120+0+156=276 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.48% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 156 (61.33% from 255 or 56.52% from 276); Max value from RGB is 156 - color contains mainly: blue. Hex color #78009C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #78009C is #87FF63. Grayscale: #353535. Windows color (decimal): -8912740 or 10223736. OLE color: 10223736.

HSL color Cylindrical-coordinate representation of color #78009C: hue angle of 286.15º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #78009C is Cyan = 0.23, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 120 0 156 -
CMYK 0.23 1 0 0.39
HSL 286.15º 1% 0.31% -
HSV(B) 286.15º 1% 0.61% -
XYZ 13.75 6.39 31.96 -
YUV 53.66 185.76 175.32 -
System Red Green Blue C M Y K H S L
Decimal 120 0 156 0.23 1 0 0.39 286.15 1 0.31
Hex 78 0 9C 17 64 0 27 11E 64 1F
Octal 170 0 234 27 144 0 47 436 144 37
Binary 1111000 0 10011100 10111 1100100 0 100111 100011110 1100100 11111

Color Harmonies of #78009C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78009C

Black with #78009C

Text Example


Text Example

White with #78009C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78009C; }

 p { color: rgb(120,0,156); }

 H1.HeaderClassName
 {
   color: #78009C;
 }
 .AnyTagClassName
 {
   color: #78009C;
 }
</style>

background-color css

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

 a { background-color: rgb(120,0,156); }

 div.DivClassName
 {
   background-color: #78009C;
 }
 .BgClassName
 {
   background-color: #78009C;
 }
</style>

border-color css

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

 span { border-color: rgb(120,0,156); }

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