Html Css Color HEX #77059D Dark Magenta

📋 copy color: '#77059D'

red 119 ◦ green 5 ◦ blue 157

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

Shades of Dark Magenta #77059D

Tints of Dark Magenta #77059D

RGB

 RED value IS 119 (46.88% from 255) = 42.35%

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

 BLUE value IS 157 (61.72% from 255) = 55.87%

R = 42.35%
G = 1.78%
B = 55.87%

CMYK

 C value IS 0.24

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#77059D (or 0x77059D) is known color: Dark Magenta. HEX triplet: 77, 05 and 9D. RGB value is (119,5,157). Sum of RGB (Red+Green+Blue) = 119+5+157=281 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.35% from 281); Green value is 5 (2.34% from 255 or 1.78% from 281); Blue value is 157 (61.72% from 255 or 55.87% from 281); Max value from RGB is 157 - color contains mainly: blue. Hex color #77059D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77059D is #88FA62. Grayscale: #373737. Windows color (decimal): -8976995 or 10290551. OLE color: 10290551.

HSL color Cylindrical-coordinate representation of color #77059D: hue angle of 285º 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 #77059D is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 119 5 157 -
CMYK 0.24 0.97 0 0.38
HSL 285º 0.94% 0.32% -
HSV(B) 285º 0.97% 0.62% -
XYZ 13.75 6.46 32.42 -
YUV 56.41 184.77 172.64 -
System Red Green Blue C M Y K H S L
Decimal 119 5 157 0.24 0.97 0 0.38 285 0.94 0.32
Hex 77 5 9D 18 61 0 26 11D 5E 20
Octal 167 5 235 30 141 0 46 435 136 40
Binary 1110111 101 10011101 11000 1100001 0 100110 100011101 1011110 100000

Color Harmonies of #77059D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77059D

Black with #77059D

Text Example


Text Example

White with #77059D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77059D; }

 p { color: rgb(119,5,157); }

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

background-color css

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

 a { background-color: rgb(119,5,157); }

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

border-color css

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

 span { border-color: rgb(119,5,157); }

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