Html Css Color HEX #773B83 Vivid Violet

📋 copy color: '#773B83'

red 119 ◦ green 59 ◦ blue 131

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

Shades of Vivid Violet #773B83

Tints of Vivid Violet #773B83

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.09%

 BLUE value IS 131 (51.56% from 255) = 42.39%

R = 38.51%
G = 19.09%
B = 42.39%

CMYK

 C value IS 0.09

 M value IS 0.55

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#773B83 (or 0x773B83) is known color: Vivid Violet. HEX triplet: 77, 3B and 83. RGB value is (119,59,131). Sum of RGB (Red+Green+Blue) = 119+59+131=309 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.51% from 309); Green value is 59 (23.44% from 255 or 19.09% from 309); Blue value is 131 (51.56% from 255 or 42.39% from 309); Max value from RGB is 131 - color contains mainly: blue. Hex color #773B83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773B83 is #88C47C. Grayscale: #545454. Windows color (decimal): -8963197 or 8600439. OLE color: 8600439.

HSL color Cylindrical-coordinate representation of color #773B83: hue angle of 290º 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 #773B83 is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 119 59 131 -
CMYK 0.09 0.55 0 0.49
HSL 290º 0.38% 0.37% -
HSV(B) 290º 0.55% 0.51% -
XYZ 13.27 8.69 22.45 -
YUV 85.15 153.88 152.15 -
System Red Green Blue C M Y K H S L
Decimal 119 59 131 0.09 0.55 0 0.49 290 0.38 0.37
Hex 77 3B 83 9 37 0 31 122 26 25
Octal 167 73 203 11 67 0 61 442 46 45
Binary 1110111 111011 10000011 1001 110111 0 110001 100100010 100110 100101

Color Harmonies of #773B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773B83

Black with #773B83

Text Example


Text Example

White with #773B83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,59,131); }

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

background-color css

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

 a { background-color: rgb(119,59,131); }

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

border-color css

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

 span { border-color: rgb(119,59,131); }

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