Html Css Color HEX #773D8C Vivid Violet

📋 copy color: '#773D8C'

red 119 ◦ green 61 ◦ blue 140

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

Shades of Vivid Violet #773D8C

Tints of Vivid Violet #773D8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 43.75%

R = 37.19%
G = 19.06%
B = 43.75%

CMYK

 C value IS 0.15

 M value IS 0.56

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#773D8C (or 0x773D8C) is known color: Vivid Violet. HEX triplet: 77, 3D and 8C. RGB value is (119,61,140). Sum of RGB (Red+Green+Blue) = 119+61+140=320 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.19% from 320); Green value is 61 (24.22% from 255 or 19.06% from 320); Blue value is 140 (55.08% from 255 or 43.75% from 320); Max value from RGB is 140 - color contains mainly: blue. Hex color #773D8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773D8C is #88C273. Grayscale: #575757. Windows color (decimal): -8962676 or 9190775. OLE color: 9190775.

HSL color Cylindrical-coordinate representation of color #773D8C: hue angle of 284.05º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #773D8C is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 119 61 140 -
CMYK 0.15 0.56 0 0.45
HSL 284.05º 0.39% 0.39% -
HSV(B) 284.05º 0.56% 0.55% -
XYZ 14.01 9.15 25.84 -
YUV 87.35 157.72 150.58 -
System Red Green Blue C M Y K H S L
Decimal 119 61 140 0.15 0.56 0 0.45 284.05 0.39 0.39
Hex 77 3D 8C F 38 0 2D 11C 27 27
Octal 167 75 214 17 70 0 55 434 47 47
Binary 1110111 111101 10001100 1111 111000 0 101101 100011100 100111 100111

Color Harmonies of #773D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773D8C

Black with #773D8C

Text Example


Text Example

White with #773D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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