Html Css Color HEX #770AAB Dark Magenta

📋 copy color: '#770AAB'

red 119 ◦ green 10 ◦ blue 171

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

Shades of Dark Magenta #770AAB

Tints of Dark Magenta #770AAB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.33%

 BLUE value IS 171 (67.19% from 255) = 57%

R = 39.67%
G = 3.33%
B = 57%

CMYK

 C value IS 0.30

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#770AAB (or 0x770AAB) is known color: Dark Magenta. HEX triplet: 77, 0A and AB. RGB value is (119,10,171). Sum of RGB (Red+Green+Blue) = 119+10+171=300 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.67% from 300); Green value is 10 (4.30% from 255 or 3.33% from 300); Blue value is 171 (67.19% from 255 or 57% from 300); Max value from RGB is 171 - color contains mainly: blue. Hex color #770AAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770AAB is #88F554. Grayscale: #3C3C3C. Windows color (decimal): -8975701 or 11209335. OLE color: 11209335.

HSL color Cylindrical-coordinate representation of color #770AAB: hue angle of 280.62º degrees, saturation: 0.89, 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 #770AAB is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 10 171 -
CMYK 0.30 0.94 0 0.33
HSL 280.62º 0.89% 0.35% -
HSV(B) 280.62º 0.94% 0.67% -
XYZ 15.07 7.08 39.1 -
YUV 60.95 190.11 169.41 -
System Red Green Blue C M Y K H S L
Decimal 119 10 171 0.30 0.94 0 0.33 280.62 0.89 0.35
Hex 77 A AB 1E 5E 0 21 119 59 23
Octal 167 12 253 36 136 0 41 431 131 43
Binary 1110111 1010 10101011 11110 1011110 0 100001 100011001 1011001 100011

Color Harmonies of #770AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770AAB

Black with #770AAB

Text Example


Text Example

White with #770AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,10,171); }

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

background-color css

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

 a { background-color: rgb(119,10,171); }

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

border-color css

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

 span { border-color: rgb(119,10,171); }

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