Html Css Color HEX #771091 Purple

📋 copy color: '#771091'

red 119 ◦ green 16 ◦ blue 145

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

Shades of Purple #771091

Tints of Purple #771091

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.71%

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

R = 42.5%
G = 5.71%
B = 51.79%

CMYK

 C value IS 0.18

 M value IS 0.89

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#771091 (or 0x771091) is known color: Purple. HEX triplet: 77, 10 and 91. RGB value is (119,16,145). Sum of RGB (Red+Green+Blue) = 119+16+145=280 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.5% from 280); Green value is 16 (6.64% from 255 or 5.71% from 280); Blue value is 145 (57.03% from 255 or 51.79% from 280); Max value from RGB is 145 - color contains mainly: blue. Hex color #771091 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #771091 is #88EF6E. Grayscale: #3D3D3D. Windows color (decimal): -8974191 or 9506935. OLE color: 9506935.

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

Color convert

RGB 119 16 145 -
CMYK 0.18 0.89 0 0.43
HSL 287.91º 0.8% 0.32% -
HSV(B) 287.91º 0.89% 0.57% -
XYZ 12.9 6.34 27.33 -
YUV 61.5 175.12 169.01 -
System Red Green Blue C M Y K H S L
Decimal 119 16 145 0.18 0.89 0 0.43 287.91 0.8 0.32
Hex 77 10 91 12 59 0 2B 120 50 20
Octal 167 20 221 22 131 0 53 440 120 40
Binary 1110111 10000 10010001 10010 1011001 0 101011 100100000 1010000 100000

Color Harmonies of #771091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771091

Black with #771091

Text Example


Text Example

White with #771091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771091; }

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

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

background-color css

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

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

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

border-color css

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

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

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