Html Css Color HEX #770899 Dark Magenta

📋 copy color: '#770899'

red 119 ◦ green 8 ◦ blue 153

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

Shades of Dark Magenta #770899

Tints of Dark Magenta #770899

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.86%

 BLUE value IS 153 (60.16% from 255) = 54.64%

R = 42.5%
G = 2.86%
B = 54.64%

CMYK

 C value IS 0.22

 M value IS 0.95

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#770899 (or 0x770899) is known color: Dark Magenta. HEX triplet: 77, 08 and 99. RGB value is (119,8,153). Sum of RGB (Red+Green+Blue) = 119+8+153=280 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.5% from 280); Green value is 8 (3.52% from 255 or 2.86% from 280); Blue value is 153 (60.16% from 255 or 54.64% from 280); Max value from RGB is 153 - color contains mainly: blue. Hex color #770899 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770899 is #88F766. Grayscale: #393939. Windows color (decimal): -8976231 or 10029175. OLE color: 10029175.

HSL color Cylindrical-coordinate representation of color #770899: hue angle of 285.93º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #770899 is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 119 8 153 -
CMYK 0.22 0.95 0 0.4
HSL 285.93º 0.9% 0.32% -
HSV(B) 285.93º 0.95% 0.6% -
XYZ 13.44 6.4 30.66 -
YUV 57.72 181.77 171.71 -
System Red Green Blue C M Y K H S L
Decimal 119 8 153 0.22 0.95 0 0.4 285.93 0.9 0.32
Hex 77 8 99 16 5F 0 28 11E 5A 20
Octal 167 10 231 26 137 0 50 436 132 40
Binary 1110111 1000 10011001 10110 1011111 0 101000 100011110 1011010 100000

Color Harmonies of #770899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770899

Black with #770899

Text Example


Text Example

White with #770899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770899; }

 p { color: rgb(119,8,153); }

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

background-color css

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

 a { background-color: rgb(119,8,153); }

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

border-color css

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

 span { border-color: rgb(119,8,153); }

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