Html Css Color HEX #771390 Purple

📋 copy color: '#771390'

red 119 ◦ green 19 ◦ blue 144

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

Shades of Purple #771390

Tints of Purple #771390

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.74%

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

R = 42.2%
G = 6.74%
B = 51.06%

CMYK

 C value IS 0.17

 M value IS 0.87

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#771390 (or 0x771390) is known color: Purple. HEX triplet: 77, 13 and 90. RGB value is (119,19,144). Sum of RGB (Red+Green+Blue) = 119+19+144=282 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.20% from 282); Green value is 19 (7.81% from 255 or 6.74% from 282); Blue value is 144 (56.64% from 255 or 51.06% from 282); Max value from RGB is 144 - color contains mainly: blue. Hex color #771390 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #771390 is #88EC6F. Grayscale: #3E3E3E. Windows color (decimal): -8973424 or 9442167. OLE color: 9442167.

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

Color convert

RGB 119 19 144 -
CMYK 0.17 0.87 0 0.44
HSL 288º 0.77% 0.32% -
HSV(B) 288º 0.87% 0.56% -
XYZ 12.87 6.4 26.94 -
YUV 63.15 173.63 167.84 -
System Red Green Blue C M Y K H S L
Decimal 119 19 144 0.17 0.87 0 0.44 288 0.77 0.32
Hex 77 13 90 11 57 0 2C 120 4D 20
Octal 167 23 220 21 127 0 54 440 115 40
Binary 1110111 10011 10010000 10001 1010111 0 101100 100100000 1001101 100000

Color Harmonies of #771390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771390

Black with #771390

Text Example


Text Example

White with #771390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771390; }

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

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

background-color css

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

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

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

border-color css

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

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

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