Html Css Color HEX #773291 Vivid Violet

📋 copy color: '#773291'

red 119 ◦ green 50 ◦ blue 145

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

Shades of Vivid Violet #773291

Tints of Vivid Violet #773291

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.92%

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

R = 37.9%
G = 15.92%
B = 46.18%

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

#773291 (or 0x773291) is known color: Vivid Violet. HEX triplet: 77, 32 and 91. RGB value is (119,50,145). Sum of RGB (Red+Green+Blue) = 119+50+145=314 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.90% from 314); Green value is 50 (19.92% from 255 or 15.92% from 314); Blue value is 145 (57.03% from 255 or 46.18% from 314); Max value from RGB is 145 - color contains mainly: blue. Hex color #773291 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773291 is #88CD6E. Grayscale: #515151. Windows color (decimal): -8965487 or 9515639. OLE color: 9515639.

HSL color Cylindrical-coordinate representation of color #773291: hue angle of 283.58º 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 #773291 is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 119 50 145 -
CMYK 0.18 0.66 0 0.43
HSL 283.58º 0.49% 0.38% -
HSV(B) 283.58º 0.66% 0.57% -
XYZ 13.86 8.25 27.65 -
YUV 81.46 163.86 154.78 -
System Red Green Blue C M Y K H S L
Decimal 119 50 145 0.18 0.66 0 0.43 283.58 0.49 0.38
Hex 77 32 91 12 42 0 2B 11C 31 26
Octal 167 62 221 22 102 0 53 434 61 46
Binary 1110111 110010 10010001 10010 1000010 0 101011 100011100 110001 100110

Color Harmonies of #773291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773291

Black with #773291

Text Example


Text Example

White with #773291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773291; }

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

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

background-color css

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

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

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

border-color css

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

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

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