Html Css Color HEX #771889 Purple

📋 copy color: '#771889'

red 119 ◦ green 24 ◦ blue 137

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

Shades of Purple #771889

Tints of Purple #771889

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.57%

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

R = 42.5%
G = 8.57%
B = 48.93%

CMYK

 C value IS 0.13

 M value IS 0.82

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#771889 (or 0x771889) is known color: Purple. HEX triplet: 77, 18 and 89. RGB value is (119,24,137). Sum of RGB (Red+Green+Blue) = 119+24+137=280 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.5% from 280); Green value is 24 (9.77% from 255 or 8.57% from 280); Blue value is 137 (53.91% from 255 or 48.93% from 280); Max value from RGB is 137 - color contains mainly: blue. Hex color #771889 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #771889 is #88E776. Grayscale: #404040. Windows color (decimal): -8972151 or 8984695. OLE color: 8984695.

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

Color convert

RGB 119 24 137 -
CMYK 0.13 0.82 0 0.46
HSL 290.44º 0.7% 0.32% -
HSV(B) 290.44º 0.82% 0.54% -
XYZ 12.45 6.38 24.24 -
YUV 65.29 168.47 166.31 -
System Red Green Blue C M Y K H S L
Decimal 119 24 137 0.13 0.82 0 0.46 290.44 0.7 0.32
Hex 77 18 89 D 52 0 2E 122 46 20
Octal 167 30 211 15 122 0 56 442 106 40
Binary 1110111 11000 10001001 1101 1010010 0 101110 100100010 1000110 100000

Color Harmonies of #771889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771889

Black with #771889

Text Example


Text Example

White with #771889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771889; }

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

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

background-color css

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

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

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

border-color css

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

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

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