Html Css Color HEX #770697 Dark Magenta

📋 copy color: '#770697'

red 119 ◦ green 6 ◦ blue 151

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

Shades of Dark Magenta #770697

Tints of Dark Magenta #770697

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.17%

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

R = 43.12%
G = 2.17%
B = 54.71%

CMYK

 C value IS 0.21

 M value IS 0.96

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#770697 (or 0x770697) is known color: Dark Magenta. HEX triplet: 77, 06 and 97. RGB value is (119,6,151). Sum of RGB (Red+Green+Blue) = 119+6+151=276 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.12% from 276); Green value is 6 (2.73% from 255 or 2.17% from 276); Blue value is 151 (59.38% from 255 or 54.71% from 276); Max value from RGB is 151 - color contains mainly: blue. Hex color #770697 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770697 is #88F968. Grayscale: #373737. Windows color (decimal): -8976745 or 9897591. OLE color: 9897591.

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

Color convert

RGB 119 6 151 -
CMYK 0.21 0.96 0 0.41
HSL 286.76º 0.92% 0.31% -
HSV(B) 286.76º 0.96% 0.59% -
XYZ 13.26 6.29 29.79 -
YUV 56.32 181.44 172.71 -
System Red Green Blue C M Y K H S L
Decimal 119 6 151 0.21 0.96 0 0.41 286.76 0.92 0.31
Hex 77 6 97 15 60 0 29 11F 5C 1F
Octal 167 6 227 25 140 0 51 437 134 37
Binary 1110111 110 10010111 10101 1100000 0 101001 100011111 1011100 11111

Color Harmonies of #770697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770697

Black with #770697

Text Example


Text Example

White with #770697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770697; }

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

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

background-color css

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

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

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

border-color css

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

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

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