Html Css Color HEX #771586 Purple

📋 copy color: '#771586'

red 119 ◦ green 21 ◦ blue 134

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

Shades of Purple #771586

Tints of Purple #771586

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.66%

 BLUE value IS 134 (52.73% from 255) = 48.91%

R = 43.43%
G = 7.66%
B = 48.91%

CMYK

 C value IS 0.11

 M value IS 0.84

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#771586 (or 0x771586) is known color: Purple. HEX triplet: 77, 15 and 86. RGB value is (119,21,134). Sum of RGB (Red+Green+Blue) = 119+21+134=274 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.43% from 274); Green value is 21 (8.59% from 255 or 7.66% from 274); Blue value is 134 (52.73% from 255 or 48.91% from 274); Max value from RGB is 134 - color contains mainly: blue. Hex color #771586 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #771586 is #88EA79. Grayscale: #3E3E3E. Windows color (decimal): -8972922 or 8787319. OLE color: 8787319.

HSL color Cylindrical-coordinate representation of color #771586: hue angle of 292.04º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #771586 is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 119 21 134 -
CMYK 0.11 0.84 0 0.47
HSL 292.04º 0.73% 0.3% -
HSV(B) 292.04º 0.84% 0.53% -
XYZ 12.18 6.18 23.11 -
YUV 63.18 167.97 167.81 -
System Red Green Blue C M Y K H S L
Decimal 119 21 134 0.11 0.84 0 0.47 292.04 0.73 0.3
Hex 77 15 86 B 54 0 2F 124 49 1E
Octal 167 25 206 13 124 0 57 444 111 36
Binary 1110111 10101 10000110 1011 1010100 0 101111 100100100 1001001 11110

Color Harmonies of #771586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771586

Black with #771586

Text Example


Text Example

White with #771586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771586; }

 p { color: rgb(119,21,134); }

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

background-color css

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

 a { background-color: rgb(119,21,134); }

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

border-color css

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

 span { border-color: rgb(119,21,134); }

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