Html Css Color HEX #771D84 Vivid Violet

📋 copy color: '#771D84'

red 119 ◦ green 29 ◦ blue 132

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

Shades of Vivid Violet #771D84

Tints of Vivid Violet #771D84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 47.14%

R = 42.5%
G = 10.36%
B = 47.14%

CMYK

 C value IS 0.10

 M value IS 0.78

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#771D84 (or 0x771D84) is known color: Vivid Violet. HEX triplet: 77, 1D and 84. RGB value is (119,29,132). Sum of RGB (Red+Green+Blue) = 119+29+132=280 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.5% from 280); Green value is 29 (11.72% from 255 or 10.36% from 280); Blue value is 132 (51.95% from 255 or 47.14% from 280); Max value from RGB is 132 - color contains mainly: blue. Hex color #771D84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #771D84 is #88E27B. Grayscale: #434343. Windows color (decimal): -8970876 or 8658295. OLE color: 8658295.

HSL color Cylindrical-coordinate representation of color #771D84: hue angle of 292.43º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #771D84 is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 119 29 132 -
CMYK 0.10 0.78 0 0.48
HSL 292.43º 0.64% 0.32% -
HSV(B) 292.43º 0.78% 0.52% -
XYZ 12.21 6.47 22.43 -
YUV 67.65 164.32 164.62 -
System Red Green Blue C M Y K H S L
Decimal 119 29 132 0.10 0.78 0 0.48 292.43 0.64 0.32
Hex 77 1D 84 A 4E 0 30 124 40 20
Octal 167 35 204 12 116 0 60 444 100 40
Binary 1110111 11101 10000100 1010 1001110 0 110000 100100100 1000000 100000

Color Harmonies of #771D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771D84

Black with #771D84

Text Example


Text Example

White with #771D84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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