Html Css Color HEX #770996 Dark Magenta

📋 copy color: '#770996'

red 119 ◦ green 9 ◦ blue 150

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

Shades of Dark Magenta #770996

Tints of Dark Magenta #770996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 53.96%

R = 42.81%
G = 3.24%
B = 53.96%

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

#770996 (or 0x770996) is known color: Dark Magenta. HEX triplet: 77, 09 and 96. RGB value is (119,9,150). Sum of RGB (Red+Green+Blue) = 119+9+150=278 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.81% from 278); Green value is 9 (3.91% from 255 or 3.24% from 278); Blue value is 150 (58.98% from 255 or 53.96% from 278); Max value from RGB is 150 - color contains mainly: blue. Hex color #770996 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770996 is #88F669. Grayscale: #393939. Windows color (decimal): -8975978 or 9832823. OLE color: 9832823.

HSL color Cylindrical-coordinate representation of color #770996: hue angle of 286.81º 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 #770996 is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 119 9 150 -
CMYK 0.21 0.94 0 0.41
HSL 286.81º 0.89% 0.31% -
HSV(B) 286.81º 0.94% 0.59% -
XYZ 13.21 6.32 29.38 -
YUV 57.96 179.94 171.54 -
System Red Green Blue C M Y K H S L
Decimal 119 9 150 0.21 0.94 0 0.41 286.81 0.89 0.31
Hex 77 9 96 15 5E 0 29 11F 59 1F
Octal 167 11 226 25 136 0 51 437 131 37
Binary 1110111 1001 10010110 10101 1011110 0 101001 100011111 1011001 11111

Color Harmonies of #770996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770996

Black with #770996

Text Example


Text Example

White with #770996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770996; }

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

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

background-color css

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

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

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

border-color css

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

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

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