Html Css Color HEX #771FA4 Vivid Violet

📋 copy color: '#771FA4'

red 119 ◦ green 31 ◦ blue 164

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

Shades of Vivid Violet #771FA4

Tints of Vivid Violet #771FA4

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.87%

 BLUE value IS 164 (64.45% from 255) = 52.23%

R = 37.9%
G = 9.87%
B = 52.23%

CMYK

 C value IS 0.27

 M value IS 0.81

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#771FA4 (or 0x771FA4) is known color: Vivid Violet. HEX triplet: 77, 1F and A4. RGB value is (119,31,164). Sum of RGB (Red+Green+Blue) = 119+31+164=314 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.90% from 314); Green value is 31 (12.5% from 255 or 9.87% from 314); Blue value is 164 (64.45% from 255 or 52.23% from 314); Max value from RGB is 164 - color contains mainly: blue. Hex color #771FA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #771FA4 is #88E05B. Grayscale: #484848. Windows color (decimal): -8970332 or 10755959. OLE color: 10755959.

HSL color Cylindrical-coordinate representation of color #771FA4: hue angle of 279.7º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #771FA4 is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 119 31 164 -
CMYK 0.27 0.81 0 0.36
HSL 279.7º 0.68% 0.38% -
HSV(B) 279.7º 0.81% 0.64% -
XYZ 14.8 7.58 35.81 -
YUV 72.47 179.65 161.19 -
System Red Green Blue C M Y K H S L
Decimal 119 31 164 0.27 0.81 0 0.36 279.7 0.68 0.38
Hex 77 1F A4 1B 51 0 24 118 44 26
Octal 167 37 244 33 121 0 44 430 104 46
Binary 1110111 11111 10100100 11011 1010001 0 100100 100011000 1000100 100110

Color Harmonies of #771FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771FA4

Black with #771FA4

Text Example


Text Example

White with #771FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,31,164); }

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

background-color css

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

 a { background-color: rgb(119,31,164); }

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

border-color css

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

 span { border-color: rgb(119,31,164); }

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