Html Css Color HEX #770295 Dark Magenta

📋 copy color: '#770295'

red 119 ◦ green 2 ◦ blue 149

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

Shades of Dark Magenta #770295

Tints of Dark Magenta #770295

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.74%

 BLUE value IS 149 (58.59% from 255) = 55.19%

R = 44.07%
G = 0.74%
B = 55.19%

CMYK

 C value IS 0.20

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#770295 (or 0x770295) is known color: Dark Magenta. HEX triplet: 77, 02 and 95. RGB value is (119,2,149). Sum of RGB (Red+Green+Blue) = 119+2+149=270 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.07% from 270); Green value is 2 (1.17% from 255 or 0.74% from 270); Blue value is 149 (58.59% from 255 or 55.19% from 270); Max value from RGB is 149 - color contains mainly: blue. Hex color #770295 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770295 is #88FD6A. Grayscale: #353535. Windows color (decimal): -8977771 or 9765495. OLE color: 9765495.

HSL color Cylindrical-coordinate representation of color #770295: hue angle of 287.76º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #770295 is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 2 149 -
CMYK 0.20 0.99 0 0.42
HSL 287.76º 0.97% 0.3% -
HSV(B) 287.76º 0.99% 0.58% -
XYZ 13.05 6.14 28.93 -
YUV 53.74 181.76 174.55 -
System Red Green Blue C M Y K H S L
Decimal 119 2 149 0.20 0.99 0 0.42 287.76 0.97 0.3
Hex 77 2 95 14 63 0 2A 120 61 1E
Octal 167 2 225 24 143 0 52 440 141 36
Binary 1110111 10 10010101 10100 1100011 0 101010 100100000 1100001 11110

Color Harmonies of #770295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770295

Black with #770295

Text Example


Text Example

White with #770295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770295; }

 p { color: rgb(119,2,149); }

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

background-color css

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

 a { background-color: rgb(119,2,149); }

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

border-color css

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

 span { border-color: rgb(119,2,149); }

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