Html Css Color HEX #773BF1 Blue Violet

📋 copy color: '#773BF1'

red 119 ◦ green 59 ◦ blue 241

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

Shades of Blue Violet #773BF1

Tints of Blue Violet #773BF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 57.52%

R = 28.4%
G = 14.08%
B = 57.52%

CMYK

 C value IS 0.51

 M value IS 0.76

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#773BF1 (or 0x773BF1) is known color: Blue Violet. HEX triplet: 77, 3B and F1. RGB value is (119,59,241). Sum of RGB (Red+Green+Blue) = 119+59+241=419 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.40% from 419); Green value is 59 (23.44% from 255 or 14.08% from 419); Blue value is 241 (94.53% from 255 or 57.52% from 419); Max value from RGB is 241 - color contains mainly: blue. Hex color #773BF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #773BF1 is #88C40E. Grayscale: #616161. Windows color (decimal): -8963087 or 15809399. OLE color: 15809399.

HSL color Cylindrical-coordinate representation of color #773BF1: hue angle of 259.78º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #773BF1 is Cyan = 0.51, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 119 59 241 -
CMYK 0.51 0.76 0 0.05
HSL 259.78º 0.87% 0.59% -
HSV(B) 259.78º 0.76% 0.95% -
XYZ 25.05 13.4 84.49 -
YUV 97.69 208.88 143.2 -
System Red Green Blue C M Y K H S L
Decimal 119 59 241 0.51 0.76 0 0.05 259.78 0.87 0.59
Hex 77 3B F1 33 4C 0 5 104 57 3B
Octal 167 73 361 63 114 0 5 404 127 73
Binary 1110111 111011 11110001 110011 1001100 0 101 100000100 1010111 111011

Color Harmonies of #773BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773BF1

Black with #773BF1

Text Example


Text Example

White with #773BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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