Html Css Color HEX #773D82 Vivid Violet

📋 copy color: '#773D82'

red 119 ◦ green 61 ◦ blue 130

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

Shades of Vivid Violet #773D82

Tints of Vivid Violet #773D82

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.68%

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

R = 38.39%
G = 19.68%
B = 41.94%

CMYK

 C value IS 0.08

 M value IS 0.53

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#773D82 (or 0x773D82) is known color: Vivid Violet. HEX triplet: 77, 3D and 82. RGB value is (119,61,130). Sum of RGB (Red+Green+Blue) = 119+61+130=310 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.39% from 310); Green value is 61 (24.22% from 255 or 19.68% from 310); Blue value is 130 (51.17% from 255 or 41.94% from 310); Max value from RGB is 130 - color contains mainly: blue. Hex color #773D82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773D82 is #88C27D. Grayscale: #555555. Windows color (decimal): -8962686 or 8535415. OLE color: 8535415.

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

Color convert

RGB 119 61 130 -
CMYK 0.08 0.53 0 0.49
HSL 290.43º 0.36% 0.37% -
HSV(B) 290.43º 0.53% 0.51% -
XYZ 13.31 8.87 22.13 -
YUV 86.21 152.72 151.39 -
System Red Green Blue C M Y K H S L
Decimal 119 61 130 0.08 0.53 0 0.49 290.43 0.36 0.37
Hex 77 3D 82 8 35 0 31 122 24 25
Octal 167 75 202 10 65 0 61 442 44 45
Binary 1110111 111101 10000010 1000 110101 0 110001 100100010 100100 100101

Color Harmonies of #773D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773D82

Black with #773D82

Text Example


Text Example

White with #773D82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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