Html Css Color HEX #771490 Purple

📋 copy color: '#771490'

red 119 ◦ green 20 ◦ blue 144

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

Shades of Purple #771490

Tints of Purple #771490

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.07%

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

R = 42.05%
G = 7.07%
B = 50.88%

CMYK

 C value IS 0.17

 M value IS 0.86

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#771490 (or 0x771490) is known color: Purple. HEX triplet: 77, 14 and 90. RGB value is (119,20,144). Sum of RGB (Red+Green+Blue) = 119+20+144=283 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.05% from 283); Green value is 20 (8.20% from 255 or 7.07% from 283); Blue value is 144 (56.64% from 255 or 50.88% from 283); Max value from RGB is 144 - color contains mainly: blue. Hex color #771490 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #771490 is #88EB6F. Grayscale: #3F3F3F. Windows color (decimal): -8973168 or 9442423. OLE color: 9442423.

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

Color convert

RGB 119 20 144 -
CMYK 0.17 0.86 0 0.44
HSL 287.9º 0.76% 0.32% -
HSV(B) 287.9º 0.86% 0.56% -
XYZ 12.89 6.44 26.95 -
YUV 63.74 173.3 167.42 -
System Red Green Blue C M Y K H S L
Decimal 119 20 144 0.17 0.86 0 0.44 287.9 0.76 0.32
Hex 77 14 90 11 56 0 2C 120 4C 20
Octal 167 24 220 21 126 0 54 440 114 40
Binary 1110111 10100 10010000 10001 1010110 0 101100 100100000 1001100 100000

Color Harmonies of #771490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771490

Black with #771490

Text Example


Text Example

White with #771490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771490; }

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

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

background-color css

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

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

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

border-color css

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

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

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