Html Css Color HEX #771095 Dark Magenta

📋 copy color: '#771095'

red 119 ◦ green 16 ◦ blue 149

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

Shades of Dark Magenta #771095

Tints of Dark Magenta #771095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 52.46%

R = 41.9%
G = 5.63%
B = 52.46%

CMYK

 C value IS 0.20

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#771095 (or 0x771095) is known color: Dark Magenta. HEX triplet: 77, 10 and 95. RGB value is (119,16,149). Sum of RGB (Red+Green+Blue) = 119+16+149=284 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.90% from 284); Green value is 16 (6.64% from 255 or 5.63% from 284); Blue value is 149 (58.59% from 255 or 52.46% from 284); Max value from RGB is 149 - color contains mainly: blue. Hex color #771095 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #771095 is #88EF6A. Grayscale: #3D3D3D. Windows color (decimal): -8974187 or 9769079. OLE color: 9769079.

HSL color Cylindrical-coordinate representation of color #771095: hue angle of 286.47º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #771095 is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 16 149 -
CMYK 0.20 0.89 0 0.42
HSL 286.47º 0.81% 0.32% -
HSV(B) 286.47º 0.89% 0.58% -
XYZ 13.22 6.46 28.98 -
YUV 61.96 177.12 168.69 -
System Red Green Blue C M Y K H S L
Decimal 119 16 149 0.20 0.89 0 0.42 286.47 0.81 0.32
Hex 77 10 95 14 59 0 2A 11E 51 20
Octal 167 20 225 24 131 0 52 436 121 40
Binary 1110111 10000 10010101 10100 1011001 0 101010 100011110 1010001 100000

Color Harmonies of #771095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771095

Black with #771095

Text Example


Text Example

White with #771095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771095; }

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

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

background-color css

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

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

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

border-color css

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

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

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