Html Css Color HEX #771690 Purple

📋 copy color: '#771690'

red 119 ◦ green 22 ◦ blue 144

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

Shades of Purple #771690

Tints of Purple #771690

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.72%

 BLUE value IS 144 (56.64% from 255) = 50.53%

R = 41.75%
G = 7.72%
B = 50.53%

CMYK

 C value IS 0.17

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#771690 (or 0x771690) is known color: Purple. HEX triplet: 77, 16 and 90. RGB value is (119,22,144). Sum of RGB (Red+Green+Blue) = 119+22+144=285 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.75% from 285); Green value is 22 (8.98% from 255 or 7.72% from 285); Blue value is 144 (56.64% from 255 or 50.53% from 285); Max value from RGB is 144 - color contains mainly: blue. Hex color #771690 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #771690 is #88E96F. Grayscale: #404040. Windows color (decimal): -8972656 or 9442935. OLE color: 9442935.

HSL color Cylindrical-coordinate representation of color #771690: hue angle of 287.7º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #771690 is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 119 22 144 -
CMYK 0.17 0.85 0 0.44
HSL 287.7º 0.73% 0.33% -
HSV(B) 287.7º 0.85% 0.56% -
XYZ 12.93 6.51 26.96 -
YUV 64.91 172.64 166.58 -
System Red Green Blue C M Y K H S L
Decimal 119 22 144 0.17 0.85 0 0.44 287.7 0.73 0.33
Hex 77 16 90 11 55 0 2C 120 49 21
Octal 167 26 220 21 125 0 54 440 111 41
Binary 1110111 10110 10010000 10001 1010101 0 101100 100100000 1001001 100001

Color Harmonies of #771690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771690

Black with #771690

Text Example


Text Example

White with #771690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771690; }

 p { color: rgb(119,22,144); }

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

background-color css

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

 a { background-color: rgb(119,22,144); }

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

border-color css

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

 span { border-color: rgb(119,22,144); }

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