Html Css Color HEX #770CAA Dark Magenta

📋 copy color: '#770CAA'

red 119 ◦ green 12 ◦ blue 170

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

Shades of Dark Magenta #770CAA

Tints of Dark Magenta #770CAA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.99%

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

R = 39.53%
G = 3.99%
B = 56.48%

CMYK

 C value IS 0.3

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#770CAA (or 0x770CAA) is known color: Dark Magenta. HEX triplet: 77, 0C and AA. RGB value is (119,12,170). Sum of RGB (Red+Green+Blue) = 119+12+170=301 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.53% from 301); Green value is 12 (5.08% from 255 or 3.99% from 301); Blue value is 170 (66.80% from 255 or 56.48% from 301); Max value from RGB is 170 - color contains mainly: blue. Hex color #770CAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770CAA is #88F355. Grayscale: #3D3D3D. Windows color (decimal): -8975190 or 11144311. OLE color: 11144311.

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

Color convert

RGB 119 12 170 -
CMYK 0.3 0.93 0 0.33
HSL 280.63º 0.87% 0.36% -
HSV(B) 280.63º 0.93% 0.67% -
XYZ 14.99 7.09 38.61 -
YUV 62.01 188.95 168.65 -
System Red Green Blue C M Y K H S L
Decimal 119 12 170 0.3 0.93 0 0.33 280.63 0.87 0.36
Hex 77 C AA 1E 5D 0 21 119 57 24
Octal 167 14 252 36 135 0 41 431 127 44
Binary 1110111 1100 10101010 11110 1011101 0 100001 100011001 1010111 100100

Color Harmonies of #770CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770CAA

Black with #770CAA

Text Example


Text Example

White with #770CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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