Html Css Color HEX #773F84 Vivid Violet

📋 copy color: '#773F84'

red 119 ◦ green 63 ◦ blue 132

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

Shades of Vivid Violet #773F84

Tints of Vivid Violet #773F84

RGB

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

 GREEN value IS 63 (25% from 255) = 20.06%

 BLUE value IS 132 (51.95% from 255) = 42.04%

R = 37.9%
G = 20.06%
B = 42.04%

CMYK

 C value IS 0.10

 M value IS 0.52

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#773F84 (or 0x773F84) is known color: Vivid Violet. HEX triplet: 77, 3F and 84. RGB value is (119,63,132). Sum of RGB (Red+Green+Blue) = 119+63+132=314 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.90% from 314); Green value is 63 (25% from 255 or 20.06% from 314); Blue value is 132 (51.95% from 255 or 42.04% from 314); Max value from RGB is 132 - color contains mainly: blue. Hex color #773F84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773F84 is #88C07B. Grayscale: #575757. Windows color (decimal): -8962172 or 8666999. OLE color: 8666999.

HSL color Cylindrical-coordinate representation of color #773F84: hue angle of 288.7º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #773F84 is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 119 63 132 -
CMYK 0.10 0.52 0 0.48
HSL 288.7º 0.35% 0.38% -
HSV(B) 288.7º 0.52% 0.52% -
XYZ 13.55 9.14 22.88 -
YUV 87.61 153.05 150.39 -
System Red Green Blue C M Y K H S L
Decimal 119 63 132 0.10 0.52 0 0.48 288.7 0.35 0.38
Hex 77 3F 84 A 34 0 30 121 23 26
Octal 167 77 204 12 64 0 60 441 43 46
Binary 1110111 111111 10000100 1010 110100 0 110000 100100001 100011 100110

Color Harmonies of #773F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773F84

Black with #773F84

Text Example


Text Example

White with #773F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,63,132); }

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

background-color css

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

 a { background-color: rgb(119,63,132); }

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

border-color css

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

 span { border-color: rgb(119,63,132); }

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