Html Css Color HEX #773AF5 Blue Violet

📋 copy color: '#773AF5'

red 119 ◦ green 58 ◦ blue 245

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

Shades of Blue Violet #773AF5

Tints of Blue Violet #773AF5

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.74%

 BLUE value IS 245 (96.09% from 255) = 58.06%

R = 28.2%
G = 13.74%
B = 58.06%

CMYK

 C value IS 0.51

 M value IS 0.76

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#773AF5 (or 0x773AF5) is known color: Blue Violet. HEX triplet: 77, 3A and F5. RGB value is (119,58,245). Sum of RGB (Red+Green+Blue) = 119+58+245=422 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.20% from 422); Green value is 58 (23.05% from 255 or 13.74% from 422); Blue value is 245 (96.09% from 255 or 58.06% from 422); Max value from RGB is 245 - color contains mainly: blue. Hex color #773AF5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #773AF5 is #88C50A. Grayscale: #606060. Windows color (decimal): -8963339 or 16071287. OLE color: 16071287.

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

Color convert

RGB 119 58 245 -
CMYK 0.51 0.76 0 0.04
HSL 259.57º 0.9% 0.59% -
HSV(B) 259.57º 0.76% 0.96% -
XYZ 25.6 13.54 87.65 -
YUV 97.56 211.21 143.29 -
System Red Green Blue C M Y K H S L
Decimal 119 58 245 0.51 0.76 0 0.04 259.57 0.9 0.59
Hex 77 3A F5 33 4C 0 4 104 5A 3B
Octal 167 72 365 63 114 0 4 404 132 73
Binary 1110111 111010 11110101 110011 1001100 0 100 100000100 1011010 111011

Color Harmonies of #773AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773AF5

Black with #773AF5

Text Example


Text Example

White with #773AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,58,245); }

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

background-color css

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

 a { background-color: rgb(119,58,245); }

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

border-color css

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

 span { border-color: rgb(119,58,245); }

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