Html Css Color HEX #770BAA Dark Magenta

📋 copy color: '#770BAA'

red 119 ◦ green 11 ◦ blue 170

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

Shades of Dark Magenta #770BAA

Tints of Dark Magenta #770BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 56.67%

R = 39.67%
G = 3.67%
B = 56.67%

CMYK

 C value IS 0.3

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#770BAA (or 0x770BAA) is known color: Dark Magenta. HEX triplet: 77, 0B and AA. RGB value is (119,11,170). Sum of RGB (Red+Green+Blue) = 119+11+170=300 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.67% from 300); Green value is 11 (4.69% from 255 or 3.67% from 300); Blue value is 170 (66.80% from 255 or 56.67% from 300); Max value from RGB is 170 - color contains mainly: blue. Hex color #770BAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770BAA is #88F455. Grayscale: #3C3C3C. Windows color (decimal): -8975446 or 11144055. OLE color: 11144055.

HSL color Cylindrical-coordinate representation of color #770BAA: hue angle of 280.75º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #770BAA is Cyan = 0.3, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 11 170 -
CMYK 0.3 0.94 0 0.33
HSL 280.75º 0.88% 0.35% -
HSV(B) 280.75º 0.94% 0.67% -
XYZ 14.98 7.06 38.6 -
YUV 61.42 189.28 169.07 -
System Red Green Blue C M Y K H S L
Decimal 119 11 170 0.3 0.94 0 0.33 280.75 0.88 0.35
Hex 77 B AA 1E 5E 0 21 119 58 23
Octal 167 13 252 36 136 0 41 431 130 43
Binary 1110111 1011 10101010 11110 1011110 0 100001 100011001 1011000 100011

Color Harmonies of #770BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770BAA

Black with #770BAA

Text Example


Text Example

White with #770BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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