Html Css Color HEX #77109F Dark Magenta

📋 copy color: '#77109F'

red 119 ◦ green 16 ◦ blue 159

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

Shades of Dark Magenta #77109F

Tints of Dark Magenta #77109F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.44%

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

R = 40.48%
G = 5.44%
B = 54.08%

CMYK

 C value IS 0.25

 M value IS 0.90

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#77109F (or 0x77109F) is known color: Dark Magenta. HEX triplet: 77, 10 and 9F. RGB value is (119,16,159). Sum of RGB (Red+Green+Blue) = 119+16+159=294 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.48% from 294); Green value is 16 (6.64% from 255 or 5.44% from 294); Blue value is 159 (62.5% from 255 or 54.08% from 294); Max value from RGB is 159 - color contains mainly: blue. Hex color #77109F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77109F is #88EF60. Grayscale: #3E3E3E. Windows color (decimal): -8974177 or 10424439. OLE color: 10424439.

HSL color Cylindrical-coordinate representation of color #77109F: hue angle of 283.22º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #77109F is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 119 16 159 -
CMYK 0.25 0.90 0 0.38
HSL 283.22º 0.82% 0.34% -
HSV(B) 283.22º 0.9% 0.62% -
XYZ 14.05 6.8 33.37 -
YUV 63.1 182.12 167.87 -
System Red Green Blue C M Y K H S L
Decimal 119 16 159 0.25 0.90 0 0.38 283.22 0.82 0.34
Hex 77 10 9F 19 5A 0 26 11B 52 22
Octal 167 20 237 31 132 0 46 433 122 42
Binary 1110111 10000 10011111 11001 1011010 0 100110 100011011 1010010 100010

Color Harmonies of #77109F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77109F

Black with #77109F

Text Example


Text Example

White with #77109F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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