Html Css Color HEX #77129D Dark Magenta

📋 copy color: '#77129D'

red 119 ◦ green 18 ◦ blue 157

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

Shades of Dark Magenta #77129D

Tints of Dark Magenta #77129D

RGB

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

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

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

R = 40.48%
G = 6.12%
B = 53.4%

CMYK

 C value IS 0.24

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#77129D (or 0x77129D) is known color: Dark Magenta. HEX triplet: 77, 12 and 9D. RGB value is (119,18,157). Sum of RGB (Red+Green+Blue) = 119+18+157=294 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.48% from 294); Green value is 18 (7.42% from 255 or 6.12% from 294); Blue value is 157 (61.72% from 255 or 53.40% from 294); Max value from RGB is 157 - color contains mainly: blue. Hex color #77129D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77129D is #88ED62. Grayscale: #3F3F3F. Windows color (decimal): -8973667 or 10293879. OLE color: 10293879.

HSL color Cylindrical-coordinate representation of color #77129D: hue angle of 283.6º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #77129D is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 119 18 157 -
CMYK 0.24 0.89 0 0.38
HSL 283.6º 0.79% 0.34% -
HSV(B) 283.6º 0.89% 0.62% -
XYZ 13.91 6.79 32.48 -
YUV 64.05 180.46 167.2 -
System Red Green Blue C M Y K H S L
Decimal 119 18 157 0.24 0.89 0 0.38 283.6 0.79 0.34
Hex 77 12 9D 18 59 0 26 11C 4F 22
Octal 167 22 235 30 131 0 46 434 117 42
Binary 1110111 10010 10011101 11000 1011001 0 100110 100011100 1001111 100010

Color Harmonies of #77129D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77129D

Black with #77129D

Text Example


Text Example

White with #77129D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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