Html Css Color HEX #77029C Dark Magenta

📋 copy color: '#77029C'

red 119 ◦ green 2 ◦ blue 156

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

Shades of Dark Magenta #77029C

Tints of Dark Magenta #77029C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.72%

 BLUE value IS 156 (61.33% from 255) = 56.32%

R = 42.96%
G = 0.72%
B = 56.32%

CMYK

 C value IS 0.24

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#77029C (or 0x77029C) is known color: Dark Magenta. HEX triplet: 77, 02 and 9C. RGB value is (119,2,156). Sum of RGB (Red+Green+Blue) = 119+2+156=277 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.96% from 277); Green value is 2 (1.17% from 255 or 0.72% from 277); Blue value is 156 (61.33% from 255 or 56.32% from 277); Max value from RGB is 156 - color contains mainly: blue. Hex color #77029C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77029C is #88FD63. Grayscale: #363636. Windows color (decimal): -8977764 or 10224247. OLE color: 10224247.

HSL color Cylindrical-coordinate representation of color #77029C: hue angle of 285.58º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #77029C is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 119 2 156 -
CMYK 0.24 0.99 0 0.39
HSL 285.58º 0.97% 0.31% -
HSV(B) 285.58º 0.99% 0.61% -
XYZ 13.63 6.37 31.96 -
YUV 54.54 185.26 173.98 -
System Red Green Blue C M Y K H S L
Decimal 119 2 156 0.24 0.99 0 0.39 285.58 0.97 0.31
Hex 77 2 9C 18 63 0 27 11E 61 1F
Octal 167 2 234 30 143 0 47 436 141 37
Binary 1110111 10 10011100 11000 1100011 0 100111 100011110 1100001 11111

Color Harmonies of #77029C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77029C

Black with #77029C

Text Example


Text Example

White with #77029C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77029C; }

 p { color: rgb(119,2,156); }

 H1.HeaderClassName
 {
   color: #77029C;
 }
 .AnyTagClassName
 {
   color: #77029C;
 }
</style>

background-color css

<style>
 a { background-color: #77029C; }

 a { background-color: rgb(119,2,156); }

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

border-color css

<style>
 span { border-color: #77029C; }

 span { border-color: rgb(119,2,156); }

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