Html Css Color HEX #770DA6 Dark Magenta

📋 copy color: '#770DA6'

red 119 ◦ green 13 ◦ blue 166

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

Shades of Dark Magenta #770DA6

Tints of Dark Magenta #770DA6

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.36%

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

R = 39.93%
G = 4.36%
B = 55.7%

CMYK

 C value IS 0.28

 M value IS 0.92

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#770DA6 (or 0x770DA6) is known color: Dark Magenta. HEX triplet: 77, 0D and A6. RGB value is (119,13,166). Sum of RGB (Red+Green+Blue) = 119+13+166=298 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.93% from 298); Green value is 13 (5.47% from 255 or 4.36% from 298); Blue value is 166 (65.23% from 255 or 55.70% from 298); Max value from RGB is 166 - color contains mainly: blue. Hex color #770DA6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770DA6 is #88F259. Grayscale: #3D3D3D. Windows color (decimal): -8974938 or 10882423. OLE color: 10882423.

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

Color convert

RGB 119 13 166 -
CMYK 0.28 0.92 0 0.35
HSL 281.57º 0.85% 0.35% -
HSV(B) 281.57º 0.92% 0.65% -
XYZ 14.63 6.96 36.65 -
YUV 62.14 186.62 168.56 -
System Red Green Blue C M Y K H S L
Decimal 119 13 166 0.28 0.92 0 0.35 281.57 0.85 0.35
Hex 77 D A6 1C 5C 0 23 11A 55 23
Octal 167 15 246 34 134 0 43 432 125 43
Binary 1110111 1101 10100110 11100 1011100 0 100011 100011010 1010101 100011

Color Harmonies of #770DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770DA6

Black with #770DA6

Text Example


Text Example

White with #770DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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