Html Css Color HEX #773194 Vivid Violet

📋 copy color: '#773194'

red 119 ◦ green 49 ◦ blue 148

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

Shades of Vivid Violet #773194

Tints of Vivid Violet #773194

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.51%

 BLUE value IS 148 (58.2% from 255) = 46.84%

R = 37.66%
G = 15.51%
B = 46.84%

CMYK

 C value IS 0.20

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#773194 (or 0x773194) is known color: Vivid Violet. HEX triplet: 77, 31 and 94. RGB value is (119,49,148). Sum of RGB (Red+Green+Blue) = 119+49+148=316 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.66% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 148 (58.20% from 255 or 46.84% from 316); Max value from RGB is 148 - color contains mainly: blue. Hex color #773194 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773194 is #88CE6B. Grayscale: #505050. Windows color (decimal): -8965740 or 9711991. OLE color: 9711991.

HSL color Cylindrical-coordinate representation of color #773194: hue angle of 282.42º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #773194 is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 49 148 -
CMYK 0.20 0.67 0 0.42
HSL 282.42º 0.5% 0.39% -
HSV(B) 282.42º 0.67% 0.58% -
XYZ 14.05 8.26 28.87 -
YUV 81.22 165.69 154.95 -
System Red Green Blue C M Y K H S L
Decimal 119 49 148 0.20 0.67 0 0.42 282.42 0.5 0.39
Hex 77 31 94 14 43 0 2A 11A 32 27
Octal 167 61 224 24 103 0 52 432 62 47
Binary 1110111 110001 10010100 10100 1000011 0 101010 100011010 110010 100111

Color Harmonies of #773194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773194

Black with #773194

Text Example


Text Example

White with #773194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773194; }

 p { color: rgb(119,49,148); }

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

background-color css

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

 a { background-color: rgb(119,49,148); }

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

border-color css

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

 span { border-color: rgb(119,49,148); }

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