Html Css Color HEX #773191 Vivid Violet

📋 copy color: '#773191'

red 119 ◦ green 49 ◦ blue 145

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

Shades of Vivid Violet #773191

Tints of Vivid Violet #773191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 46.33%

R = 38.02%
G = 15.65%
B = 46.33%

CMYK

 C value IS 0.18

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#773191 (or 0x773191) is known color: Vivid Violet. HEX triplet: 77, 31 and 91. RGB value is (119,49,145). Sum of RGB (Red+Green+Blue) = 119+49+145=313 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.02% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 145 (57.03% from 255 or 46.33% from 313); Max value from RGB is 145 - color contains mainly: blue. Hex color #773191 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773191 is #88CE6E. Grayscale: #505050. Windows color (decimal): -8965743 or 9515383. OLE color: 9515383.

HSL color Cylindrical-coordinate representation of color #773191: hue angle of 283.75º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #773191 is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 119 49 145 -
CMYK 0.18 0.66 0 0.43
HSL 283.75º 0.49% 0.38% -
HSV(B) 283.75º 0.66% 0.57% -
XYZ 13.82 8.16 27.64 -
YUV 80.87 164.19 155.19 -
System Red Green Blue C M Y K H S L
Decimal 119 49 145 0.18 0.66 0 0.43 283.75 0.49 0.38
Hex 77 31 91 12 42 0 2B 11C 31 26
Octal 167 61 221 22 102 0 53 434 61 46
Binary 1110111 110001 10010001 10010 1000010 0 101011 100011100 110001 100110

Color Harmonies of #773191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773191

Black with #773191

Text Example


Text Example

White with #773191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773191; }

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

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

background-color css

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

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

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

border-color css

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

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

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