Html Css Color HEX #77079F Dark Magenta

📋 copy color: '#77079F'

red 119 ◦ green 7 ◦ blue 159

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

Shades of Dark Magenta #77079F

Tints of Dark Magenta #77079F

RGB

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

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

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

R = 41.75%
G = 2.46%
B = 55.79%

CMYK

 C value IS 0.25

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#77079F (or 0x77079F) is known color: Dark Magenta. HEX triplet: 77, 07 and 9F. RGB value is (119,7,159). Sum of RGB (Red+Green+Blue) = 119+7+159=285 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.75% from 285); Green value is 7 (3.12% from 255 or 2.46% from 285); Blue value is 159 (62.5% from 255 or 55.79% from 285); Max value from RGB is 159 - color contains mainly: blue. Hex color #77079F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77079F is #88F860. Grayscale: #393939. Windows color (decimal): -8976481 or 10422135. OLE color: 10422135.

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

Color convert

RGB 119 7 159 -
CMYK 0.25 0.96 0 0.38
HSL 284.21º 0.92% 0.33% -
HSV(B) 284.21º 0.96% 0.62% -
XYZ 13.94 6.58 33.34 -
YUV 57.82 185.11 171.64 -
System Red Green Blue C M Y K H S L
Decimal 119 7 159 0.25 0.96 0 0.38 284.21 0.92 0.33
Hex 77 7 9F 19 60 0 26 11C 5C 21
Octal 167 7 237 31 140 0 46 434 134 41
Binary 1110111 111 10011111 11001 1100000 0 100110 100011100 1011100 100001

Color Harmonies of #77079F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77079F

Black with #77079F

Text Example


Text Example

White with #77079F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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