Html Css Color HEX #773BF0 Blue Violet

📋 copy color: '#773BF0'

red 119 ◦ green 59 ◦ blue 240

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

Shades of Blue Violet #773BF0

Tints of Blue Violet #773BF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 57.42%

R = 28.47%
G = 14.11%
B = 57.42%

CMYK

 C value IS 0.50

 M value IS 0.75

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#773BF0 (or 0x773BF0) is known color: Blue Violet. HEX triplet: 77, 3B and F0. RGB value is (119,59,240). Sum of RGB (Red+Green+Blue) = 119+59+240=418 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.47% from 418); Green value is 59 (23.44% from 255 or 14.11% from 418); Blue value is 240 (94.14% from 255 or 57.42% from 418); Max value from RGB is 240 - color contains mainly: blue. Hex color #773BF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #773BF0 is #88C40F. Grayscale: #606060. Windows color (decimal): -8963088 or 15743863. OLE color: 15743863.

HSL color Cylindrical-coordinate representation of color #773BF0: hue angle of 259.89º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #773BF0 is Cyan = 0.50, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 119 59 240 -
CMYK 0.50 0.75 0 0.06
HSL 259.89º 0.86% 0.59% -
HSV(B) 259.89º 0.75% 0.94% -
XYZ 24.9 13.34 83.7 -
YUV 97.57 208.38 143.28 -
System Red Green Blue C M Y K H S L
Decimal 119 59 240 0.50 0.75 0 0.06 259.89 0.86 0.59
Hex 77 3B F0 32 4B 0 6 104 56 3B
Octal 167 73 360 62 113 0 6 404 126 73
Binary 1110111 111011 11110000 110010 1001011 0 110 100000100 1010110 111011

Color Harmonies of #773BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773BF0

Black with #773BF0

Text Example


Text Example

White with #773BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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