Html Css Color HEX #77049F Dark Magenta

📋 copy color: '#77049F'

red 119 ◦ green 4 ◦ blue 159

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

Shades of Dark Magenta #77049F

Tints of Dark Magenta #77049F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.42%

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

R = 42.2%
G = 1.42%
B = 56.38%

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

#77049F (or 0x77049F) is known color: Dark Magenta. HEX triplet: 77, 04 and 9F. RGB value is (119,4,159). Sum of RGB (Red+Green+Blue) = 119+4+159=282 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.20% from 282); Green value is 4 (1.95% from 255 or 1.42% from 282); Blue value is 159 (62.5% from 255 or 56.38% from 282); Max value from RGB is 159 - color contains mainly: blue. Hex color #77049F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77049F is #88FB60. Grayscale: #373737. Windows color (decimal): -8977249 or 10421367. OLE color: 10421367.

HSL color Cylindrical-coordinate representation of color #77049F: hue angle of 284.52º degrees, saturation: 0.95, 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 #77049F is Cyan = 0.25, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 119 4 159 -
CMYK 0.25 0.97 0 0.38
HSL 284.52º 0.95% 0.32% -
HSV(B) 284.52º 0.97% 0.62% -
XYZ 13.91 6.51 33.32 -
YUV 56.06 186.1 172.9 -
System Red Green Blue C M Y K H S L
Decimal 119 4 159 0.25 0.97 0 0.38 284.52 0.95 0.32
Hex 77 4 9F 19 61 0 26 11D 5F 20
Octal 167 4 237 31 141 0 46 435 137 40
Binary 1110111 100 10011111 11001 1100001 0 100110 100011101 1011111 100000

Color Harmonies of #77049F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77049F

Black with #77049F

Text Example


Text Example

White with #77049F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,4,159); }

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

background-color css

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

 a { background-color: rgb(119,4,159); }

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

border-color css

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

 span { border-color: rgb(119,4,159); }

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