Html Css Color HEX #77129E Dark Magenta

📋 copy color: '#77129E'

red 119 ◦ green 18 ◦ blue 158

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

Shades of Dark Magenta #77129E

Tints of Dark Magenta #77129E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.1%

 BLUE value IS 158 (62.11% from 255) = 53.56%

R = 40.34%
G = 6.1%
B = 53.56%

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

#77129E (or 0x77129E) is known color: Dark Magenta. HEX triplet: 77, 12 and 9E. RGB value is (119,18,158). Sum of RGB (Red+Green+Blue) = 119+18+158=295 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.34% from 295); Green value is 18 (7.42% from 255 or 6.10% from 295); Blue value is 158 (62.11% from 255 or 53.56% from 295); Max value from RGB is 158 - color contains mainly: blue. Hex color #77129E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77129E is #88ED61. Grayscale: #3F3F3F. Windows color (decimal): -8973666 or 10359415. OLE color: 10359415.

HSL color Cylindrical-coordinate representation of color #77129E: hue angle of 283.29º degrees, saturation: 0.8, 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 #77129E is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 119 18 158 -
CMYK 0.25 0.89 0 0.38
HSL 283.29º 0.8% 0.35% -
HSV(B) 283.29º 0.89% 0.62% -
XYZ 14 6.82 32.93 -
YUV 64.16 180.96 167.12 -
System Red Green Blue C M Y K H S L
Decimal 119 18 158 0.25 0.89 0 0.38 283.29 0.8 0.35
Hex 77 12 9E 19 59 0 26 11B 50 23
Octal 167 22 236 31 131 0 46 433 120 43
Binary 1110111 10010 10011110 11001 1011001 0 100110 100011011 1010000 100011

Color Harmonies of #77129E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77129E

Black with #77129E

Text Example


Text Example

White with #77129E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77129E; }

 p { color: rgb(119,18,158); }

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

background-color css

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

 a { background-color: rgb(119,18,158); }

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

border-color css

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

 span { border-color: rgb(119,18,158); }

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