Html Css Color HEX #77119F Dark Magenta

📋 copy color: '#77119F'

red 119 ◦ green 17 ◦ blue 159

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

Shades of Dark Magenta #77119F

Tints of Dark Magenta #77119F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.76%

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

R = 40.34%
G = 5.76%
B = 53.9%

CMYK

 C value IS 0.25

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#77119F (or 0x77119F) is known color: Dark Magenta. HEX triplet: 77, 11 and 9F. RGB value is (119,17,159). Sum of RGB (Red+Green+Blue) = 119+17+159=295 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.34% from 295); Green value is 17 (7.03% from 255 or 5.76% from 295); Blue value is 159 (62.5% from 255 or 53.90% from 295); Max value from RGB is 159 - color contains mainly: blue. Hex color #77119F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77119F is #88EE60. Grayscale: #3F3F3F. Windows color (decimal): -8973921 or 10424695. OLE color: 10424695.

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

Color convert

RGB 119 17 159 -
CMYK 0.25 0.89 0 0.38
HSL 283.1º 0.81% 0.35% -
HSV(B) 283.1º 0.89% 0.62% -
XYZ 14.07 6.83 33.38 -
YUV 63.69 181.79 167.45 -
System Red Green Blue C M Y K H S L
Decimal 119 17 159 0.25 0.89 0 0.38 283.1 0.81 0.35
Hex 77 11 9F 19 59 0 26 11B 51 23
Octal 167 21 237 31 131 0 46 433 121 43
Binary 1110111 10001 10011111 11001 1011001 0 100110 100011011 1010001 100011

Color Harmonies of #77119F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77119F

Black with #77119F

Text Example


Text Example

White with #77119F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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