Html Css Color HEX #780595 Dark Magenta

📋 copy color: '#780595'

red 120 ◦ green 5 ◦ blue 149

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

Shades of Dark Magenta #780595

Tints of Dark Magenta #780595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 54.38%

R = 43.8%
G = 1.82%
B = 54.38%

CMYK

 C value IS 0.19

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#780595 (or 0x780595) is known color: Dark Magenta. HEX triplet: 78, 05 and 95. RGB value is (120,5,149). Sum of RGB (Red+Green+Blue) = 120+5+149=274 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.80% from 274); Green value is 5 (2.34% from 255 or 1.82% from 274); Blue value is 149 (58.59% from 255 or 54.38% from 274); Max value from RGB is 149 - color contains mainly: blue. Hex color #780595 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780595 is #87FA6A. Grayscale: #373737. Windows color (decimal): -8911467 or 9766264. OLE color: 9766264.

HSL color Cylindrical-coordinate representation of color #780595: hue angle of 287.92º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #780595 is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 120 5 149 -
CMYK 0.19 0.97 0 0.42
HSL 287.92º 0.94% 0.3% -
HSV(B) 287.92º 0.97% 0.58% -
XYZ 13.22 6.27 28.95 -
YUV 55.8 180.6 173.79 -
System Red Green Blue C M Y K H S L
Decimal 120 5 149 0.19 0.97 0 0.42 287.92 0.94 0.3
Hex 78 5 95 13 61 0 2A 120 5E 1E
Octal 170 5 225 23 141 0 52 440 136 36
Binary 1111000 101 10010101 10011 1100001 0 101010 100100000 1011110 11110

Color Harmonies of #780595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780595

Black with #780595

Text Example


Text Example

White with #780595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780595; }

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

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

background-color css

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

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

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

border-color css

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

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

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