Html Css Color HEX #773690 Vivid Violet

📋 copy color: '#773690'

red 119 ◦ green 54 ◦ blue 144

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

Shades of Vivid Violet #773690

Tints of Vivid Violet #773690

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.03%

 BLUE value IS 144 (56.64% from 255) = 45.43%

R = 37.54%
G = 17.03%
B = 45.43%

CMYK

 C value IS 0.17

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#773690 (or 0x773690) is known color: Vivid Violet. HEX triplet: 77, 36 and 90. RGB value is (119,54,144). Sum of RGB (Red+Green+Blue) = 119+54+144=317 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.54% from 317); Green value is 54 (21.48% from 255 or 17.03% from 317); Blue value is 144 (56.64% from 255 or 45.43% from 317); Max value from RGB is 144 - color contains mainly: blue. Hex color #773690 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773690 is #88C96F. Grayscale: #535353. Windows color (decimal): -8964464 or 9451127. OLE color: 9451127.

HSL color Cylindrical-coordinate representation of color #773690: hue angle of 283.33º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #773690 is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 119 54 144 -
CMYK 0.17 0.63 0 0.44
HSL 283.33º 0.45% 0.39% -
HSV(B) 283.33º 0.63% 0.56% -
XYZ 13.96 8.57 27.3 -
YUV 83.7 162.03 153.18 -
System Red Green Blue C M Y K H S L
Decimal 119 54 144 0.17 0.63 0 0.44 283.33 0.45 0.39
Hex 77 36 90 11 3F 0 2C 11B 2D 27
Octal 167 66 220 21 77 0 54 433 55 47
Binary 1110111 110110 10010000 10001 111111 0 101100 100011011 101101 100111

Color Harmonies of #773690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773690

Black with #773690

Text Example


Text Example

White with #773690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773690; }

 p { color: rgb(119,54,144); }

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

background-color css

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

 a { background-color: rgb(119,54,144); }

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

border-color css

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

 span { border-color: rgb(119,54,144); }

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