Html Css Color HEX #771AA0 Vivid Violet

📋 copy color: '#771AA0'

red 119 ◦ green 26 ◦ blue 160

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

Shades of Vivid Violet #771AA0

Tints of Vivid Violet #771AA0

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.52%

 BLUE value IS 160 (62.89% from 255) = 52.46%

R = 39.02%
G = 8.52%
B = 52.46%

CMYK

 C value IS 0.26

 M value IS 0.84

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#771AA0 (or 0x771AA0) is known color: Vivid Violet. HEX triplet: 77, 1A and A0. RGB value is (119,26,160). Sum of RGB (Red+Green+Blue) = 119+26+160=305 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.02% from 305); Green value is 26 (10.55% from 255 or 8.52% from 305); Blue value is 160 (62.89% from 255 or 52.46% from 305); Max value from RGB is 160 - color contains mainly: blue. Hex color #771AA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #771AA0 is #88E55F. Grayscale: #444444. Windows color (decimal): -8971616 or 10492535. OLE color: 10492535.

HSL color Cylindrical-coordinate representation of color #771AA0: hue angle of 281.64º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #771AA0 is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 119 26 160 -
CMYK 0.26 0.84 0 0.37
HSL 281.64º 0.72% 0.36% -
HSV(B) 281.64º 0.84% 0.63% -
XYZ 14.32 7.2 33.89 -
YUV 69.08 179.31 163.6 -
System Red Green Blue C M Y K H S L
Decimal 119 26 160 0.26 0.84 0 0.37 281.64 0.72 0.36
Hex 77 1A A0 1A 54 0 25 11A 48 24
Octal 167 32 240 32 124 0 45 432 110 44
Binary 1110111 11010 10100000 11010 1010100 0 100101 100011010 1001000 100100

Color Harmonies of #771AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771AA0

Black with #771AA0

Text Example


Text Example

White with #771AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,26,160); }

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

background-color css

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

 a { background-color: rgb(119,26,160); }

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

border-color css

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

 span { border-color: rgb(119,26,160); }

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