Html Css Color HEX #770599 Dark Magenta

📋 copy color: '#770599'

red 119 ◦ green 5 ◦ blue 153

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

Shades of Dark Magenta #770599

Tints of Dark Magenta #770599

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.81%

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

R = 42.96%
G = 1.81%
B = 55.23%

CMYK

 C value IS 0.22

 M value IS 0.97

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#770599 (or 0x770599) is known color: Dark Magenta. HEX triplet: 77, 05 and 99. RGB value is (119,5,153). Sum of RGB (Red+Green+Blue) = 119+5+153=277 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.96% from 277); Green value is 5 (2.34% from 255 or 1.81% from 277); Blue value is 153 (60.16% from 255 or 55.23% from 277); Max value from RGB is 153 - color contains mainly: blue. Hex color #770599 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770599 is #88FA66. Grayscale: #373737. Windows color (decimal): -8976999 or 10028407. OLE color: 10028407.

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

Color convert

RGB 119 5 153 -
CMYK 0.22 0.97 0 0.4
HSL 286.22º 0.94% 0.31% -
HSV(B) 286.22º 0.97% 0.6% -
XYZ 13.41 6.33 30.65 -
YUV 55.96 182.77 172.97 -
System Red Green Blue C M Y K H S L
Decimal 119 5 153 0.22 0.97 0 0.4 286.22 0.94 0.31
Hex 77 5 99 16 61 0 28 11E 5E 1F
Octal 167 5 231 26 141 0 50 436 136 37
Binary 1110111 101 10011001 10110 1100001 0 101000 100011110 1011110 11111

Color Harmonies of #770599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770599

Black with #770599

Text Example


Text Example

White with #770599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770599; }

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

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

background-color css

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

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

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

border-color css

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

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

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