Html Css Color HEX #771290 Purple

📋 copy color: '#771290'

red 119 ◦ green 18 ◦ blue 144

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

Shades of Purple #771290

Tints of Purple #771290

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.41%

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

R = 42.35%
G = 6.41%
B = 51.25%

CMYK

 C value IS 0.17

 M value IS 0.88

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#771290 (or 0x771290) is known color: Purple. HEX triplet: 77, 12 and 90. RGB value is (119,18,144). Sum of RGB (Red+Green+Blue) = 119+18+144=281 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.35% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 144 (56.64% from 255 or 51.25% from 281); Max value from RGB is 144 - color contains mainly: blue. Hex color #771290 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #771290 is #88ED6F. Grayscale: #3E3E3E. Windows color (decimal): -8973680 or 9441911. OLE color: 9441911.

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

Color convert

RGB 119 18 144 -
CMYK 0.17 0.88 0 0.44
HSL 288.1º 0.78% 0.32% -
HSV(B) 288.1º 0.88% 0.56% -
XYZ 12.86 6.37 26.94 -
YUV 62.56 173.96 168.25 -
System Red Green Blue C M Y K H S L
Decimal 119 18 144 0.17 0.88 0 0.44 288.1 0.78 0.32
Hex 77 12 90 11 58 0 2C 120 4E 20
Octal 167 22 220 21 130 0 54 440 116 40
Binary 1110111 10010 10010000 10001 1011000 0 101100 100100000 1001110 100000

Color Harmonies of #771290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771290

Black with #771290

Text Example


Text Example

White with #771290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771290; }

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

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

background-color css

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

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

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

border-color css

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

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

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