Html Css Color HEX #770997 Dark Magenta

📋 copy color: '#770997'

red 119 ◦ green 9 ◦ blue 151

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

Shades of Dark Magenta #770997

Tints of Dark Magenta #770997

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.23%

 BLUE value IS 151 (59.38% from 255) = 54.12%

R = 42.65%
G = 3.23%
B = 54.12%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#770997 (or 0x770997) is known color: Dark Magenta. HEX triplet: 77, 09 and 97. RGB value is (119,9,151). Sum of RGB (Red+Green+Blue) = 119+9+151=279 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.65% from 279); Green value is 9 (3.91% from 255 or 3.23% from 279); Blue value is 151 (59.38% from 255 or 54.12% from 279); Max value from RGB is 151 - color contains mainly: blue. Hex color #770997 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770997 is #88F668. Grayscale: #393939. Windows color (decimal): -8975977 or 9898359. OLE color: 9898359.

HSL color Cylindrical-coordinate representation of color #770997: hue angle of 286.48º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #770997 is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 119 9 151 -
CMYK 0.21 0.94 0 0.41
HSL 286.48º 0.89% 0.31% -
HSV(B) 286.48º 0.94% 0.59% -
XYZ 13.29 6.35 29.8 -
YUV 58.08 180.44 171.45 -
System Red Green Blue C M Y K H S L
Decimal 119 9 151 0.21 0.94 0 0.41 286.48 0.89 0.31
Hex 77 9 97 15 5E 0 29 11E 59 1F
Octal 167 11 227 25 136 0 51 436 131 37
Binary 1110111 1001 10010111 10101 1011110 0 101001 100011110 1011001 11111

Color Harmonies of #770997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770997

Black with #770997

Text Example


Text Example

White with #770997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770997; }

 p { color: rgb(119,9,151); }

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

background-color css

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

 a { background-color: rgb(119,9,151); }

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

border-color css

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

 span { border-color: rgb(119,9,151); }

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