Html Css Color HEX #771098 Dark Magenta

📋 copy color: '#771098'

red 119 ◦ green 16 ◦ blue 152

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

Shades of Dark Magenta #771098

Tints of Dark Magenta #771098

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.57%

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

R = 41.46%
G = 5.57%
B = 52.96%

CMYK

 C value IS 0.22

 M value IS 0.89

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#771098 (or 0x771098) is known color: Dark Magenta. HEX triplet: 77, 10 and 98. RGB value is (119,16,152). Sum of RGB (Red+Green+Blue) = 119+16+152=287 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.46% from 287); Green value is 16 (6.64% from 255 or 5.57% from 287); Blue value is 152 (59.77% from 255 or 52.96% from 287); Max value from RGB is 152 - color contains mainly: blue. Hex color #771098 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #771098 is #88EF67. Grayscale: #3D3D3D. Windows color (decimal): -8974184 or 9965687. OLE color: 9965687.

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

Color convert

RGB 119 16 152 -
CMYK 0.22 0.89 0 0.40
HSL 285.44º 0.81% 0.33% -
HSV(B) 285.44º 0.89% 0.6% -
XYZ 13.46 6.56 30.26 -
YUV 62.3 178.62 168.44 -
System Red Green Blue C M Y K H S L
Decimal 119 16 152 0.22 0.89 0 0.40 285.44 0.81 0.33
Hex 77 10 98 16 59 0 28 11D 51 21
Octal 167 20 230 26 131 0 50 435 121 41
Binary 1110111 10000 10011000 10110 1011001 0 101000 100011101 1010001 100001

Color Harmonies of #771098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771098

Black with #771098

Text Example


Text Example

White with #771098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771098; }

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

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

background-color css

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

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

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

border-color css

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

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

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