Html Css Color HEX #771C87 Vivid Violet

📋 copy color: '#771C87'

red 119 ◦ green 28 ◦ blue 135

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

Shades of Vivid Violet #771C87

Tints of Vivid Violet #771C87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 47.87%

R = 42.2%
G = 9.93%
B = 47.87%

CMYK

 C value IS 0.12

 M value IS 0.79

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#771C87 (or 0x771C87) is known color: Vivid Violet. HEX triplet: 77, 1C and 87. RGB value is (119,28,135). Sum of RGB (Red+Green+Blue) = 119+28+135=282 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.20% from 282); Green value is 28 (11.33% from 255 or 9.93% from 282); Blue value is 135 (53.12% from 255 or 47.87% from 282); Max value from RGB is 135 - color contains mainly: blue. Hex color #771C87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #771C87 is #88E378. Grayscale: #434343. Windows color (decimal): -8971129 or 8854647. OLE color: 8854647.

HSL color Cylindrical-coordinate representation of color #771C87: hue angle of 291.03º degrees, saturation: 0.66, 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 #771C87 is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 119 28 135 -
CMYK 0.12 0.79 0 0.47
HSL 291.03º 0.66% 0.32% -
HSV(B) 291.03º 0.79% 0.53% -
XYZ 12.4 6.5 23.52 -
YUV 67.41 166.15 164.8 -
System Red Green Blue C M Y K H S L
Decimal 119 28 135 0.12 0.79 0 0.47 291.03 0.66 0.32
Hex 77 1C 87 C 4F 0 2F 123 42 20
Octal 167 34 207 14 117 0 57 443 102 40
Binary 1110111 11100 10000111 1100 1001111 0 101111 100100011 1000010 100000

Color Harmonies of #771C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771C87

Black with #771C87

Text Example


Text Example

White with #771C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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