Html Css Color HEX #77129F Dark Magenta

📋 copy color: '#77129F'

red 119 ◦ green 18 ◦ blue 159

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

Shades of Dark Magenta #77129F

Tints of Dark Magenta #77129F

RGB

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

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

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

R = 40.2%
G = 6.08%
B = 53.72%

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

#77129F (or 0x77129F) is known color: Dark Magenta. HEX triplet: 77, 12 and 9F. RGB value is (119,18,159). Sum of RGB (Red+Green+Blue) = 119+18+159=296 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.20% from 296); Green value is 18 (7.42% from 255 or 6.08% from 296); Blue value is 159 (62.5% from 255 or 53.72% from 296); Max value from RGB is 159 - color contains mainly: blue. Hex color #77129F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77129F is #88ED60. Grayscale: #3F3F3F. Windows color (decimal): -8973665 or 10424951. OLE color: 10424951.

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

Color convert

RGB 119 18 159 -
CMYK 0.25 0.89 0 0.38
HSL 282.98º 0.8% 0.35% -
HSV(B) 282.98º 0.89% 0.62% -
XYZ 14.08 6.86 33.38 -
YUV 64.27 181.46 167.04 -
System Red Green Blue C M Y K H S L
Decimal 119 18 159 0.25 0.89 0 0.38 282.98 0.8 0.35
Hex 77 12 9F 19 59 0 26 11B 50 23
Octal 167 22 237 31 131 0 46 433 120 43
Binary 1110111 10010 10011111 11001 1011001 0 100110 100011011 1010000 100011

Color Harmonies of #77129F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77129F

Black with #77129F

Text Example


Text Example

White with #77129F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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