Html Css Color HEX #773794 Vivid Violet

📋 copy color: '#773794'

red 119 ◦ green 55 ◦ blue 148

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

Shades of Vivid Violet #773794

Tints of Vivid Violet #773794

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.08%

 BLUE value IS 148 (58.2% from 255) = 45.96%

R = 36.96%
G = 17.08%
B = 45.96%

CMYK

 C value IS 0.20

 M value IS 0.63

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#773794 (or 0x773794) is known color: Vivid Violet. HEX triplet: 77, 37 and 94. RGB value is (119,55,148). Sum of RGB (Red+Green+Blue) = 119+55+148=322 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.96% from 322); Green value is 55 (21.88% from 255 or 17.08% from 322); Blue value is 148 (58.20% from 255 or 45.96% from 322); Max value from RGB is 148 - color contains mainly: blue. Hex color #773794 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773794 is #88C86B. Grayscale: #545454. Windows color (decimal): -8964204 or 9713527. OLE color: 9713527.

HSL color Cylindrical-coordinate representation of color #773794: hue angle of 281.29º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #773794 is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 55 148 -
CMYK 0.20 0.63 0 0.42
HSL 281.29º 0.46% 0.4% -
HSV(B) 281.29º 0.63% 0.58% -
XYZ 14.32 8.79 28.96 -
YUV 84.74 163.7 152.44 -
System Red Green Blue C M Y K H S L
Decimal 119 55 148 0.20 0.63 0 0.42 281.29 0.46 0.4
Hex 77 37 94 14 3F 0 2A 119 2E 28
Octal 167 67 224 24 77 0 52 431 56 50
Binary 1110111 110111 10010100 10100 111111 0 101010 100011001 101110 101000

Color Harmonies of #773794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773794

Black with #773794

Text Example


Text Example

White with #773794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773794; }

 p { color: rgb(119,55,148); }

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

background-color css

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

 a { background-color: rgb(119,55,148); }

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

border-color css

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

 span { border-color: rgb(119,55,148); }

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