Html Css Color HEX #771391 Purple

📋 copy color: '#771391'

red 119 ◦ green 19 ◦ blue 145

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

Shades of Purple #771391

Tints of Purple #771391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 51.24%

R = 42.05%
G = 6.71%
B = 51.24%

CMYK

 C value IS 0.18

 M value IS 0.87

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#771391 (or 0x771391) is known color: Purple. HEX triplet: 77, 13 and 91. RGB value is (119,19,145). Sum of RGB (Red+Green+Blue) = 119+19+145=283 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.05% from 283); Green value is 19 (7.81% from 255 or 6.71% from 283); Blue value is 145 (57.03% from 255 or 51.24% from 283); Max value from RGB is 145 - color contains mainly: blue. Hex color #771391 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #771391 is #88EC6E. Grayscale: #3E3E3E. Windows color (decimal): -8973423 or 9507703. OLE color: 9507703.

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

Color convert

RGB 119 19 145 -
CMYK 0.18 0.87 0 0.43
HSL 287.62º 0.77% 0.32% -
HSV(B) 287.62º 0.87% 0.57% -
XYZ 12.95 6.43 27.35 -
YUV 63.26 174.13 167.75 -
System Red Green Blue C M Y K H S L
Decimal 119 19 145 0.18 0.87 0 0.43 287.62 0.77 0.32
Hex 77 13 91 12 57 0 2B 120 4D 20
Octal 167 23 221 22 127 0 53 440 115 40
Binary 1110111 10011 10010001 10010 1010111 0 101011 100100000 1001101 100000

Color Harmonies of #771391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771391

Black with #771391

Text Example


Text Example

White with #771391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771391; }

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

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

background-color css

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

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

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

border-color css

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

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

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