Html Css Color HEX #770C9B Dark Magenta

📋 copy color: '#770C9B'

red 119 ◦ green 12 ◦ blue 155

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

Shades of Dark Magenta #770C9B

Tints of Dark Magenta #770C9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 54.2%

R = 41.61%
G = 4.2%
B = 54.2%

CMYK

 C value IS 0.23

 M value IS 0.92

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#770C9B (or 0x770C9B) is known color: Dark Magenta. HEX triplet: 77, 0C and 9B. RGB value is (119,12,155). Sum of RGB (Red+Green+Blue) = 119+12+155=286 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.61% from 286); Green value is 12 (5.08% from 255 or 4.20% from 286); Blue value is 155 (60.94% from 255 or 54.20% from 286); Max value from RGB is 155 - color contains mainly: blue. Hex color #770C9B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770C9B is #88F364. Grayscale: #3B3B3B. Windows color (decimal): -8975205 or 10161271. OLE color: 10161271.

HSL color Cylindrical-coordinate representation of color #770C9B: hue angle of 284.9º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #770C9B is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 119 12 155 -
CMYK 0.23 0.92 0 0.39
HSL 284.9º 0.86% 0.33% -
HSV(B) 284.9º 0.92% 0.61% -
XYZ 13.66 6.55 31.56 -
YUV 60.3 181.45 169.87 -
System Red Green Blue C M Y K H S L
Decimal 119 12 155 0.23 0.92 0 0.39 284.9 0.86 0.33
Hex 77 C 9B 17 5C 0 27 11D 56 21
Octal 167 14 233 27 134 0 47 435 126 41
Binary 1110111 1100 10011011 10111 1011100 0 100111 100011101 1010110 100001

Color Harmonies of #770C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770C9B

Black with #770C9B

Text Example


Text Example

White with #770C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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