Html Css Color HEX #773192 Vivid Violet

📋 copy color: '#773192'

red 119 ◦ green 49 ◦ blue 146

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

Shades of Vivid Violet #773192

Tints of Vivid Violet #773192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 46.5%

R = 37.9%
G = 15.61%
B = 46.5%

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

#773192 (or 0x773192) is known color: Vivid Violet. HEX triplet: 77, 31 and 92. RGB value is (119,49,146). Sum of RGB (Red+Green+Blue) = 119+49+146=314 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.90% from 314); Green value is 49 (19.53% from 255 or 15.61% from 314); Blue value is 146 (57.42% from 255 or 46.50% from 314); Max value from RGB is 146 - color contains mainly: blue. Hex color #773192 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773192 is #88CE6D. Grayscale: #505050. Windows color (decimal): -8965742 or 9580919. OLE color: 9580919.

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

Color convert

RGB 119 49 146 -
CMYK 0.18 0.66 0 0.43
HSL 283.3º 0.5% 0.38% -
HSV(B) 283.3º 0.66% 0.57% -
XYZ 13.89 8.19 28.04 -
YUV 80.99 164.69 155.11 -
System Red Green Blue C M Y K H S L
Decimal 119 49 146 0.18 0.66 0 0.43 283.3 0.5 0.38
Hex 77 31 92 12 42 0 2B 11B 32 26
Octal 167 61 222 22 102 0 53 433 62 46
Binary 1110111 110001 10010010 10010 1000010 0 101011 100011011 110010 100110

Color Harmonies of #773192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773192

Black with #773192

Text Example


Text Example

White with #773192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773192; }

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

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

background-color css

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

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

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

border-color css

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

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

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