Html Css Color HEX #78059C Dark Magenta

📋 copy color: '#78059C'

red 120 ◦ green 5 ◦ blue 156

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

Shades of Dark Magenta #78059C

Tints of Dark Magenta #78059C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.78%

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

R = 42.7%
G = 1.78%
B = 55.52%

CMYK

 C value IS 0.23

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#78059C (or 0x78059C) is known color: Dark Magenta. HEX triplet: 78, 05 and 9C. RGB value is (120,5,156). Sum of RGB (Red+Green+Blue) = 120+5+156=281 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.70% from 281); Green value is 5 (2.34% from 255 or 1.78% from 281); Blue value is 156 (61.33% from 255 or 55.52% from 281); Max value from RGB is 156 - color contains mainly: blue. Hex color #78059C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #78059C is #87FA63. Grayscale: #383838. Windows color (decimal): -8911460 or 10225016. OLE color: 10225016.

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

Color convert

RGB 120 5 156 -
CMYK 0.23 0.97 0 0.39
HSL 285.7º 0.94% 0.32% -
HSV(B) 285.7º 0.97% 0.61% -
XYZ 13.8 6.5 31.98 -
YUV 56.6 184.1 173.22 -
System Red Green Blue C M Y K H S L
Decimal 120 5 156 0.23 0.97 0 0.39 285.7 0.94 0.32
Hex 78 5 9C 17 61 0 27 11E 5E 20
Octal 170 5 234 27 141 0 47 436 136 40
Binary 1111000 101 10011100 10111 1100001 0 100111 100011110 1011110 100000

Color Harmonies of #78059C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78059C

Black with #78059C

Text Example


Text Example

White with #78059C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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