Html Css Color HEX #770998 Dark Magenta

📋 copy color: '#770998'

red 119 ◦ green 9 ◦ blue 152

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

Shades of Dark Magenta #770998

Tints of Dark Magenta #770998

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.21%

 BLUE value IS 152 (59.77% from 255) = 54.29%

R = 42.5%
G = 3.21%
B = 54.29%

CMYK

 C value IS 0.22

 M value IS 0.94

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#770998 (or 0x770998) is known color: Dark Magenta. HEX triplet: 77, 09 and 98. RGB value is (119,9,152). Sum of RGB (Red+Green+Blue) = 119+9+152=280 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.5% from 280); Green value is 9 (3.91% from 255 or 3.21% from 280); Blue value is 152 (59.77% from 255 or 54.29% from 280); Max value from RGB is 152 - color contains mainly: blue. Hex color #770998 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770998 is #88F667. Grayscale: #393939. Windows color (decimal): -8975976 or 9963895. OLE color: 9963895.

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

Color convert

RGB 119 9 152 -
CMYK 0.22 0.94 0 0.40
HSL 286.15º 0.89% 0.32% -
HSV(B) 286.15º 0.94% 0.6% -
XYZ 13.37 6.38 30.23 -
YUV 58.19 180.94 171.37 -
System Red Green Blue C M Y K H S L
Decimal 119 9 152 0.22 0.94 0 0.40 286.15 0.89 0.32
Hex 77 9 98 16 5E 0 28 11E 59 20
Octal 167 11 230 26 136 0 50 436 131 40
Binary 1110111 1001 10011000 10110 1011110 0 101000 100011110 1011001 100000

Color Harmonies of #770998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770998

Black with #770998

Text Example


Text Example

White with #770998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770998; }

 p { color: rgb(119,9,152); }

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

background-color css

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

 a { background-color: rgb(119,9,152); }

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

border-color css

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

 span { border-color: rgb(119,9,152); }

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