Html Css Color HEX #773D90 Vivid Violet

📋 copy color: '#773D90'

red 119 ◦ green 61 ◦ blue 144

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

Shades of Vivid Violet #773D90

Tints of Vivid Violet #773D90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 44.44%

R = 36.73%
G = 18.83%
B = 44.44%

CMYK

 C value IS 0.17

 M value IS 0.58

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#773D90 (or 0x773D90) is known color: Vivid Violet. HEX triplet: 77, 3D and 90. RGB value is (119,61,144). Sum of RGB (Red+Green+Blue) = 119+61+144=324 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.73% from 324); Green value is 61 (24.22% from 255 or 18.83% from 324); Blue value is 144 (56.64% from 255 or 44.44% from 324); Max value from RGB is 144 - color contains mainly: blue. Hex color #773D90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773D90 is #88C26F. Grayscale: #575757. Windows color (decimal): -8962672 or 9452919. OLE color: 9452919.

HSL color Cylindrical-coordinate representation of color #773D90: hue angle of 281.93º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #773D90 is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 119 61 144 -
CMYK 0.17 0.58 0 0.44
HSL 281.93º 0.4% 0.4% -
HSV(B) 281.93º 0.58% 0.56% -
XYZ 14.31 9.27 27.42 -
YUV 87.8 159.72 150.25 -
System Red Green Blue C M Y K H S L
Decimal 119 61 144 0.17 0.58 0 0.44 281.93 0.4 0.4
Hex 77 3D 90 11 3A 0 2C 11A 28 28
Octal 167 75 220 21 72 0 54 432 50 50
Binary 1110111 111101 10010000 10001 111010 0 101100 100011010 101000 101000

Color Harmonies of #773D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773D90

Black with #773D90

Text Example


Text Example

White with #773D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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