Html Css Color HEX #770698 Dark Magenta

📋 copy color: '#770698'

red 119 ◦ green 6 ◦ blue 152

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

Shades of Dark Magenta #770698

Tints of Dark Magenta #770698

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.17%

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

R = 42.96%
G = 2.17%
B = 54.87%

CMYK

 C value IS 0.22

 M value IS 0.96

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#770698 (or 0x770698) is known color: Dark Magenta. HEX triplet: 77, 06 and 98. RGB value is (119,6,152). Sum of RGB (Red+Green+Blue) = 119+6+152=277 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.96% from 277); Green value is 6 (2.73% from 255 or 2.17% from 277); Blue value is 152 (59.77% from 255 or 54.87% from 277); Max value from RGB is 152 - color contains mainly: blue. Hex color #770698 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770698 is #88F967. Grayscale: #373737. Windows color (decimal): -8976744 or 9963127. OLE color: 9963127.

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

Color convert

RGB 119 6 152 -
CMYK 0.22 0.96 0 0.40
HSL 286.44º 0.92% 0.31% -
HSV(B) 286.44º 0.96% 0.6% -
XYZ 13.34 6.32 30.22 -
YUV 56.43 181.94 172.63 -
System Red Green Blue C M Y K H S L
Decimal 119 6 152 0.22 0.96 0 0.40 286.44 0.92 0.31
Hex 77 6 98 16 60 0 28 11E 5C 1F
Octal 167 6 230 26 140 0 50 436 134 37
Binary 1110111 110 10011000 10110 1100000 0 101000 100011110 1011100 11111

Color Harmonies of #770698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770698

Black with #770698

Text Example


Text Example

White with #770698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770698; }

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

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

background-color css

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

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

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

border-color css

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

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

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