Html Css Color HEX #771291 Purple

📋 copy color: '#771291'

red 119 ◦ green 18 ◦ blue 145

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

Shades of Purple #771291

Tints of Purple #771291

RGB

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

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

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

R = 42.2%
G = 6.38%
B = 51.42%

CMYK

 C value IS 0.18

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#771291 (or 0x771291) is known color: Purple. HEX triplet: 77, 12 and 91. RGB value is (119,18,145). Sum of RGB (Red+Green+Blue) = 119+18+145=282 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.20% from 282); Green value is 18 (7.42% from 255 or 6.38% from 282); Blue value is 145 (57.03% from 255 or 51.42% from 282); Max value from RGB is 145 - color contains mainly: blue. Hex color #771291 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #771291 is #88ED6E. Grayscale: #3E3E3E. Windows color (decimal): -8973679 or 9507447. OLE color: 9507447.

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

Color convert

RGB 119 18 145 -
CMYK 0.18 0.88 0 0.43
HSL 287.72º 0.78% 0.32% -
HSV(B) 287.72º 0.88% 0.57% -
XYZ 12.93 6.4 27.34 -
YUV 62.68 174.46 168.17 -
System Red Green Blue C M Y K H S L
Decimal 119 18 145 0.18 0.88 0 0.43 287.72 0.78 0.32
Hex 77 12 91 12 58 0 2B 120 4E 20
Octal 167 22 221 22 130 0 53 440 116 40
Binary 1110111 10010 10010001 10010 1011000 0 101011 100100000 1001110 100000

Color Harmonies of #771291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771291

Black with #771291

Text Example


Text Example

White with #771291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771291; }

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

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

background-color css

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

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

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

border-color css

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

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

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