Html Css Color HEX #77079C Dark Magenta

📋 copy color: '#77079C'

red 119 ◦ green 7 ◦ blue 156

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

Shades of Dark Magenta #77079C

Tints of Dark Magenta #77079C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.48%

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

R = 42.2%
G = 2.48%
B = 55.32%

CMYK

 C value IS 0.24

 M value IS 0.96

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#77079C (or 0x77079C) is known color: Dark Magenta. HEX triplet: 77, 07 and 9C. RGB value is (119,7,156). Sum of RGB (Red+Green+Blue) = 119+7+156=282 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.20% from 282); Green value is 7 (3.12% from 255 or 2.48% from 282); Blue value is 156 (61.33% from 255 or 55.32% from 282); Max value from RGB is 156 - color contains mainly: blue. Hex color #77079C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77079C is #88F863. Grayscale: #383838. Windows color (decimal): -8976484 or 10225527. OLE color: 10225527.

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

Color convert

RGB 119 7 156 -
CMYK 0.24 0.96 0 0.39
HSL 285.1º 0.91% 0.32% -
HSV(B) 285.1º 0.96% 0.61% -
XYZ 13.68 6.47 31.98 -
YUV 57.47 183.61 171.88 -
System Red Green Blue C M Y K H S L
Decimal 119 7 156 0.24 0.96 0 0.39 285.1 0.91 0.32
Hex 77 7 9C 18 60 0 27 11D 5B 20
Octal 167 7 234 30 140 0 47 435 133 40
Binary 1110111 111 10011100 11000 1100000 0 100111 100011101 1011011 100000

Color Harmonies of #77079C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77079C

Black with #77079C

Text Example


Text Example

White with #77079C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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