Html Css Color HEX #771395 Dark Magenta

📋 copy color: '#771395'

red 119 ◦ green 19 ◦ blue 149

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

Shades of Dark Magenta #771395

Tints of Dark Magenta #771395

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.62%

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

R = 41.46%
G = 6.62%
B = 51.92%

CMYK

 C value IS 0.20

 M value IS 0.87

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#771395 (or 0x771395) is known color: Dark Magenta. HEX triplet: 77, 13 and 95. RGB value is (119,19,149). Sum of RGB (Red+Green+Blue) = 119+19+149=287 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.46% from 287); Green value is 19 (7.81% from 255 or 6.62% from 287); Blue value is 149 (58.59% from 255 or 51.92% from 287); Max value from RGB is 149 - color contains mainly: blue. Hex color #771395 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #771395 is #88EC6A. Grayscale: #3F3F3F. Windows color (decimal): -8973419 or 9769847. OLE color: 9769847.

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

Color convert

RGB 119 19 149 -
CMYK 0.20 0.87 0 0.42
HSL 286.15º 0.77% 0.33% -
HSV(B) 286.15º 0.87% 0.58% -
XYZ 13.27 6.56 29 -
YUV 63.72 176.13 167.43 -
System Red Green Blue C M Y K H S L
Decimal 119 19 149 0.20 0.87 0 0.42 286.15 0.77 0.33
Hex 77 13 95 14 57 0 2A 11E 4D 21
Octal 167 23 225 24 127 0 52 436 115 41
Binary 1110111 10011 10010101 10100 1010111 0 101010 100011110 1001101 100001

Color Harmonies of #771395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771395

Black with #771395

Text Example


Text Example

White with #771395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771395; }

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

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

background-color css

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

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

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

border-color css

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

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

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