Html Css Color HEX #770BA6 Dark Magenta

📋 copy color: '#770BA6'

red 119 ◦ green 11 ◦ blue 166

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

Shades of Dark Magenta #770BA6

Tints of Dark Magenta #770BA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 56.08%

R = 40.2%
G = 3.72%
B = 56.08%

CMYK

 C value IS 0.28

 M value IS 0.93

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#770BA6 (or 0x770BA6) is known color: Dark Magenta. HEX triplet: 77, 0B and A6. RGB value is (119,11,166). Sum of RGB (Red+Green+Blue) = 119+11+166=296 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.20% from 296); Green value is 11 (4.69% from 255 or 3.72% from 296); Blue value is 166 (65.23% from 255 or 56.08% from 296); Max value from RGB is 166 - color contains mainly: blue. Hex color #770BA6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770BA6 is #88F459. Grayscale: #3C3C3C. Windows color (decimal): -8975450 or 10881911. OLE color: 10881911.

HSL color Cylindrical-coordinate representation of color #770BA6: hue angle of 281.81º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #770BA6 is Cyan = 0.28, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 119 11 166 -
CMYK 0.28 0.93 0 0.35
HSL 281.81º 0.88% 0.35% -
HSV(B) 281.81º 0.93% 0.65% -
XYZ 14.61 6.91 36.64 -
YUV 60.96 187.28 169.4 -
System Red Green Blue C M Y K H S L
Decimal 119 11 166 0.28 0.93 0 0.35 281.81 0.88 0.35
Hex 77 B A6 1C 5D 0 23 11A 58 23
Octal 167 13 246 34 135 0 43 432 130 43
Binary 1110111 1011 10100110 11100 1011101 0 100011 100011010 1011000 100011

Color Harmonies of #770BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770BA6

Black with #770BA6

Text Example


Text Example

White with #770BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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