Html Css Color HEX #773293 Vivid Violet

📋 copy color: '#773293'

red 119 ◦ green 50 ◦ blue 147

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

Shades of Vivid Violet #773293

Tints of Vivid Violet #773293

RGB

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

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

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

R = 37.66%
G = 15.82%
B = 46.52%

CMYK

 C value IS 0.19

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#773293 (or 0x773293) is known color: Vivid Violet. HEX triplet: 77, 32 and 93. RGB value is (119,50,147). Sum of RGB (Red+Green+Blue) = 119+50+147=316 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.66% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 147 (57.81% from 255 or 46.52% from 316); Max value from RGB is 147 - color contains mainly: blue. Hex color #773293 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773293 is #88CD6C. Grayscale: #515151. Windows color (decimal): -8965485 or 9646711. OLE color: 9646711.

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

Color convert

RGB 119 50 147 -
CMYK 0.19 0.66 0 0.42
HSL 282.68º 0.49% 0.39% -
HSV(B) 282.68º 0.66% 0.58% -
XYZ 14.01 8.31 28.47 -
YUV 81.69 164.86 154.61 -
System Red Green Blue C M Y K H S L
Decimal 119 50 147 0.19 0.66 0 0.42 282.68 0.49 0.39
Hex 77 32 93 13 42 0 2A 11B 31 27
Octal 167 62 223 23 102 0 52 433 61 47
Binary 1110111 110010 10010011 10011 1000010 0 101010 100011011 110001 100111

Color Harmonies of #773293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773293

Black with #773293

Text Example


Text Example

White with #773293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773293; }

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

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

background-color css

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

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

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

border-color css

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

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

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