Html Css Color HEX #78059F Dark Magenta

📋 copy color: '#78059F'

red 120 ◦ green 5 ◦ blue 159

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

Shades of Dark Magenta #78059F

Tints of Dark Magenta #78059F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 55.99%

R = 42.25%
G = 1.76%
B = 55.99%

CMYK

 C value IS 0.25

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#78059F (or 0x78059F) is known color: Dark Magenta. HEX triplet: 78, 05 and 9F. RGB value is (120,5,159). Sum of RGB (Red+Green+Blue) = 120+5+159=284 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.25% from 284); Green value is 5 (2.34% from 255 or 1.76% from 284); Blue value is 159 (62.5% from 255 or 55.99% from 284); Max value from RGB is 159 - color contains mainly: blue. Hex color #78059F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #78059F is #87FA60. Grayscale: #383838. Windows color (decimal): -8911457 or 10421624. OLE color: 10421624.

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

Color convert

RGB 120 5 159 -
CMYK 0.25 0.97 0 0.38
HSL 284.81º 0.94% 0.32% -
HSV(B) 284.81º 0.97% 0.62% -
XYZ 14.06 6.6 33.33 -
YUV 56.94 185.6 172.98 -
System Red Green Blue C M Y K H S L
Decimal 120 5 159 0.25 0.97 0 0.38 284.81 0.94 0.32
Hex 78 5 9F 19 61 0 26 11D 5E 20
Octal 170 5 237 31 141 0 46 435 136 40
Binary 1111000 101 10011111 11001 1100001 0 100110 100011101 1011110 100000

Color Harmonies of #78059F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78059F

Black with #78059F

Text Example


Text Example

White with #78059F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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