Html Css Color HEX #773A85 Vivid Violet

📋 copy color: '#773A85'

red 119 ◦ green 58 ◦ blue 133

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

Shades of Vivid Violet #773A85

Tints of Vivid Violet #773A85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 42.9%

R = 38.39%
G = 18.71%
B = 42.9%

CMYK

 C value IS 0.11

 M value IS 0.56

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#773A85 (or 0x773A85) is known color: Vivid Violet. HEX triplet: 77, 3A and 85. RGB value is (119,58,133). Sum of RGB (Red+Green+Blue) = 119+58+133=310 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.39% from 310); Green value is 58 (23.05% from 255 or 18.71% from 310); Blue value is 133 (52.34% from 255 or 42.90% from 310); Max value from RGB is 133 - color contains mainly: blue. Hex color #773A85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773A85 is #88C57A. Grayscale: #545454. Windows color (decimal): -8963451 or 8731255. OLE color: 8731255.

HSL color Cylindrical-coordinate representation of color #773A85: hue angle of 288.8º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #773A85 is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 119 58 133 -
CMYK 0.11 0.56 0 0.48
HSL 288.8º 0.39% 0.37% -
HSV(B) 288.8º 0.56% 0.52% -
XYZ 13.35 8.64 23.15 -
YUV 84.79 155.21 152.4 -
System Red Green Blue C M Y K H S L
Decimal 119 58 133 0.11 0.56 0 0.48 288.8 0.39 0.37
Hex 77 3A 85 B 38 0 30 121 27 25
Octal 167 72 205 13 70 0 60 441 47 45
Binary 1110111 111010 10000101 1011 111000 0 110000 100100001 100111 100101

Color Harmonies of #773A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773A85

Black with #773A85

Text Example


Text Example

White with #773A85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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