Html Css Color HEX #773A82 Vivid Violet

📋 copy color: '#773A82'

red 119 ◦ green 58 ◦ blue 130

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

Shades of Vivid Violet #773A82

Tints of Vivid Violet #773A82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 42.35%

R = 38.76%
G = 18.89%
B = 42.35%

CMYK

 C value IS 0.08

 M value IS 0.55

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#773A82 (or 0x773A82) is known color: Vivid Violet. HEX triplet: 77, 3A and 82. RGB value is (119,58,130). Sum of RGB (Red+Green+Blue) = 119+58+130=307 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.76% from 307); Green value is 58 (23.05% from 255 or 18.89% from 307); Blue value is 130 (51.17% from 255 or 42.35% from 307); Max value from RGB is 130 - color contains mainly: blue. Hex color #773A82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773A82 is #88C57D. Grayscale: #545454. Windows color (decimal): -8963454 or 8534647. OLE color: 8534647.

HSL color Cylindrical-coordinate representation of color #773A82: hue angle of 290.83º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #773A82 is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 119 58 130 -
CMYK 0.08 0.55 0 0.49
HSL 290.83º 0.38% 0.37% -
HSV(B) 290.83º 0.55% 0.51% -
XYZ 13.15 8.56 22.08 -
YUV 84.45 153.71 152.65 -
System Red Green Blue C M Y K H S L
Decimal 119 58 130 0.08 0.55 0 0.49 290.83 0.38 0.37
Hex 77 3A 82 8 37 0 31 123 26 25
Octal 167 72 202 10 67 0 61 443 46 45
Binary 1110111 111010 10000010 1000 110111 0 110001 100100011 100110 100101

Color Harmonies of #773A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773A82

Black with #773A82

Text Example


Text Example

White with #773A82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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