Html Css Color HEX #771C86 Vivid Violet

📋 copy color: '#771C86'

red 119 ◦ green 28 ◦ blue 134

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

Shades of Vivid Violet #771C86

Tints of Vivid Violet #771C86

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.96%

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

R = 42.35%
G = 9.96%
B = 47.69%

CMYK

 C value IS 0.11

 M value IS 0.79

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#771C86 (or 0x771C86) is known color: Vivid Violet. HEX triplet: 77, 1C and 86. RGB value is (119,28,134). Sum of RGB (Red+Green+Blue) = 119+28+134=281 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.35% from 281); Green value is 28 (11.33% from 255 or 9.96% from 281); Blue value is 134 (52.73% from 255 or 47.69% from 281); Max value from RGB is 134 - color contains mainly: blue. Hex color #771C86 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #771C86 is #88E379. Grayscale: #424242. Windows color (decimal): -8971130 or 8789111. OLE color: 8789111.

HSL color Cylindrical-coordinate representation of color #771C86: hue angle of 291.51º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #771C86 is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 119 28 134 -
CMYK 0.11 0.79 0 0.47
HSL 291.51º 0.65% 0.32% -
HSV(B) 291.51º 0.79% 0.53% -
XYZ 12.33 6.47 23.15 -
YUV 67.29 165.65 164.88 -
System Red Green Blue C M Y K H S L
Decimal 119 28 134 0.11 0.79 0 0.47 291.51 0.65 0.32
Hex 77 1C 86 B 4F 0 2F 124 41 20
Octal 167 34 206 13 117 0 57 444 101 40
Binary 1110111 11100 10000110 1011 1001111 0 101111 100100100 1000001 100000

Color Harmonies of #771C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771C86

Black with #771C86

Text Example


Text Example

White with #771C86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771C86; }

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

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

background-color css

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

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

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

border-color css

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

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

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