Html Css Color HEX #771D87 Vivid Violet

📋 copy color: '#771D87'

red 119 ◦ green 29 ◦ blue 135

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

Shades of Vivid Violet #771D87

Tints of Vivid Violet #771D87

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.25%

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

R = 42.05%
G = 10.25%
B = 47.7%

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

#771D87 (or 0x771D87) is known color: Vivid Violet. HEX triplet: 77, 1D and 87. RGB value is (119,29,135). Sum of RGB (Red+Green+Blue) = 119+29+135=283 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.05% from 283); Green value is 29 (11.72% from 255 or 10.25% from 283); Blue value is 135 (53.12% from 255 or 47.70% from 283); Max value from RGB is 135 - color contains mainly: blue. Hex color #771D87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #771D87 is #88E278. Grayscale: #434343. Windows color (decimal): -8970873 or 8854903. OLE color: 8854903.

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

Color convert

RGB 119 29 135 -
CMYK 0.12 0.79 0 0.47
HSL 290.94º 0.65% 0.32% -
HSV(B) 290.94º 0.79% 0.53% -
XYZ 12.42 6.55 23.53 -
YUV 67.99 165.82 164.38 -
System Red Green Blue C M Y K H S L
Decimal 119 29 135 0.12 0.79 0 0.47 290.94 0.65 0.32
Hex 77 1D 87 C 4F 0 2F 123 41 20
Octal 167 35 207 14 117 0 57 443 101 40
Binary 1110111 11101 10000111 1100 1001111 0 101111 100100011 1000001 100000

Color Harmonies of #771D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771D87

Black with #771D87

Text Example


Text Example

White with #771D87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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