Html Css Color HEX #773796 Vivid Violet

📋 copy color: '#773796'

red 119 ◦ green 55 ◦ blue 150

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

Shades of Vivid Violet #773796

Tints of Vivid Violet #773796

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.98%

 BLUE value IS 150 (58.98% from 255) = 46.3%

R = 36.73%
G = 16.98%
B = 46.3%

CMYK

 C value IS 0.21

 M value IS 0.63

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#773796 (or 0x773796) is known color: Vivid Violet. HEX triplet: 77, 37 and 96. RGB value is (119,55,150). Sum of RGB (Red+Green+Blue) = 119+55+150=324 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.73% from 324); Green value is 55 (21.88% from 255 or 16.98% from 324); Blue value is 150 (58.98% from 255 or 46.30% from 324); Max value from RGB is 150 - color contains mainly: blue. Hex color #773796 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773796 is #88C869. Grayscale: #545454. Windows color (decimal): -8964202 or 9844599. OLE color: 9844599.

HSL color Cylindrical-coordinate representation of color #773796: hue angle of 280.42º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #773796 is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 119 55 150 -
CMYK 0.21 0.63 0 0.41
HSL 280.42º 0.46% 0.4% -
HSV(B) 280.42º 0.63% 0.59% -
XYZ 14.48 8.86 29.8 -
YUV 84.97 164.7 152.28 -
System Red Green Blue C M Y K H S L
Decimal 119 55 150 0.21 0.63 0 0.41 280.42 0.46 0.4
Hex 77 37 96 15 3F 0 29 118 2E 28
Octal 167 67 226 25 77 0 51 430 56 50
Binary 1110111 110111 10010110 10101 111111 0 101001 100011000 101110 101000

Color Harmonies of #773796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773796

Black with #773796

Text Example


Text Example

White with #773796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773796; }

 p { color: rgb(119,55,150); }

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

background-color css

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

 a { background-color: rgb(119,55,150); }

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

border-color css

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

 span { border-color: rgb(119,55,150); }

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