Html Css Color HEX #773A94 Vivid Violet

📋 copy color: '#773A94'

red 119 ◦ green 58 ◦ blue 148

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

Shades of Vivid Violet #773A94

Tints of Vivid Violet #773A94

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.85%

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

R = 36.62%
G = 17.85%
B = 45.54%

CMYK

 C value IS 0.20

 M value IS 0.61

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#773A94 (or 0x773A94) is known color: Vivid Violet. HEX triplet: 77, 3A and 94. RGB value is (119,58,148). Sum of RGB (Red+Green+Blue) = 119+58+148=325 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.62% from 325); Green value is 58 (23.05% from 255 or 17.85% from 325); Blue value is 148 (58.20% from 255 or 45.54% from 325); Max value from RGB is 148 - color contains mainly: blue. Hex color #773A94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773A94 is #88C56B. Grayscale: #565656. Windows color (decimal): -8963436 or 9714295. OLE color: 9714295.

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

Color convert

RGB 119 58 148 -
CMYK 0.20 0.61 0 0.42
HSL 280.67º 0.44% 0.4% -
HSV(B) 280.67º 0.61% 0.58% -
XYZ 14.47 9.09 29.01 -
YUV 86.5 162.71 151.18 -
System Red Green Blue C M Y K H S L
Decimal 119 58 148 0.20 0.61 0 0.42 280.67 0.44 0.4
Hex 77 3A 94 14 3D 0 2A 119 2C 28
Octal 167 72 224 24 75 0 52 431 54 50
Binary 1110111 111010 10010100 10100 111101 0 101010 100011001 101100 101000

Color Harmonies of #773A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773A94

Black with #773A94

Text Example


Text Example

White with #773A94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773A94; }

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

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

background-color css

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

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

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

border-color css

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

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

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