Html Css Color HEX #773D85 Vivid Violet

📋 copy color: '#773D85'

red 119 ◦ green 61 ◦ blue 133

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

Shades of Vivid Violet #773D85

Tints of Vivid Violet #773D85

RGB

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

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

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

R = 38.02%
G = 19.49%
B = 42.49%

CMYK

 C value IS 0.11

 M value IS 0.54

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#773D85 (or 0x773D85) is known color: Vivid Violet. HEX triplet: 77, 3D and 85. RGB value is (119,61,133). Sum of RGB (Red+Green+Blue) = 119+61+133=313 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.02% from 313); Green value is 61 (24.22% from 255 or 19.49% from 313); Blue value is 133 (52.34% from 255 or 42.49% from 313); Max value from RGB is 133 - color contains mainly: blue. Hex color #773D85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773D85 is #88C27A. Grayscale: #565656. Windows color (decimal): -8962683 or 8732023. OLE color: 8732023.

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

Color convert

RGB 119 61 133 -
CMYK 0.11 0.54 0 0.48
HSL 288.33º 0.37% 0.38% -
HSV(B) 288.33º 0.54% 0.52% -
XYZ 13.51 8.95 23.21 -
YUV 86.55 154.22 151.15 -
System Red Green Blue C M Y K H S L
Decimal 119 61 133 0.11 0.54 0 0.48 288.33 0.37 0.38
Hex 77 3D 85 B 36 0 30 120 25 26
Octal 167 75 205 13 66 0 60 440 45 46
Binary 1110111 111101 10000101 1011 110110 0 110000 100100000 100101 100110

Color Harmonies of #773D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773D85

Black with #773D85

Text Example


Text Example

White with #773D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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