Html Css Color HEX #770B96 Dark Magenta

📋 copy color: '#770B96'

red 119 ◦ green 11 ◦ blue 150

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

Shades of Dark Magenta #770B96

Tints of Dark Magenta #770B96

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.93%

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

R = 42.5%
G = 3.93%
B = 53.57%

CMYK

 C value IS 0.21

 M value IS 0.93

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#770B96 (or 0x770B96) is known color: Dark Magenta. HEX triplet: 77, 0B and 96. RGB value is (119,11,150). Sum of RGB (Red+Green+Blue) = 119+11+150=280 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.5% from 280); Green value is 11 (4.69% from 255 or 3.93% from 280); Blue value is 150 (58.98% from 255 or 53.57% from 280); Max value from RGB is 150 - color contains mainly: blue. Hex color #770B96 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770B96 is #88F469. Grayscale: #3A3A3A. Windows color (decimal): -8975466 or 9833335. OLE color: 9833335.

HSL color Cylindrical-coordinate representation of color #770B96: hue angle of 286.62º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #770B96 is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 119 11 150 -
CMYK 0.21 0.93 0 0.41
HSL 286.62º 0.86% 0.32% -
HSV(B) 286.62º 0.93% 0.59% -
XYZ 13.23 6.36 29.38 -
YUV 59.14 179.28 170.7 -
System Red Green Blue C M Y K H S L
Decimal 119 11 150 0.21 0.93 0 0.41 286.62 0.86 0.32
Hex 77 B 96 15 5D 0 29 11F 56 20
Octal 167 13 226 25 135 0 51 437 126 40
Binary 1110111 1011 10010110 10101 1011101 0 101001 100011111 1010110 100000

Color Harmonies of #770B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770B96

Black with #770B96

Text Example


Text Example

White with #770B96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770B96; }

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

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

background-color css

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

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

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

border-color css

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

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

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