Html Css Color HEX #77009C Dark Magenta

📋 copy color: '#77009C'

red 119 ◦ green 0 ◦ blue 156

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

Shades of Dark Magenta #77009C

Tints of Dark Magenta #77009C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 43.27%
G = 0%
B = 56.73%

CMYK

 C value IS 0.24

 M value IS 1

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#77009C (or 0x77009C) is known color: Dark Magenta. HEX triplet: 77, 00 and 9C. RGB value is (119,0,156). Sum of RGB (Red+Green+Blue) = 119+0+156=275 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.27% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 156 (61.33% from 255 or 56.73% from 275); Max value from RGB is 156 - color contains mainly: blue. Hex color #77009C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77009C is #88FF63. Grayscale: #343434. Windows color (decimal): -8978276 or 10223735. OLE color: 10223735.

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

Color convert

RGB 119 0 156 -
CMYK 0.24 1 0 0.39
HSL 285.77º 1% 0.31% -
HSV(B) 285.77º 1% 0.61% -
XYZ 13.61 6.32 31.96 -
YUV 53.37 185.92 174.82 -
System Red Green Blue C M Y K H S L
Decimal 119 0 156 0.24 1 0 0.39 285.77 1 0.31
Hex 77 0 9C 18 64 0 27 11E 64 1F
Octal 167 0 234 30 144 0 47 436 144 37
Binary 1110111 0 10011100 11000 1100100 0 100111 100011110 1100100 11111

Color Harmonies of #77009C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77009C

Black with #77009C

Text Example


Text Example

White with #77009C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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