Html Css Color HEX #773BF9 Blue Violet

📋 copy color: '#773BF9'

red 119 ◦ green 59 ◦ blue 249

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

Shades of Blue Violet #773BF9

Tints of Blue Violet #773BF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 58.31%

R = 27.87%
G = 13.82%
B = 58.31%

CMYK

 C value IS 0.52

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#773BF9 (or 0x773BF9) is known color: Blue Violet. HEX triplet: 77, 3B and F9. RGB value is (119,59,249). Sum of RGB (Red+Green+Blue) = 119+59+249=427 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.87% from 427); Green value is 59 (23.44% from 255 or 13.82% from 427); Blue value is 249 (97.66% from 255 or 58.31% from 427); Max value from RGB is 249 - color contains mainly: blue. Hex color #773BF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #773BF9 is #88C406. Grayscale: #616161. Windows color (decimal): -8963079 or 16333687. OLE color: 16333687.

HSL color Cylindrical-coordinate representation of color #773BF9: hue angle of 258.95º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #773BF9 is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 119 59 249 -
CMYK 0.52 0.76 0 0.02
HSL 258.95º 0.94% 0.6% -
HSV(B) 258.95º 0.76% 0.98% -
XYZ 26.27 13.89 90.92 -
YUV 98.6 212.88 142.55 -
System Red Green Blue C M Y K H S L
Decimal 119 59 249 0.52 0.76 0 0.02 258.95 0.94 0.6
Hex 77 3B F9 34 4C 0 2 103 5E 3C
Octal 167 73 371 64 114 0 2 403 136 74
Binary 1110111 111011 11111001 110100 1001100 0 10 100000011 1011110 111100

Color Harmonies of #773BF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773BF9

Black with #773BF9

Text Example


Text Example

White with #773BF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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