Html Css Color HEX #771389 Purple

📋 copy color: '#771389'

red 119 ◦ green 19 ◦ blue 137

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

Shades of Purple #771389

Tints of Purple #771389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 49.82%

R = 43.27%
G = 6.91%
B = 49.82%

CMYK

 C value IS 0.13

 M value IS 0.86

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#771389 (or 0x771389) is known color: Purple. HEX triplet: 77, 13 and 89. RGB value is (119,19,137). Sum of RGB (Red+Green+Blue) = 119+19+137=275 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.27% from 275); Green value is 19 (7.81% from 255 or 6.91% from 275); Blue value is 137 (53.91% from 255 or 49.82% from 275); Max value from RGB is 137 - color contains mainly: blue. Hex color #771389 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #771389 is #88EC76. Grayscale: #3D3D3D. Windows color (decimal): -8973431 or 8983415. OLE color: 8983415.

HSL color Cylindrical-coordinate representation of color #771389: hue angle of 290.85º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #771389 is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 119 19 137 -
CMYK 0.13 0.86 0 0.46
HSL 290.85º 0.76% 0.31% -
HSV(B) 290.85º 0.86% 0.54% -
XYZ 12.36 6.19 24.21 -
YUV 62.35 170.13 168.41 -
System Red Green Blue C M Y K H S L
Decimal 119 19 137 0.13 0.86 0 0.46 290.85 0.76 0.31
Hex 77 13 89 D 56 0 2E 123 4C 1F
Octal 167 23 211 15 126 0 56 443 114 37
Binary 1110111 10011 10001001 1101 1010110 0 101110 100100011 1001100 11111

Color Harmonies of #771389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771389

Black with #771389

Text Example


Text Example

White with #771389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771389; }

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

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

background-color css

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

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

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

border-color css

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

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

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