Html Css Color HEX #77059F Dark Magenta

📋 copy color: '#77059F'

red 119 ◦ green 5 ◦ blue 159

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

Shades of Dark Magenta #77059F

Tints of Dark Magenta #77059F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.77%

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

R = 42.05%
G = 1.77%
B = 56.18%

CMYK

 C value IS 0.25

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#77059F (or 0x77059F) is known color: Dark Magenta. HEX triplet: 77, 05 and 9F. RGB value is (119,5,159). Sum of RGB (Red+Green+Blue) = 119+5+159=283 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.05% from 283); Green value is 5 (2.34% from 255 or 1.77% from 283); Blue value is 159 (62.5% from 255 or 56.18% from 283); Max value from RGB is 159 - color contains mainly: blue. Hex color #77059F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77059F is #88FA60. Grayscale: #383838. Windows color (decimal): -8976993 or 10421623. OLE color: 10421623.

HSL color Cylindrical-coordinate representation of color #77059F: hue angle of 284.42º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #77059F is Cyan = 0.25, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 119 5 159 -
CMYK 0.25 0.97 0 0.38
HSL 284.42º 0.94% 0.32% -
HSV(B) 284.42º 0.97% 0.62% -
XYZ 13.92 6.53 33.33 -
YUV 56.64 185.77 172.48 -
System Red Green Blue C M Y K H S L
Decimal 119 5 159 0.25 0.97 0 0.38 284.42 0.94 0.32
Hex 77 5 9F 19 61 0 26 11C 5E 20
Octal 167 5 237 31 141 0 46 434 136 40
Binary 1110111 101 10011111 11001 1100001 0 100110 100011100 1011110 100000

Color Harmonies of #77059F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77059F

Black with #77059F

Text Example


Text Example

White with #77059F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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