Html Css Color HEX #773193 Vivid Violet

📋 copy color: '#773193'

red 119 ◦ green 49 ◦ blue 147

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

Shades of Vivid Violet #773193

Tints of Vivid Violet #773193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 46.67%

R = 37.78%
G = 15.56%
B = 46.67%

CMYK

 C value IS 0.19

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#773193 (or 0x773193) is known color: Vivid Violet. HEX triplet: 77, 31 and 93. RGB value is (119,49,147). Sum of RGB (Red+Green+Blue) = 119+49+147=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 49 (19.53% from 255 or 15.56% from 315); Blue value is 147 (57.81% from 255 or 46.67% from 315); Max value from RGB is 147 - color contains mainly: blue. Hex color #773193 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773193 is #88CE6C. Grayscale: #505050. Windows color (decimal): -8965741 or 9646455. OLE color: 9646455.

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

Color convert

RGB 119 49 147 -
CMYK 0.19 0.67 0 0.42
HSL 282.86º 0.5% 0.38% -
HSV(B) 282.86º 0.67% 0.58% -
XYZ 13.97 8.23 28.45 -
YUV 81.1 165.19 155.03 -
System Red Green Blue C M Y K H S L
Decimal 119 49 147 0.19 0.67 0 0.42 282.86 0.5 0.38
Hex 77 31 93 13 43 0 2A 11B 32 26
Octal 167 61 223 23 103 0 52 433 62 46
Binary 1110111 110001 10010011 10011 1000011 0 101010 100011011 110010 100110

Color Harmonies of #773193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773193

Black with #773193

Text Example


Text Example

White with #773193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773193; }

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

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

background-color css

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

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

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

border-color css

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

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

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