Html Css Color HEX #773E86 Vivid Violet

📋 copy color: '#773E86'

red 119 ◦ green 62 ◦ blue 134

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

Shades of Vivid Violet #773E86

Tints of Vivid Violet #773E86

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.68%

 BLUE value IS 134 (52.73% from 255) = 42.54%

R = 37.78%
G = 19.68%
B = 42.54%

CMYK

 C value IS 0.11

 M value IS 0.54

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#773E86 (or 0x773E86) is known color: Vivid Violet. HEX triplet: 77, 3E and 86. RGB value is (119,62,134). Sum of RGB (Red+Green+Blue) = 119+62+134=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 62 (24.61% from 255 or 19.68% from 315); Blue value is 134 (52.73% from 255 or 42.54% from 315); Max value from RGB is 134 - color contains mainly: blue. Hex color #773E86 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773E86 is #88C179. Grayscale: #575757. Windows color (decimal): -8962426 or 8797815. OLE color: 8797815.

HSL color Cylindrical-coordinate representation of color #773E86: hue angle of 287.5º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #773E86 is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 119 62 134 -
CMYK 0.11 0.54 0 0.47
HSL 287.5º 0.37% 0.38% -
HSV(B) 287.5º 0.54% 0.53% -
XYZ 13.63 9.09 23.59 -
YUV 87.25 154.38 150.65 -
System Red Green Blue C M Y K H S L
Decimal 119 62 134 0.11 0.54 0 0.47 287.5 0.37 0.38
Hex 77 3E 86 B 36 0 2F 120 25 26
Octal 167 76 206 13 66 0 57 440 45 46
Binary 1110111 111110 10000110 1011 110110 0 101111 100100000 100101 100110

Color Harmonies of #773E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773E86

Black with #773E86

Text Example


Text Example

White with #773E86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,62,134); }

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

background-color css

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

 a { background-color: rgb(119,62,134); }

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

border-color css

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

 span { border-color: rgb(119,62,134); }

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