Html Css Color HEX #771DA0 Vivid Violet

📋 copy color: '#771DA0'

red 119 ◦ green 29 ◦ blue 160

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

Shades of Vivid Violet #771DA0

Tints of Vivid Violet #771DA0

RGB

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

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

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

R = 38.64%
G = 9.42%
B = 51.95%

CMYK

 C value IS 0.26

 M value IS 0.82

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#771DA0 (or 0x771DA0) is known color: Vivid Violet. HEX triplet: 77, 1D and A0. RGB value is (119,29,160). Sum of RGB (Red+Green+Blue) = 119+29+160=308 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.64% from 308); Green value is 29 (11.72% from 255 or 9.42% from 308); Blue value is 160 (62.89% from 255 or 51.95% from 308); Max value from RGB is 160 - color contains mainly: blue. Hex color #771DA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #771DA0 is #88E25F. Grayscale: #464646. Windows color (decimal): -8970848 or 10493303. OLE color: 10493303.

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

Color convert

RGB 119 29 160 -
CMYK 0.26 0.82 0 0.37
HSL 281.22º 0.69% 0.37% -
HSV(B) 281.22º 0.82% 0.63% -
XYZ 14.39 7.34 33.92 -
YUV 70.84 178.32 162.35 -
System Red Green Blue C M Y K H S L
Decimal 119 29 160 0.26 0.82 0 0.37 281.22 0.69 0.37
Hex 77 1D A0 1A 52 0 25 119 45 25
Octal 167 35 240 32 122 0 45 431 105 45
Binary 1110111 11101 10100000 11010 1010010 0 100101 100011001 1000101 100101

Color Harmonies of #771DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771DA0

Black with #771DA0

Text Example


Text Example

White with #771DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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